#reg-confirm-step3  {
    margin-bottom: 12px;
}
#reg-confirm-step3   .error-hint {
    text-align: center;
    margin-top: 10px;
    color: #E2647C;
    display: none;
}
#reg-confirm-step3   .popup-contacts-edit__resend-code:hover {
    cursor: pointer;
    text-decoration: underline;
}
#reg-confirm-step3   .popup-contacts-edit__resend-code {
    margin-top: 10px;
    text-align: right;
}
#reg-confirm-step3  .timer {
    margin-top: 10px;
    text-align: right;
    color: #B2B2B2;
}
#reg-confirm-step3   .hint-wrapper{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
#reg-confirm-step3   .hint-wrapper div{
    display: inline-block;
}
#reg-confirm-step3   .contact{
    text-wrap: nowrap;
}

#popup-earlyconfirm .js-confirm-back{
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
#popup-earlyconfirm .js-confirm-back i{
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    margin-right: 7px;
}

.confirm-status-action{
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #707075;
}
.confirm-status-action button{
    color: #0158BB;
    text-decoration: underline;
    padding: 0;
    border: 0;
}
.confirm-status-action button:hover{
    text-decoration: none;
}
#reg-confirm-step3 .confirm-code-wrap{
    display: none;
}

#reg-confirm-step3 input:disabled,
#reg-confirm-step3 .field__input[disabled]::placeholder,
#reg-confirm-step3 .fieldset[disabled] .field__input::placeholder{
    color: #000!important;
    border-color:#000!important;
}
#reg-confirm-step3 .conf-send{
    display:none;
}
#reg-confirm-step3 .confirmed .confirm-status{
    color: #00D085;
}

#reg-confirm-step3 .confirmed .confirm-code-wrap,
#reg-confirm-step3 .confirmed .confirm-status-action button{
    display:none;
}

#reg-confirm-step3 .confirm-block-wrap .description{
    line-height:25px;
}

#reg-confirm-step3 .code-field-label{
    font-size: 16px;
}