body{
    margin:0;
}
header{
        display: flex;
            justify-content: space-between;
            padding: 0 10%;
                border-bottom: 1px solid #960000;
    box-shadow: 1px 1px 1px -1px;
}

ul{
   display: flex;
    list-style-type: none;
    align-items: center;
}
ul li{
    margin-left: 20px;
}
nav{
        align-items: center;
        display: flex;
}

ul li a{
    text-decoration: none;
    color: black;
    font-size: 1.2em;
}

.loginHeader{
    width: 100px;
}

.loginHeader img{
    width: 100%;
}

.widthScreen{
    width:90%;
    margin:0 auto;
}

.d-f{
    display: flex;
}
.width-20{
    width:80%;
}

.width-80{
    width:20%;
}

.logoIMG{
    width: 100px;
}

.loginBG{
    background: url(/images/loginBG.jpg);
        display: flex;
    align-items: flex-start;
    padding: 5% 0;
    background-position: top;
    background-repeat: no-repeat;
    background-position-y: 100%;
}

.loginBG form{
        width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loginBG form input{
         height: 45px;
    border: none;
    border-radius: 10px;
    outline: none;
    padding: 0 5px;
    width: 70%;
    margin: 0 auto;
    display: block;
}
.loginForm{
    width: 100%;
    margin: 10px 0;
}

.loginForm h2{
    width: 70%;
        margin: 15px auto 15px auto;
    color: white;
}

.f-c{
    flex-direction:column;
}
.loginSBM{
         width: calc(70%);
    border: none;
    height: 45px;
    color: #a11c29;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    background-color: white;
}
.textReg{
    align-items: center;
    justify-content: center;
    width: 100%;
    color:white;
    font-weight:bold;
}
.textReg a, .forgPass {
    color:white;
    text-decoration: none;
    text-align:center;
    font-weight:bold;
}

.errorM{
   text-align: center;
    width: 70%;
    margin: 5px auto 0px auto;
    display: block;
    color: white; 
}

.leftAFlogin{
    width: 70%;
    margin-top: 10px;
    color:white;
}

footer{
    background:#2c2c2c;
    /*height: 51.9vh;*/
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 3% 3%;
}

.footerInput{
    display: flex;
    flex-direction: column;
    width: 25%;
}

.footerInput input {
    border: none;
    height: 35px;
    border-radius: 30px;
    padding: 0 10px;
    font-size: 12px;
     margin-top: 20px;
     outline:none;
}

.contactBTN{
    width: 60%;
    border: none;
    border-radius: 26px;
    padding: 10px;
    background: white;
    font-weight: bold;
    margin: 20px 0;
    cursor:pointer;
}
.contact_color{
    color:white;
}


.mobMenu{
    display:none;
}

.resetInfo{
    color: white;
    margin-top: 30px;
    text-align: center;
}

.AccTwoBTN{
     width: 40%;
    margin: 5%;
    border-radius: 0;
    height: 50px;
    color: #a11c29;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: white;
    outline: none;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
}

.AccTwoBTN:hover{
   color: #a11c29;
    background: white;
    outline: none;
    text-decoration: none; 
}

    
    
.w-100{
    width:100%;
}


.regForm{
     width: 100%;
    padding: 5% 0;
}
.j-sp{
    justify-content: space-between;
}

.j-st{
        justify-content: start;
}
.w-33{
    width: 33%;
}

.firstLine input{
    margin-right: 30px;
        width: 90%;
}

.secondLine input{
    margin-right: 30px;
        width: 90%;
}

.form-control {
    border: 2px solid #002936;
    border-radius: 8px;
    height: 40px;
}

.form-group .select {
    width: 100%;
    border: 2px solid #032937;
    margin: 0;
    border-radius: 8px;
    height: 40px;
    line-height: 2.6;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background-image: none;
}

.select {
    position: relative;
    display: flex;
    width: auto;
    line-height: 2.2;
    overflow: hidden;
    border-radius: .25em;
    margin-left: 4%;
}

select {
    flex: 1;
    padding: 0 .5em;
    height: 30px;
    color: black;
    cursor: pointer;
}

.select select {
    margin-right: 20px;
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px;
    background: #ffffff;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.btnSt{
    margin-bottom: 50px;
    background: #a11c29;
    border: 0;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    font-size: 20px;
    padding: 5px 30px;
    margin-top: 30px;
}

.labelH3{
     font-weight: bold;
    color: #a11c29;
    margin: 30px 0;
}

.resetPG{
        background: url(/images/loginBG.jpg);
    display: flex;
    align-items: flex-start;
    padding: 10% 0;
    background-position: top;
    background-repeat: no-repeat;
    background-position-y: 100%;
}


.topDate h4, .bottomDate h4{
   margin: 0; 
   font-weight: bold;
  
}
.topDate h4{
     text-transform: uppercase;
}

.topDate{
    background:#a6a6a6;
    padding: 25px;
    height: 100px;
    margin-bottom: 4px;
    text-align: center;
        display: flex;
    justify-content: center;
    align-items: center;
}
.bottomDate{
 background:#a11c29;
 color:white;
 padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    
}

.dropdown-toggle{
    margin-left: 20px;
    color: #000000 !important;
    text-decoration: none !important;
}


.dropdown-menu a{
    color: #000000;
    text-decoration: none;
    margin-bottom: 10px;
    float: left;
}
.dropdown-menu{
    width: auto;
    padding: 15px;
    min-width: auto;
}

form#logout-form .btn{
    background: #a11c2a;
    color: white;
}
.fl-c{
        flex-direction: column;
}
.al-c{
    align-items: center;
}

