.alertMessages {
    position: fixed;
    top: 10%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    border-radius: 10px;
}

.alertMessages p {
    padding: 10px;
    margin: 0;
}

.alertMessages a {
    color: #e9ecef;
}

/*noinspection CssUnusedSymbol*/
.alert_error {
    border-right: 3px solid #ff1515;
    visibility: visible;
}

/*noinspection CssUnusedSymbol*/
.alert_success {
    border-right: 3px solid rgba(57, 105, 239, 0.85);
}

.form-login {
    width: 100%;
    max-width: 520px;
    margin: 4rem auto;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 10px;
}

.form-login h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    direction: ltr;
}

.form-login form,
.form-login .auth-logged-in {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 420px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 2.5rem 2rem;
    box-shadow: 1px 1px 20px 20px rgba(156, 140, 140, 0.09);
}

.auth-form__hint {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    margin: 0 0 1rem;
    line-height: 1.6;
}

.auth-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    border-bottom: 1px solid #dfdfdf;
}

.auth-field__label {
    font-size: 0.85rem;
    color: #343434;
}

.auth-field--checkbox {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    border: none;
}

.auth-field .required {
    color: #e74c3c;
}

.auth-form__footer {
    margin-top: 1rem;
    font-size: 0.9rem;
    text-align: center;
}

.auth-form__footer a {
    color: #5177FF;
    text-decoration: none;
}

.auth-logged-in__actions {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}

.btn-send--outline {
    background: #f5f7ff !important;
}

.btn-send--secondary {
    background: #ffffff;
    color: var(--code-text);
    border: none;
    width: 100%;
    margin-top: 0.5rem;
}

.form-login--sms .auth-sms-code-field {
    width: 100%;
}

.auth-error {
    color: #c0392b;
    text-align: center;
    padding: 1rem;
}

.form-login label {
    margin: 10px 0;
}

form .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

form .input-wrapper svg{
    position: absolute;
    right: 1rem;
    pointer-events: none;
    z-index: 1;
}

form .input-divider {
    position: relative;
    width: 1px;
    height: 24px;
    background: rgba(233, 233, 233, 1);
    right: 42px;
}

.form-login .c-text-val {
    padding: 1px 10px;
    border: none;
    border-radius: 10px;
    line-height: 32px;
    height: 45px;
    box-shadow: none !important;
    outline: none !important;
    transition: .3s;
}

.form-login .c-text-val::placeholder {
    color: #868686;
}

.form-login .btn-send {
    text-align: center;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    width: 65%;
    height: 45px;
    transition: .3s;
    background: #FFFFFF;
}

.form-login .btn-send:hover{
    color:#0054F7;
}

.c-login-form-type-two {
    margin: 5rem auto;
    max-width: 540px;
    background: #fff;
    border: 1px solid rgba(213, 213, 213, 0.8);
    display: flex;
    border-radius: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
}

.c-login-form-type-two img{
    max-width: 80px;
} 

.c-login-form-type-two h4 {
    color: var(--login-text);
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
}
 .c-login-form-type-two span{
    font-size: 20px;
    font-weight: 700;
    color: var(--wellcome-text);
 }
.c-login-form-type-two p {
    font-size: 15px;
    line-height: 22.74px;
    text-align: center;
    color: var(--desc-text);
    margin-top: 1rem;
}

.c-login-form-type-two a{
    color: var(--logsign-text);
}
.c-login-form-type-two div svg{
    margin-top: 20px;
}

.c-login-form-type-two div svg path{
    fill: var(--desc-icon);
}

.c-login-form-type-two form h4{
    font-weight: 500;
    margin-top: 20px;
}
.prefix-number {
    border: 1px solid var(--login-btn);
    border-radius: 20px;
    padding: 12px 0;
    width: 13%;
    text-align: center;
}

.prefix-number:focus-visible {
    border: 1px solid var(--login-btn);
}

.phone-number {
    border: none;
    outline: none;
    padding: 12px;
    box-shadow: 0 1px 20px 0 #c8c8c88c;
    border-radius: 20px;
    text-align: left;
}

.save-phone-number {
    min-width: 100px;
    box-shadow: 0 4px 91px 0 #0000000F;
    background: var(--login-btn);
    padding: 6px;
    border-radius: 20px;
    justify-content: center;
}

.c-login-form-type-two .save-phone-number-btn {
    background: transparent;
    color: var(--login-btn-text);
    border: none;
    border-radius: 20px;
}

.save-phone-number span{
    margin-right: 8px;
}