.button-loader {
    display: none;
    width: 25px;
    height: auto;
}
  
.btn.loading .button-loader,
.popup-btn.loading .button-loader {
    display: inline-block;
}

.partner-register-form .message {
    color: #e46a76;
    text-align: right;
}

.form-recovery-link {
    color: #e46a76;
    text-decoration: underline;
}

.form-recovery-link:hover {
    color: #e46a76;
}

.inputs-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.type-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 20px;
}

.type-wrapper img {
    width: 50px;
    height: auto;
}

.confirm-code .link {
    border: none;
    background-color: transparent;
    text-decoration: none;
    color: #fb9678;
    outline: none;
}

.confirm-code .link:hover {
    color: #f95c2e;
}

.error-message {
    text-align: right;
}