html,
body {
  height: 100%;
}

.form-signin {
  max-width: 350px;
  padding: 1rem;
}

.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"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#register_user{
    max-width: 600px;
    margin: auto !important;
}

#register_user div{
    padding-top: 1.5rem;
}
#register_user div label{
    margin-bottom: 0.5rem;
}

#password_user div{
    padding-top: 1.5rem;
}
#password_user div label{
    margin-bottom: 0.5rem;
}

#forgot_password div{
    padding-top: 1.5rem;
}
#forgot_password div label{
    margin-bottom: 0.5rem;
}

#reset_password div{
    padding-top: 1.5rem;
}
#forgot_password div label{
    margin-bottom: 0.5rem;
}

.address_form div{
    padding-top: 1rem;
}
.address_form div label{
    margin-bottom: 0.5rem;
}

.contact div{
    padding-top: 1.5rem;
}
.contact div label{
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.btn-block{
    display: block;
    width: 50%;
    margin: auto !important;
}
.bg-light-menu{
    background-color: #22c40017;
}

#order_addresses .form-check, #order_carriers .form-check {
    background-color: #22c40017;
    padding: 10px 40px;
}

.small_container{
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

#order_submit{
    margin-top: 2rem !important;
}
