.modal.sign-up-modal.register-modal .modal-dialog {
  max-width: 540px;
}

.register-modal .main-tabs .tabs li {
  flex-grow: 1;
}

.form .controlls .form-options-single-center {
  margin-left: 0;
  width: 100%;
  margin-top: 10px;
  justify-content: center;
}

.btn.btn-transparent, .btn.btn-transparent:disabled:hover {
  color: #009DE0;
  background-color: #fff;
  border: 2px solid #009DE0;
}

.oferta {
    height: 88%;
    margin-left: 15px;
    width: 100%;
    background: #fff;
    position: absolute;
    display: none;
    text-align: center;
    flex-direction: column;
    z-index: 1;
}

.oferta > h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    color: #000000;
}

.oferta-content {
    min-height: 447px;
    margin-bottom: 30px;
    padding-top: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    height: 73%;
}

.modal .alert-danger{
    margin-top: -18px;
}

.alert-danger + #enter-login-form .oferta {
 top: 126px;
}

@media  (max-width: 991.98px) {
    .alert-danger + #enter-login-form .oferta {
        top: 104px;
       } 
}


@media (max-width: 767px) {
    .alert-danger + #enter-login-form .oferta {
        top: 55px;
       } 
    .oferta {
        height: 89%;  
    } 
}

@media (max-width: 575px) {

    .oferta {
        height: 91%;  
    }    
}

@media (max-width: 519px) {
    .alert-danger + #enter-login-form .oferta {
        top: 73px;
       }   
}

.saveOferta {
    margin-bottom: 20px;
}

#active {
    display: none;
}

#contReg {
    display:none;
}
.text-oferta > input {
    width: 10px;
    height: 10px;

}
.text-oferta {
    width: 120px;
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
    font-size: 0.75rem;
    margin-bottom: 0;
    color: #888;
    line-height: 1.25rem;
    
}
.oferta-text {
    border-bottom: 1px dotted;
}

.input-offers {
	display: flex;
	font-size: 0.75rem;
	margin-bottom: 0;
	color: #888;
	line-height: 1.25rem;
}


.main-user-consent-request.input-offers input + label {
	width: 16px;
	height: 16px;
}

.controlls .btn-open-oferta {
    padding: 1.25rem 1rem;
}
.layer-disable {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}
.error-border, .error-border:focus {
    border: 1px solid #cd0057;
}