﻿@media only screen and (max-width: 768px) {
 /*   body.leftmenu #sidebar-wrapper {
        width: 33% !important;
    }

    body.leftmenu #page-content-wrapper {
        width: 66% !important;
        margin-left: 33%;
    }
*/
    #StudentNewApplication .form-group {
        height: 30px;
    }

    #StudentNewApplication .errorbox {
        font-size: 11px;
    }

    .clgender {
        margin-top: 80px;
    }
}

#StudentNewApplication .form-group label {
    padding-left: 10px;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 14px auto 31px auto!important;
    position: relative;
    box-sizing: content-box;
}