﻿.loginlogo{
    max-width:230px
}
.hero-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.WelcomeSchool {
    font: normal normal bold 50px/60px Montserrat;
    letter-spacing: 0px;
    color: #020A58;
    font-size:50px;
    font-family:Montserrat;
}
.WelcomeSubSchool {
    font: normal normal bold 27px/30px Montserrat;
    letter-spacing: 0px;
    color: #020A58;
    margin-top:20px;
}
.LoginFormControl {
    width: 401px;
    height: 39px;
    border: 1px solid #020A58;
    color: #020A58 !important;
    font-style: italic;
    font: normal normal normal 24px Montserrat;
    background-color: white !important;
    padding:10px 20px;
    margin:15px 0
}
.footerView {
    width: 100%;   
    background-color: #020A58;   
    color:#fff;
    padding:0 40px;
}
    .footerView a {
        color: #fff;
        text-decoration:none;
        transition:all 0.5s
    }
        .footerView a:hover {
            color: #FCBF03;
            text-decoration: none;
        }

.yellowTriangle {
    margin: 0px 20px;
    width: 16px;
    height: 16px;
    transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
    background: #fcbf2c 0% 0% no-repeat padding-box;
}

.absoluteTop{width:120px;}
.absoluteBottom {
    width: 100px;
    margin-top: 150px;
    margin-right: -30px;
}

.loginBtn {
    margin: 5px;
    border: 2px solid #FCBF03;
    width: 400px;
    background-color: white !important;
    padding: 10px 5px;
    font: normal normal normal 20px Uniform Bold_Static;
    letter-spacing: 0px;
    color: #FCBE2C;
    transition: all 0.5s
}


    .loginBtn:hover {
        border: 2px solid #020A58;
        transition: all 0.5s;
        background-color: #020A58 !important;
        color: #fff;

        /*OLD EFFECT*/
        /*border-bottom: 4px solid #FCBF03;
        border-left: 4px solid #FCBF03;*/
    }

.smicons{
    transition:all 0.5s
}
    .smicons a:hover {
        transform: scale(1.2);
        transition: all 0.5s
    }

.form-check-input {
    position: absolute;
    margin-top: 0px!important;    
}
.text-silver{color:silver; font-weight:normal; font-size:14px; font-family:Montserrat}