/* Reset password */
.otp-after-activation .otp-password {
    font-family: "Lato", sans-serif;
    color: #000;
}
.otp-after-activation .otp-password__set p {
    font-weight: 400;
    font-size: 14px;
}
.otp-after-activation .otp-password__set label.nice-field-placeholder {
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400;
    text-transform: none;
    font-family: 'Arial', sans-serif;
}

/* Fix modal regulations agreement on mobile screens */
@media(max-width: 768px) {
    .swal2-container {
        overflow-y: scroll !important;
        display: block !important;
    }
    .swal2-container .swal2-modal {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 auto !important;
    }

    #regulations {
        padding-left: 0;
        padding-right: 0;
    }

    #regulations > .col-md-10 > label {
        align-items: flex-start !important;
    }

    #regulations input[type=checkbox] {
        min-width: 16px;
        flex-basis: 16px;

        position: relative;
        top: 4px;
        left: 2px;
    }

    #regulations input[type=checkbox] + span {
        padding-right: 0;
        font-size: 15px;
        margin-bottom: 10px;
    }
}