@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body
{
    background-color: #0d6efd;
    font-family: 'Roboto', sans-serif;

}
  .col-centered {
    float: none;
    margin: 0 auto;

  }

  .form-container {
    margin-top: 60px;

  }

  .form {

    
    color:#4d4d4d;
    margin: auto;
    margin-bottom: 40px;
    border-radius: 10px;
    max-width: 85%;
    background-color: #F5F5F5;
    height: auto;
    padding-top: 30px;
    border:solid 1px #eee;
    /* box-shadow: 0px 0px 17.55px 9.45px white; */
    text-align: center;


  }
  .form img
  {
   
    margin-bottom: 2%;
  }

  .form h3
  {
    font-weight: bold;
    /* margin-bottom: 5%; */
  }
  .form .sign
  {
    /* font-weight: ; */
    padding-left: 7%;
  }

  .form form
  {
    margin-top: 10px;
  }

 

.form .form-group
    
  {
    text-align: left;
    max-width: 95%;
    margin: auto;

  }
  .form .form-group label
  {
    padding-left: 5%;
  }


  .form .form-group .input-group 
  {
    max-width: 90%;
    margin:0 auto;
    float: none;
    height: 50px;
    background-color: #FFF;
    
  }

  .form .form-group .input-group input
  {
    box-shadow: none;

  } 
  .form .form-group .input-group input:hover, .form .form-group .input-group input:active
  {
    border: 1px solid #4790ff ;

  }
  .form .form-group .margin
  {
    margin-bottom: 0 !important;
  }

  .form .form-group .forget
  {
    display: block;
    padding-left: 5%;
    padding-top:5px;
    
  }
  .form .form-group span a
  {
    text-decoration: none;

    
  }


  .form .form-group button
  {
    max-width: 50%;
    height: 45px;
    font-weight: bold;
    margin-left: 5%;
    margin-top: 5%;

  }
  .form .create

  {
    text-align: left;
    margin-left: 7%;
  }
  .form .create a
  {
    text-decoration: none;
  }
  .form .footer 
  {
    margin: 0;
    text-align: center;

  }
  .form .footer a
{
  text-decoration: none;
}



  /* .form-label
  {
    margin-bottom: .3rem !important;
  }
 */




 /* for register page */

 .register
 {
  margin-bottom: 10px;
 }

 .terms
 {
  display: block;
padding-left: 11%;
padding-top: 10px;
 }
 .form .form-group .register
 {


  margin-top: 3% !important;
 }

  /* for register page */

   /* for reset page */

   .reset
   {
    margin-top: 0% !important;
   }

    /* for reset page */

    .alert-danger
{
    color: #721c24;
    border-color: transparent;
    background-color: #f8d7da;
    border-left: 5px solid #fb3f51;
    list-style-type: none;
}


.alert-info {
    color: #2c5e71;
    background-color: #cde2ff;
    border-color: transparent;
      border-left-color: transparent;
    border-left: 5px solid #3d84e5;
    list-style-type: none;
  }


  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: transparent;
      border-left-color: transparent;
    border-left: 5px solid #2db74c;
    list-style-type: none;
  }
.alert-warning
{
    border-color: transparent;
    border-left-color: transparent;
  border-left: 5px solid #e89f29;
}
.btn-secondary
{
    background-color: #294d73 !important;
    border-color: transparent !important;
}
