body {
    font-family: "SF Pro Display", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
}

.btn {
    font-family: "SF Pro Display", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.form-group.m-form__group.b-form-group-border {
    border: 1px solid #EBEDF2
}

.form-group.m-form__group.b-form-group-border ~ .form-group.m-form__group.b-form-group-border {
    border-top: none !important;
}

.form-group.m-form__group.b-form-group-border input {
    padding: 0 10px !important;
    font-family: "SF Pro Display", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-weight: 200;
    letter-spacing: .05em;
    border: none !important;
}

.m-login.m-login--1 .m-login__content {
    background-position: center;
    background-attachment: unset;
}

.b-otp_field {
    padding: 10px;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
}

.b-otp_group {
    display: inline-block;
}

.b-otp__form .m-form__group {
    text-align: center;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100% !important;
}