/* line 5, ../scss/login.scss */
html body .user_card {
  min-height: 300px;
  width: 350px;
  margin-top: 20px;
  margin-bottom: auto;
  background: #EEE;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  padding: 65px 10px 10px 10px;
}
/* line 22, ../scss/login.scss */
html body .brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -120px;
  border-radius: 50%;
  background: #6C757D;
  padding: 10px;
  text-align: center;
}
/* line 33, ../scss/login.scss */
html body .brand_logo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 2px solid white;
}
/* line 44, ../scss/login.scss */
html body .form_container form .alert {
  margin-top: 0;
}
/* line 47, ../scss/login.scss */
html body .form_container form .alert.alert-danger {
  background-color: rgba(216, 38, 26, 0.5);
  color: white;
}
/* line 50, ../scss/login.scss */
html body .form_container form .alert.alert-danger:hover {
  background-color: rgba(216, 38, 26, 0.8);
}
/* line 56, ../scss/login.scss */
html body .form_container form .login_btn {
  width: 100%;
  background: #C0392B !important;
  color: white !important;
}
/* line 61, ../scss/login.scss */
html body .form_container form .login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
/* line 67, ../scss/login.scss */
html body .form_container form .login_container {
  padding: 0 2rem;
}
/* line 71, ../scss/login.scss */
html body .form_container form .input-group-text {
  background: #6C757D !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
/* line 78, ../scss/login.scss */
html body .form_container form .input_user, html body .form_container form .input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
/* line 83, ../scss/login.scss */
html body .form_container form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #C0392B !important;
}
