@charset "UTF-8";

[x-cloak] {
    display: none;
}

.websima-auth-page {
    display: flex;
    justify-content: center;
}

.websima-auth-page .card {
    width: 600px;
    margin: 150px 0;
    padding: 10px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.06);
}

.websima-auth-page .card .tab {
    display: flex;
    justify-content: center;
}

.websima-auth-page .card .tab .item {
    display: inline-block;
    background: #e5e5e5;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.websima-auth-page .card .tab .item.active {
    background: #F88E1E;
    color: #FFF;
}

/* .websima-auth-page .form-input input:focus {
    border-color: #cdcdcd;
}

.websima-auth-page .form-input input {
    border: 1px solid transparent;
    background: #fafafa;
    padding: 10px 20px;
    border-radius: 15px;
    height: 50px;
    font-size: 15px;
    margin-block: 6px 12px;
    direction: ltr;
    text-align: left;
    transition: border-color 400ms;
} */

.websima-auth-page .form-input input {
    text-align: left;
}

button.button.account,
button.button.send-code {
    margin: auto;
    display: block;
}

.websima-auth-page .block {
    display: block;
    width: 100%;
}

.websima-auth-page .button.password,
.websima-auth-page .button.verification {
    float: left;
    display: inline;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 28px;
}

.websima-auth-page .button.disabled,
.websima-auth-page .button.disabled:hover {
    cursor: not-allowed !important;
    pointer-events: none;
    background: #999;
}

.websima-auth-page #websima-login-form {
    margin-top: 40px;
    margin-bottom: 20px;
}

.websima-auth-page .form .item {
    position: relative;
    padding: 5px 0;
}

.register.item.editor-content .acf-fields > .acf-field {
    padding: 10px !important;
}

.register.item.editor-content .acf-label {
    margin: 0 !important;
}


label .acf-required {
    float: right;
    color: #dc3545;
    font-size: 12px;
    margin-left: 4px;
}

#websima_auth .acf-notice.-error.acf-error-message {
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    border: none !important;
    position: relative !important;
}

#websima_auth .acf-notice p {
    font-size: 12px !important;
    line-height: 1 !important;
    margin: 0 !important;
    text-shadow: none;
    padding: 0 !important;
    position: absolute !important;
    z-index: 1;
    bottom: -75px;
}

.acf-notice.acf-error-message.-dismiss.-error {
    display: none;
}

#websima_auth span.acf-spinner {
    position: absolute;
    bottom: 18px;
}

#websima_auth input.acf-button.button:hover {
    background: radial-gradient(95.32% 132% at 0% 13.83%, #fff 0%, #fff 100%);
}


@media (max-width:767.98px) {
    .websima-auth-page .card {
        max-width: 94%;
    }
}

@media (max-width:575.98px) {
    #websima_auth .acf-field {
        width: 100% !important;
    }

    .websima-auth-page .card .tab .item {
        margin: 8px;
        padding: 8px;
        font-size: 13px;
    }

    #websima_auth .acf-notice p {
        bottom: -66px;
    }
    .websima-auth-page .card{
        margin: 50px 0;
    }
}