.customOtpModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 4;
}

.customOtpModal-content {
    display: block;
    margin: 10% auto;
    border: 1px solid #888;
    width: 33%;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
    max-width: 50%;
    min-width: 270px;
    padding: 30px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}

.customOtpModal-content h3 {
    margin: 0px 0px 16px 0px;
}

.otpModalClose {
    cursor: pointer;
    display: inline-block;
    font: bold 10pt Helvetica, Tahoma, Arial, sans-serif;
    padding: 5px 12px;
    text-align: center;
    -webkit-transition: background 200ms ease 0s;
    -moz-transition: background 200ms ease 0s;
    -o-transition: background 200ms ease 0s;
    transition: background 200ms ease 0s;
    background: #a7afb9;
    border: 1px solid #8b95a2;
    color: #ffffff;
}

.hintMessage {
    color: #929292;
    margin: 0 0 10px;
    padding: 0 0 10px;
    padding: 0px;
    font-size: 14px;
    text-shadow: 0 1px 0 #ffffff;
}

.verifyTwoFa {
    cursor: pointer;
    display: inline-block;
    font: bold 10pt Helvetica, Tahoma, Arial, sans-serif;
    padding: 5px 12px;
    text-align: center;
    -webkit-transition: background 200ms ease 0s;
    -moz-transition: background 200ms ease 0s;
    -o-transition: background 200ms ease 0s;
    transition: background 200ms ease 0s;
    background: #0075c8;
    border: 1px solid #005795;
    color: #ffffff;
}