.auth-page {
    padding-bottom: 64px;
    width: 100%;
    background-color: #edf8f4;
}
.auth-container {
    padding: 40px;
    width: 400px;
    border-radius: 30px;
    background-color: #fff;
}
.auth-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0px;
}
.auth-title {
    font-size: 20px;
    font-weight: 700;
}
.a-title-icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}
.auth-check {
    font-size: 16px;
    font-weight: 500;
}
.a-link {
    font-size: 16px !important;
    font-weight: 500 !important;
    cursor: pointer;
}
.auth-form {
    margin-top: 24px;
    width: 100%;
}
.a-form-elements label {
    color: rgba(4,3,69,.4)!important;
    font-weight: 700;
    letter-spacing: -.16px;
    font-size: 13px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.a-form-input {
    margin-bottom: 24px;
    width: 100%;
    height: 48px;
    border: 1px solid #e8e8e8;
    border-radius: 12px!important;
    text-indent: 12px;
    background: #fcfffe;
    font-family: helvetica neue;
    font-weight: 500;
    font-size: 15px;
}
.a-form-input::placeholder{
    color:#cacdd9;
    font-size: 15px;
    font-weight: 400;
    font-family: helvetica neue;
}
.p-number-inputs,
.auth-button-cover {
    width: 100%;
}
.a-form-input-c-code {
    width: 84px;
    margin-right: 12px;
}
.a-form-input-icon {
    position: absolute;
    margin-left: 42px;
    margin-bottom: 22px;
    font-size: 16px;
    cursor: pointer;
}
.a-btn-register {
    margin-bottom: 24px;
    width: 100%;
    height: 48px;
    color: #fff;
    border-radius: 12px;
    font-weight:700;
}
.auth-privacy {
    margin-left: 8px;
    margin-bottom: 24px;
    gap: 24px;
}
.a-p-strong {
    cursor: pointer;
}
.a-form-password {
    width: 100%;
}
.rl-form_label {
    color: rgba(4,3,69,.4)!important;
    font-weight: 700;
    letter-spacing: -.16px;
    font-size: 13px;
}
.rl-form_label:hover {
    color: #a5a5a5 !important;
}
.a-form-input-eye {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: 10px;
    margin-left: -50px;
    color: #a5a5a5;
}
.a-forget-p {
    cursor: pointer;
}
.phone-code-flag-icon {
    width: 20px;
    height: 20px;
}
.auth__checkbox-text {
    font-size: 14px !important;
    color: #040345;
    font-size: 14px;
    font-weight: 500;
    user-select: none;
    font-family: helvetica neue;
    line-height: 1.3em;
}
@media (max-width: 800px) and (min-width: 480px){
    .mobile-center{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .auth-check {
        margin-bottom: 10px!important;
    }
}

@media (max-width: 480px) {
    .auth-check {
        margin-bottom: 10px!important;
    }
    .auth-container {
        padding: 30px;
        width: 100%;
    }
    .auth-header {
        flex-direction: column;
        align-items: start;
        width: 100%;
        gap: 24px;
    }
    .auth__checkbox-text {
        font-size: 12px !important;
    }
    .auth-privacy {
        margin-left: 0px;
        gap:10px;
    }
}

/* The container must be positioned relative: */
.custom-select {
    margin-right: 12px;

    position: relative;

    text-indent: 4px !important;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    width: 100%;
    height: 48px;
    border-radius: 16px;
    padding: 8px !important;
    padding-top: 14px !important;
    font-size: 12px;
    background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 0px solid transparent;
    border-color: transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    color: #a5a5a5;
    cursor: pointer;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    padding: 8px !important;
    padding-top: 14px !important;
    font-size: 12px;
    text-align: left;
}

/* Style items (options): */
.select-items {
    /* width: 256px; */
    margin-top: 8px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;

    overflow: auto;
    top: 100%;
    height: 200px;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.phone-login-font {
    color: rgba(4, 3, 69, .8) !important;
    font-family: helvetica neue;
    font-weight: 700;
}

.social-btn-area {
    border-radius:12px;
    color:#000!important;
    background:#fff;
    border:1px #D3D8E3 solid;
    padding-left: 50px;
    cursor: pointer;
    >span {
        color: #000 !important;
        font-family: helvetica neue;
        font-weight: 300;
    }
}

.login-with-social {
    opacity: 0.6;
}

.login-with-social:hover {
    opacity: 1;
}