body{
  font-weight: 400;
}

.content-body{
  display: flex;
  align-items: center;
  min-height: initial !important;
  height: 100vh;
  background: #D0D0D0;
  background: #F1F1F1;
  margin-top: 0;
  margin-bottom: 0;
}

.content-body .container-fluid{
  margin-top: 0 !important;
  padding: 0;
}

.small-container{
  width: 40%;
  margin-top: 3em;
}

.logo{
  display: block;
  width: 150px;
  margin: 0 auto 1.6em auto;
}

.form-control:first-child{
  margin-top: 0;
}

.form-control{
  height: 39px !important;
  margin-top: 1em;
}

.select2-container--default .select2-selection--single{
  height: 41px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  margin-top: 4px;
}

.fg-select label{
  top: -1.75em;
  color: var(--color-primary);
  opacity: 1;
}

.login-logo{
  display: block;
  width: 150px;
  margin: 0 auto 1em auto;
}

.card-auth{
  width: 100%;
  /* max-width: 470px;
  min-width: 460px; */
  max-width: 460px;
  margin-top: -6em;
  padding: 3em 2em;
  border-radius: 5px;
}

@media screen and (max-width: 1600px){
  .card-auth{margin-top: 0}
}

.card-auth h1{
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 3em;
}

.form-group{
  margin-bottom: 2em;
}

.form-control-placeholder {
  position: absolute;
  top: -0.1em;
  left: .3rem;
  margin: 0;
  transition: all 200ms !important;
  opacity: 0.5;
  padding: 0 .3rem;
  background: #fff;
  margin-top: .9em;
}

.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group input:-webkit-autofill ~ label,
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  /* font-size: 75%; */
  font-size: 100%;
  color: var(--color-primary);
  transform: translate3d(0, -93%, 0) !important;
  opacity: 1;
}

.form-control:focus + .parsley-errors-list + .form-control-placeholder,
.form-control:valid + .parsley-errors-list + .form-control-placeholder {
  font-size: 75%;
  color: var(--color-primary);
  transform: translate3d(0, -90%, 0) !important;
  opacity: 1;
}

.form-control + .parsley-errors-list + .form-control-placeholder,
.form-control + .parsley-errors-list + .form-control-placeholder {
  font-size: 75%;
  color: green;
  transform: translate3d(0, -90%, 0) !important;
  opacity: 1;
}

input.parsley-error{
  border: 1px solid red !important;
}

h1{
  font-weight: 1.3rem;
  margin-bottom: 1em;
  text-align: center;
}

.btn-primary{
  width: 100%;
  height: 40px;
  margin-top: .7em;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: 1px;
  background-image: linear-gradient(to top right, #AF7D54, #C99C70, #E3BB92) !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background-image: linear-gradient(to top right, #AF7D54, #C99C70, #E3BB92) !important;
}

.btn-second{
  width: 100%;
  height: 39px;
  font-weight: 500;
  border: 1px solid #B9885A;
  background: #FFF;
  color: #B9885A;
  padding-left: initial;
  padding-right: initial;
}

.account-exist-wording{
  margin-top: 2em;
  margin-bottom: 0;
}

.parsley-errors-list{
  margin-bottom: 1.5em;
}

.col-label{
  left: calc(15px + .3rem);
  margin-top: .8em !important;
}

.card-verify{
  min-width: 430px;
  max-width: 430px;
}

.card-verify h6{
  font-size: 1rem;
  text-align: center;
  margin-bottom: .5em;
  color: var(--color-primary);
}

.error-message-box{
  padding: 1.2em 1.5em;
}

.to-signup-login{
  color: var(--color-primary);
}

.to-signup-login:hover, .to-signup-login:active{
  color: var(--color-primary);
}
