/* Student Login Page  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container.admin-login-container
{
   position: absolute;
   max-width: 800px;
   height: 500px;
   margin: auto;
   top:50%;
   left:50%;
   transform: translate(-50%,-50%);

}
.right-container
{
    position: relative;
    background-image: linear-gradient(45deg,rgb(4, 64, 123),rgb(5, 118, 238))!important;
    border-radius: 25px;
    height: 100%;
    padding: 25px;
    color:rgb(192,192,192);
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-container
{
    position: relative;
    background: #fff;
    border-radius: 25px;
    height: 100%;
    padding: 25px;
    padding-left: 50px;
}

.left-container header{
    color:rgb(6, 76, 174);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.row
{
    height: 100%;
}

.mycard
{
    position: relative;
    background: #fff;
    height:100%;
    border-radius: 25px;
    box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.7);
}

.right-container header
{
    color: #fff;
    font-size: 44px!important;
}
.form-right-panel
{
    color: #fff;
    font-size: 44px!important;
    position: relative;
    margin: 20px;
    margin-bottom: 100px;

}

.box{
    position: relative;
    margin: 20px;
    margin-bottom: 100px;
}

.left-container input
{
    width:230px;
    border-radius: 25px;
    padding: 10px;
    padding-left: 50px;
    border: none;
    box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.7);
    margin-bottom: 10px;
}

.left-container .myinput:focus
{
    outline:none;
}
.myform
{
    position: relative;
    margin-top: 50px;
}
.btn{
    padding-left: -50px;

}





.center-me
{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}




.bgcol
{
    background-color: rgb(209, 217, 225);
}
.h1class
{
    font-size: 2rem;
    margin-top: 10px;
    font-weight: bold;
    padding-left: 5px;
    font-family: 'Poppins', sans-serif;

}
.colour-primary
{
    background-color: rgba(0,128,255,255);
}
.colour-secondary
{
    background-color: rgba(120,180,242,255);
}
.motivation
{
   min-height: 100px;
   width: 75%;
   border-radius: 10px;
   margin-top: 25px !important;
   background-color:rgb(20,162,184);
   color: white;
   font-family: 'Poppins';
   font-size: 3rem;
}

body{
    font-family: 'Roboto', sans-serif;
}
.nav-item
{
    transition: .4s ease;
    /* font-size: 1.25rem; */
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    /* font-weight: bold; */
    padding-right: 15px;
    left:5px;
}
.big-font
{
    font-size: 2rem;
    text-shadow: 2px 2px 2px black;
}
.nav-link{
    color:white!important;
}

.navbar i{
    margin-right: 15px;
   
}
.nav-bg
{
    background-image: linear-gradient(45deg,rgb(4, 64, 123),rgb(5, 118, 238));
    text-decoration: none;
    color:white;

}
.dropdown-menu
{
    background-color: #fff;
border-radius: 0 15px;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.btn-width
{
    width: 30%;
}

#admin-btn{
    text-decoration: none;
}

.btn-my-blue
{
    background-image: linear-gradient(45deg,rgb(7, 118, 228),rgb(8, 127, 207));
    color: white;
    padding-left: 10px !important;
}
.btn-my-blue:hover
{
  
    color: rgb(246, 123, 217) !important;
}
.btn-my-info
{
    background-image: linear-gradient(45deg,rgb(4, 64, 123),rgb(5, 118, 238));
    color: white;
    padding-left: 10px !important;
}
.admin-heading
{
    font-size: 28px!important;
    font-weight:bolder !important;


}
.fas
{
 position: relative;
 color: rgb(7, 111, 214);
 left:36px;
}
.admin-master-header
{
    width:100%;
    padding-top: 15px;  
 
    

}
section{
    width: 100%;
    min-height: 400px;
}
.wave
{
    position:relative;
    background-image: linear-gradient(45deg,rgb(64, 35, 229),rgb(52, 5, 156));
 
}
.wave:before
{

    content:'';
    position: absolute;
    width: 100%;
    height: 235px;
    left: 0;
    bottom: 0;
    background:url('../images/wave.png');
    background-size: cover;
    
}

.toggle-icon
{
    color: #fff, !important;;
}
.white-icon
{
    color: #fff!important;
}
.admin-panel-text{
    position:absolute;
    color:rgb(228, 222, 222);
  right: 30px;
 top:100px;
  font-size: 34px;
  font-weight: bold;

   
}
.my-form
{
 
    box-shadow: 5px 15px 15px rgba(0,0,0,0.6);
    /* min-height: 400px; */
    border-radius: 10px;
    
}
.left-col
{

    background-image: linear-gradient(red, yellow);
   padding-top: 100px;
  
}

.right-col
{
background-color: rgb(21, 21, 158);
min-height:300px;


}
.btn-class
{
    display:inline-block;
    padding-top: 20px;
    margin-bottom: 15px;

}
.my-light{
    background-color: rgb(21, 21, 158)!important;
    color: #fff;
}
.panel-text{
   margin: 30px 0;
}
#strong
{
    font-weight: bolder;
}