.header{
    background-color: #004280; border-radius:0 0 0 30px;
    padding: 5px 0;
}
.phone-email{
    margin-left: 5%; color: white; text-align: center; display: inline;
}
.header-btn{
display: inline; 
}
.header-link{
    margin-right: 5%; color: white; margin-top: 5px; display: inline;
}
.school-name{
    color:rgba(191, 20, 26, 1);font-weight: 700; font-size: 22px
}
.login{
    color: rgba(253, 83, 8, 1); font-size: 35px; font-weight: 700;
}
.text{
    display:block; color: rgba(131, 146, 171, 1);
}
.login-btn{
    font-size: 14px; background-color: rgba(0, 66, 127, 1); color: white;
}
.form-a{
    color:rgba(0, 66, 127, 1); font-size:14px; font-weight: 700;
}
.login-btn:hover{
color: white;
}
@media all and (min-width: 1400px) {
    .res-text {
       font-size: 12px !important;
    }
    .right-tab{
        padding-left: 45px;
    }
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  @media all and (max-width: 768px) {
    .main{
        margin-top: 160px !important;
    }
    .phone-email{
        margin-left: 5%; color: white; text-align: center; display:flex
    }
    .phone-email label{
        padding-top: 0 !important;
    }
    .right-tab{
        padding-left: 80px !important;
    }
}
@media all and (max-width: 600px) {
    .main{
        margin-top: 140px !important;
    }
    .phone-email{
        margin-left: 5%; color: white; text-align: center; display:flex
    }
    .tenant_logo img{
        height: 100% !important;
    }
    .qls_logo img   {
        width: 150px;
        margin-right: 20px !important;
    }
    .right-contant{
        float: left !important;
    }
    .header-link label{
        padding-top:0% !important
    }
    .header-btn a{
        margin: 3px 0;
    }
    .partner{
        height: 50px !important;
    }
    .right-tab{
        padding-left: 30px !important;
    }
    .tenant_logo{
        height: 70px !important;
    }
}
.contant{
    margin-bottom: 50px; margin-top: 10em;
}
