html, body {
    background: #ffffff !important;
    width: 100%;
    min-height: 100vh;
    --shkrncom-var-container-width: 1220px;
}
body * {
    box-sizing: border-box;
}
.container-header-footer {
    max-width: 1220px;
    margin: auto;
}
.grid {
    display: -ms-grid;
    display: grid;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-center-in-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.relative {
    position: relative;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="email"], input[type="tel"], input[type="password"], input[type="text"] {
    outline: 0;
    padding: 11px 10px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 14px !important;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s !important;
    font-family: initial, sans-serif !important;
    width: 100%;
    margin: 0 !important;
}
button {
    width: 100%;
    border-radius: 15px !important;
    background-color: var(--var-otino-main-color) !important;
    color: #fff !important;
    font-weight: 600;
    padding: 12px !important;
    cursor: pointer;
    font-size: 18px;
    border: none;
    font-family: inherit;
}
.otino-otp-form {
    flex-direction: column;
    gap: 15px;
}
.response-otino {
    width: 100%;
    border-radius: 9px;
}
.box-main-login-page-otino {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
    height: 100%;
    min-height: 100vh;
}
.image-side-form-otino > img {
    max-width: 630px;
    display: flex;
    width: 100%;
}
.logo-image-login-page-otino {
    max-height: 50px;
    width: auto;
}
.image-side-form-otino {
    flex-direction: column;
}
.image-side-form-otino > span > strong {
    color: #2B7EFE;
    padding: 0 4px;
}
.go-back-btn-login-page-otino {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.go-back-btn-login-page-otino svg {
    width: 30px;
    height: auto;
}
.login-form-box-otino {
    flex: 1;
}
.box-logo-title-above-form-login-otino {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    width: 100%;
    position: relative;
}
.login-form-wrapper-otino {
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    box-shadow: 0 4px 40px 0 #007DCC1A;
    border-radius: 32px;
    padding: 30px 35px;
    flex: 1;
    width: 100%;
    overflow: hidden;
    max-width: 440px;
}
.image-side-form-otino > span {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 0;
}
.image-side-form-otino > span::after {
    content: "";
    position: absolute;
    background: #F1F8FF;
    width: 120%;
    height: 15px;
    z-index: -1;
    top: 20px;
}
.roles-text-under-form-login-lobgu {
    color: #8492A1;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}
.roles-page-link-otino {
    color: #52667B !important;
    text-decoration: none !important;
}
.otino-mobile-label-form {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex: 1;
    gap: 12px;
    margin: auto;
}
.otino-mobile-label-form input {
    text-align: center;
    letter-spacing: 10px;
    font-size: 16px;
    direction: ltr;
    box-sizing: border-box;
    line-height: 1.5em;
}
.otino-login-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}
.desc-above-form-login-lobgu {
    margin: auto auto 20px;
}
.no-template-otino .form-row {
    margin: 0;
}
.login-form-wrapper-otino.otp-activated .title-under-logo-login-lobgu,
.login-form-wrapper-otino.otp-activated .go-back-btn-login-page-otino,
.login-form-wrapper-otino.otp-activated .otino-otp-form label,
.login-form-wrapper-otino.otp-activated .roles-text-under-form-login-lobgu,
label span.required {
    display: none;
}
.login-form-wrapper-otino.otp-activated .desc-above-form-login-lobgu.otp-activated {
    display: flex;
}
.desc-above-form-login-lobgu.otp-activated {
    display: none;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.no-template-otino {
    position: static !important;
}
@media only screen and (max-width: 1230px) {
    .box-main-login-page-otino {
        flex-direction: column;
        gap: 5px;
        padding: 60px 10px;
    }
    .login-form-wrapper-otino {
        box-shadow: none;
    }
}
@media only screen and (max-width: 1024px) {
    .image-side-form-otino {
        width: 100%;
        padding: 0 20px;
    }
    .login-form-wrapper-otino {
        padding: 30px 10px;
    }
    .image-side-form-otino > span {
        display: none;
    }
}
form.woocommerce-form.woocommerce-form-login.login {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}
p.form-row {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
p.lost_password > a {
    text-decoration: none;
}