.container{
  padding-top: 60px;
}

.bp-1 {
margin-top: 8% !important;
margin-bottom: 10% !important;

}

.card {
  max-width: 410;
}
.card-header-logo{
  background-image: url('../img/logo.svg')!important;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 1rem!important;
  padding-top: 12rem!important;
  background-position: center !important;
  background-size: 75% 75%;
}
.card-header {
  background-color: #ffffff !important;
  border-bottom: 0px !important;
  background-image: url('../img/registration_header.svg');
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover;
}

.alert-error {
  color: #8e0101;
  background-color: #fdeaea;
  border-color: #e89191;
}

.btn-default {
  color: orange !important;
}

.custom {
  background-color: #f28200 !important;
  border-color: #f3bd7f !important;
}

.custom-resend {
  /* width: 280 !important; */
  background-color: white !important;
  border-color: #666666 !important;
  color: #666666 !important;
}

.text {
font-size: 14px;
}
.force-curve {
padding: 2.25rem !important;
}

.account, .device, .mail {
  position: relative;
}

.account:before, .device:before, .mail:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20%;
  bottom: 0;
  width: 20px;
  height: 50%;
}

.account:before {
  background: url("../img/svg/account.svg") center / contain no-repeat;
}

.device:before {
  background: url("../img/svg/cellphone-iphone.svg") center / contain no-repeat;
}

.mail:before {
  background: url("../img/svg/email-box.svg") center / contain no-repeat;
  color: #f28200 !important;
}

input {
  padding: 0 35px !important;
  font-size: 14px !important;
}

::placeholder {
  opacity: 60% !important; 
  font-size: 13px !important;
}

.has-error {
  border: 1px solid #ff002f !important;
}