

/* smaller than 450 px*/

@media only screen and (max-width: 500px) {
    .others-data span {
        margin: 0 10px;
        font-size: 14px;
        width: 100%;
        display: block;
    }
}

/* IPhone Media Query  */

@media only screen and (max-width: 770px) {
    
    .login-box,.count_down {
        width:80% !important;
        margin: 5% auto 0 auto !important;
    }
    
    .count_down {
        margin-top: 10% !important;
    }
    
    #reset_password_form {
        width: 80%;
        margin: auto;
    }
    
    .forget-password-form-container, .change-password-form-container {
        width: 80%;
    }
    
}

@media only screen and (min-width: 771px) and (max-width: 1100px) {
    
    .login-box,.count_down {
        width:60% !important;
        margin: 2% auto 0 auto !important;
    }
    .count_down {
        font-size: 20px;
    }
    
}

@media only screen and (max-width: 375px) {
    .login-box {
        width:80% !important;
        margin: 5% auto 0 auto !important;
    }
    .count_down {
        margin: 20% auto 0 auto !important;
    }
}

@media only screen and (max-width: 320px) {
    .login-box {
        margin: 5% auto 0 auto !important;
    }
}

/* student search */

@media only screen and (max-width: 650px) {
    .page-titles h3 .search-alert {
        margin-left: 30% !important;
        padding-top: 15px !important;
    }
    .page-titles h3 {
        font-size: 18px !important;
        text-align:center !important;
    }
}

@media only screen and (max-width: 790px) {
    .personal-static {
        width: 35%!important;
    }
    
    /*.personal {*/
    /*    width: 65%!important;*/
    /*}*/
    .personal-static h3, 
    .personal h3 {
        font-size: 1rem!important;
    }
}

@media only screen and (max-width: 1260px) {
    
    .list-name-container,
    .fav-actions {
        margin: auto;
        display: content!important;
        margin-bottom: 10px !important;
    }
    
}

@media only screen and (max-width: 580px) {
    
    .pdfform, .excelform, .whatsform {
        display: block!important;
        margin: 2px auto 2px auto!important;
    }
    .pdfform button, .excelform button, .whatsform button{
        width: 100% !important;
    }
    .whats-container {
        position: relative;
    }
    
}
