.m-wizard.m-wizard--3 .m-wizard__form {
    border-left: .25rem solid #5867dd !important;
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .m-wizard.m-wizard--3 .m-wizard__form form {
        width: 100%;
    }

.m-form__help {
    color: #f4516c !important;
}

.blue {
    color: #075CB0 !important;
}

p.blue {
    font-size: 22px !important;
}

.m-wizard.m-wizard--3.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #075CB0 !important
}

.m-wizard.m-wizard--3 .m-wizard__head {
    padding: 0 4rem 5rem 4rem !important;
}

.bg-blue {
    background-color: #075CB0 !important;
}

#otp-wrapper .otp-input {
    width: 64px;
    height: 64px;
    font-size: 2rem;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 480px) {
    #otp-wrapper .otp-input {
        width: 56px;
        height: 56px;
        font-size: 1.6rem;
    }
}