main {
    padding-inline: 10px;
    min-height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden;
    background: #FAFAFA;
}



.menu li a {
    color: #253a63 !important;
}

.header-new-account a {
    outline: 1px solid hsl(var(--base));
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 5px;
    margin-right: 8px;
}

.header-new-account a .icon {
    margin-right: 5px;
}

.form-remember.flex-align {
    display: none;
}

.langSel {
    height: 47px;
}

p.registration-text {
    margin: 0;
    font-size: 13px;
}

.header-new-account.btn.btn-outline--base a {
    background: #e5f5ff;
}

.login .form--control {
    color: #000000 !important;
}

.account-form {
    border: none;
    border-radius: 15px;
    max-width: 400px;
    margin: 0 auto;
    backdrop-filter: blur(20px);
    padding: 40px;
    border: none;
    background: #ffffff;
    --tw-shadow: 0px 0px 0px 1px rgba(9, 9, 11, .07), 0px 2px 2px 0px rgba(9, 9, 11, .05);
    --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 2px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media screen and (max-width: 575px) {
    .account-form {
        padding: 30px 25px;
        margin: 25px;
    }
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.form-heading {
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 3px;
    font-size: 20px;
    color: hsl(var(--black));
}

.form-subheading {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin-bottom: 32px;
    color: #000000 !important;
}

.form--control {
    background-color: #fff !important;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.form--control::placeholder {
    color: #000 !important;
}

.form--control:focus {
    border: 1px solid #000 !important;
}

button[type="submit"].btn--base {
    border-radius: 30px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.registration-link {
    font-weight: 600;
    color: #000000;
}

.forgot-pass {
    color: #000000d1;
    font-size: 13px;
}

.forgot-pass:hover {
    color: #19202b;
}

.login-logo {
    text-align: center;
    padding-bottom: 20px;
}

.login-logo .logo img {
    max-width: 190px;
    height: 38px;
}

/* another login start here */
.another-login-header {
    padding: 20px 0px;
    text-align: center;
    background: linear-gradient(260deg, rgb(72 81 103) 0%, #353f57 100%);
}

.another-login-header a img {
    width: 120px;
}

.another-login-form p.title {
    font-size: 19px;
    margin-bottom: 40px;
    text-align: left;
}

.login-way-item p {
    text-align: left;
    margin-bottom: 3px;
    font-weight: 500;
}

.login-way-item-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 8px 12px;
    background: #f0faff;
    border-radius: 5px;
}

.login-way-item-list p {
    margin-bottom: 0px;
}

@media(max-width: 475px) {
    .login-way-item-list span {
        display: none;
    }

    .login-way-item-list {
        justify-content: center;
    }

    .another-login-form p.title {
        font-size: 1rem;
    }
}

.account-form-bottom {
    margin-top: 32px;
}
/* another login end here */