
/*********************Student Registration****************************/
#page-login-signup div#page {
    background: linear-gradient(45deg, #0700244f, #4A148C), url(img/bg-2.jpg);
    background-size: cover;
    background-position: bottom;
    background-color: #1a253b;
    margin-top: 0;
    height: 100vh;
    overflow: auto;
}


#page-login-signup .login-container {
    width: 40% !important;
    max-width: 40% !important;
    border-radius: 30px;
    box-shadow: 0 0 100px black;
}

#page-login-signup  .fitem .col-md-3 {
    flex: 0 0 35%;
    max-width: 35%;
}

#page-login-signup  .fitem .col-md-9 {
    flex: 0 0 65%;
    max-width: 65%;
}

#page-login-signup  .fitem .col-md-9 input,#page-login-signup  .fitem .col-md-9 select {
    width: 100%;
}
#page-login-signup  header#page-header > .w-100 > .d-flex:nth-child(1) li.breadcrumb-item a {
    color: #372d6a;
    font-weight: 600;
}

#page-login-signup .fdescription {
    display: none;
}
#page-login-signup #fgroup_id_buttonar{
    width: 100%;
}

#page-login-signup .btn-secondary {
    color: #ffffff;
    background-color: #F44336;
    border-color: #F44336;
    border-radius: 50px;
    padding: 7px 30px;
    
    font-weight: 600;
}
#page-login-signup .btn-primary {
    font-weight: 600;
}
#page-login-signup label, #page-login-signup #id_dob_label {
    color: black;
    font-weight: 600;
}
#page-login-signup .page-context-header {
    color: #000;
}

#page-login-signup .custom-form-class  .mb-3{
    margin-bottom: 0.5rem !important;
}

