/* LOGIN */
.form-signin {
    width: 100%;
    /* max-width: 380px; */
    padding: 3rem;
    margin: auto;
    background: #ffffff66;
    box-shadow: 0px 0px 10px -1px #d4d4d4;
    border-radius: 15px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  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;
}
.mb-3 {
	margin-bottom:1.23rem;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    color: #a53536;
}
button.btn.btn-sm.btn-block.rounded.mb-3 {
    border-radius: 4px;
    margin-top: 2rem;
    line-height: 5rem;
    font-size: 14px;
    font-weight: 400;
    background: #a53536;
    text-transform: uppercase;
    /* font-weight: 600; */
}
h1.h3.mb-3.font-weight-normal {
    text-transform: uppercase;
    color: #555;
    font-size: 18px;
    text-align: center;
    margin-bottom: 3rem;
}
section.row-white, section.row-white {
    background: #FFF !important;
	margin-bottom:4rem;
}
body {background: #FFF url("../img/bg-1.jpg") no-repeat bottom center;}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
}