body, html    {font-family: 'Stack Sans Light';font-size:15.5px;color: #878787;background-color:#3c435a;overflow-x: hidden;background: url('../img/bimedica-login.jpg') top center;background-size: cover;}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin label {color: #fff;font-family: 'Roboto';letter-spacing: 5px;}


.btn-primary        {border: 1px solid #fff;background-color: rgba(255, 255, 255, .3);font-weight: 500;font-family: 'Roboto';letter-spacing: 5px;border-radius: 15px;}
.btn-primary:hover  {border: 1px solid #fff;background-color: rgba(255, 255, 255, .5);}

.form-control {
  background: transparent;border:none;border-bottom: 1px solid #fff;border-radius: 0;color:#fff;font-family: 'Roboto';
}

.form-control {color: #fff}


.form-signin a {color: #fff;font-size: .8em}
.form-signin a:hover {color: #d6d6d6;}
.form-signin p {color: #fff;}



.form-control:focus {
  color: #fff;
  background-color: transparent;
  border:none;
  border-bottom: 1px solid #fff;
}

.btn-primary:active {
  outline-style:none !important;
  outline:none !important; 
}


input.form-control:focus {
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.header-login {
  background-color: rgba(255, 255, 255, .8);
}

h1        {font-weight: 800;font-family: 'Stack Book';color: #001e70;line-height: 50px;font-size: 60px;}
h1 span   {font-weight: 300;font-family: 'Stack Sans Light';display: block;color: #001e70;font-size: 1em}

.error-login {color: #fd7a7a;font-size: .8em;}/*display: none;*/
.error {border-color: #fd7a7a;}

h2.reminder {color: #001e70;font-size: 2em;}



.login-form .form-control {background: transparent;border:none;border-bottom: 1px solid #000;border-radius: 0;color:#000;font-family: 'Roboto';} /* background: rgba(0, 30, 112, .1) */

.login-form .form-control {color: #000}

.btn-secondary        {border: 1px solid #001e70;background-color: rgba(0, 30, 112, .9);font-weight: 500;font-family: 'Roboto';letter-spacing: 5px;border-radius: 15px;}
.btn-secondary:hover  {border: 1px solid #001e70;background-color: rgba(0, 30, 112, .9);}



.modal-content {
    border-radius: 1rem;    
}

.modal-header {
    border-bottom: none;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 0.7rem 1rem;
}