@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
html,body{
   background-color: #f2f2f2;
    font-family: 'Poppins', sans-serif;
}
::selection{
    color: black;
    background-color: #000;


}


h1, h2, h3, h4, h5{
 /*  background-color: #f2f2f2;*/
    font-family: 'Poppins', sans-serif;
}
/*.c-class{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

/*@media (max-width: 991.98px) {*/
    
/*    .c-class{*/
/*        padding-left: 20px;*/
/*        padding-right: 20px;*/
/*}*/
.form{

    padding: 30px 35px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

 @media (max-width: 991.98px) {
.form{

    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


 }



 @media (max-width: 1024px) {
.form{


   
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


 }


.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: #000080;
  color: white;
  min-width: 50px;
  text-align: center;
}


    .btn-classs{
        width: 100%;
   background-color: #000000;
background-image: linear-gradient(160deg, #000080 0%, #0099cc 51%, #7a5e86 100%);

    color: #fff;
    font-size: 17px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.btn-classs:hover{

background-color: #409896;
background-image: linear-gradient(160deg, #7a5e86 0%, #0099cc 51%, #0000080 100%);

}

.hr-class{
    border-bottom: 1px solid #000080;
}


.form form .form-control{
    height: 40px;
    font-size: 15px;
    border: 1px solid black;
}
.form form .forget-pass{
    margin: -15px 0 15px 0;
}
.form form .forget-pass a{
   font-size: 15px;
}
.form form .button{
   background-color: #000000;


    color: #000000;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.form form .button:hover{

background-color: #409896;


}
.form form .link{
    padding: 5px 0;
    color : #000000;
}
.form form .link a{
    color: #0099cc;
}
/*.form form .link:hover a{*/
/*    background: #125775;*/
/*}*/

.login-form form p{
    font-size: 14px;
    color :#000000;
}
.row .alert{
    font-size: 14px;
}
