/*
  1.Layout
  2.Module
    1.Login & Register
*/

/* Layout */

.default-layout .modal-backdrop.show {
  opacity: 0;
}
.default-layout .modal-backdrop.fade.show {
  opacity: 0.15;
  z-index: 1060;
}

/* Module */

/* Authentication */
.modal-auth:not(#modalSignup) .modal-sm{
  max-width: 350px;
}
.modal-auth .modal-body{
  padding: 35px 30px;
}
.modal-auth h1 {
  font-size: 1rem;
}
.modal-auth p {
  font-size: 0.8rem;
  line-height: 22px;
}
.modal-auth:not(#modalSignup) .form-group,
.modal-auth:not(#modalSignup) .form-control{
  text-align: center;
}
#modalSignup .form-control {
  padding-left: 0;
}
.modal-auth .btn-facebook,
.modal-auth .btn-google{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.125rem;
  border-radius: 50%;
  text-decoration: none;
}
.digit-group input {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  margin: 0 4px;
  border-radius: 4px;
  outline: 0;
}
