html > body {
    background-color: #f8f9fa;
}

.site-login {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    padding: 30px 50px;
    background: #ffffff;
    border: 1px solid #65a30d;
    box-shadow: unset;
    height: auto;
    margin-bottom: 2cm;
}

#set-pin-code-form,
#check-pin-code-form,
#login-code-form,
#login-form {
    width: 350px;
    height: auto;
}

#login-form {
    margin-top: 15px;
}

#set-pin-code-form,
#check-pin-code-form,
#login-code-form {
    display: none;
}

#pincodeform-pincode,
#loginform-code,
#sendcodeform-phone {
    height: 40px;
    background: #f5f6fa;
}

#loginform-code:read-only,
#sendcodeform-phone:read-only {
    background: rgb(229 229 229 / 80%) !important
}

input:focus {
    border: 1px solid #65a30d !important;
    box-shadow: unset !important;
}

div.invalid-feedback {
    margin-top: 0;
    min-height: 20px;
    height: auto;
    font-size: 12px;
    text-align: right;
}

#confirm-pincode-button-block {
    margin-top: 5px;
}

#check-pin-code-form > .field-pincodeform-pincode,
#set-pin-code-form > .field-pincodeform-pincode {
    height: 60px;
    margin-bottom: 0 !important;
}

#login-code-form > .field-loginform-code,
#login-form > .field-sendcodeform-phone {
    min-height: 50px;
    height: auto;
    margin-bottom: 10px !important;
}

#save-pincode-button,
#skip-pincode-button,
#confirm-pincode-button,
#login-button,
#send-code-button {
    background: #65a30d;
    width: 250px;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.3px;
    text-transform: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 8px;
    color: white;
    padding: 0;
}

#skip-pincode-button {
    background: #368bbd;
}

#help {
    font-size: 14px;
    color: #6a6a6a;
    text-align: center;
    letter-spacing: 0.3px;
}

::placeholder {
    opacity: 0.8 !important;
}

.send-code-timer {
    display: none;
    float: right;
    font-size: 12px;
    width: 100%;
    text-align: right;
}

#send-code-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.send-code-again-block {
    width: 300px;
    display: flex;
    justify-content: flex-end;
    margin-right: auto;
}

.send-code-again-block > #send-code-again-button {
    width: auto;
    font-size: 14px;
    padding: 0;
    text-align: right;
    text-decoration: underline;
    text-underline-offset: 1px;
}

#login-button-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#skip-button-block,
#save-pincode-button-block {
    margin-top: 10px;
}