.btnCode{
    padding: 8px;
    background: #a11c2a;
    color: white;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 70%;
    border: 0;
}

.recieptBG{
        background: #d9d9d9;
}

a:focus, a:hover {
    color: black;
    text-decoration: none !important;
}

.BG_content{
    background: url(/images/bg_content.png);
}

.rectorBG{
    background: url(/images/rectorBG.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.rectorContent{
    display: flex;
    margin: 30px 0px;
    
}



    


@media screen and (max-width: 768px) {
    .rectorContent{
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    .btnCode {
        width: 100%;
    }
    
    .mobF{
            flex-direction: column;
    }
    .loginBGMob{
        padding: 3.5%;
    }
    
    .AccTwoBTN {
            width: calc(100% - 20px);
    margin: 10px;
    }
    .resetPG > div{
        flex-direction: column;
    }
    footer{
        flex-direction: column;
    }
        
    nav , .logoIMG{
        display:none;
    }
    .mobMenu{
        display:block;
    }
    
    .mobMenu {
    width: 100%;
}

/*** INPUT ***/
.mobMenu input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/*** LABEL ***/
.mobMenu label {
    cursor: pointer;
    display: block;
    font: 25px/0.5 'Oswald', sans-serif;
    padding: 5px;
}

/* Hamburger Icon */
#menu-icon,
#menu-icon:before,
#menu-icon:after {
    background: #1d1f20;
    border-radius: 0.05em;
    height: 0.2em;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.logoIMG_mob{
    width: 70px;
}

#menu-icon {
    display: inline-block;
                   margin: 20px 0;
    max-width: 1em;
    position: relative;
}

.mobMenu label #menu-icon {
    float: right;
}

#menu-icon:before,
#menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}

#menu-icon:before {
    top: -0.4em;
}

#menu-icon:after {
    bottom: -0.4em;
}

/* Close Icon */
.mobMenu input[type=checkbox]:checked + label #menu-icon {
    background: transparent;
}

.mobMenu input[type=checkbox]:checked + label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
}

.mobMenu input[type=checkbox]:checked + label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
}


/*** MENU ***/
/* Overlay */
.mobMenu input:checked ~ #overlay {
    background: white;
    bottom: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}

/* List */
.mobMenu ul {
    font-size: 1em;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}





label {
    user-select: none;
    appearance: none; 
    -webkit-tap-highlight-color: transparent;
}

.loginBG{
    flex-direction: column-reverse;
    background-position: bottom;
}

.loginBG form {
    width: 100%;
}

.leftAFlogin {
    width: 90%;
    color: white;
    margin: 10px auto;
}

.footerInput,.iframe {
    width: 100%;
}

iframe{
    width: 100%;
}





.mobMenu input:checked ~ ul {
    margin: 1em;
    max-height: inherit;
    opacity: 1;
}

.mobMenu ul  {
   flex-direction: column;
}

.mobMenu ul > li {
    margin: 0.5em 0;
}

.mobMenu ul a {
    color: #1d1f20!important;
    text-decoration: none;
}

.mobMenu ul a:hover {
    text-decoration: underline;
}

/* Social Media */
.mobMenu ul#social-media > li {
    display: inline-block;
    font-size: 1.5em;
    margin: 0.5em;
}
}







   
   

