.loginBox{
	 background-color: #fffffe;
}

.loginMainBox {
    margin-top: 135px !important;
    width: 100%;
    float: left;
    height: auto;
    margin: 20px 0 40px 0;
}

@media (max-width: 360px) {
    .loginMainBox {
        margin-top: 50px !important;
    }
}

@media (max-width: 600px) {
    .loginMainBox {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 1749px) and (min-width: 1367px) {
    .FooterMainBox {
        position: absolute;
        bottom: 0;
    }
}

.btn_get_otp {
    width: 100%;
    float: left;
    height: auto;
    padding: 8px 0;
    background: #092546;
    color: #fff;
    border: none;
    font-family: sfprodisplaymedium;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    margin-Top: 10px;
    margin-right: 4%;
}

.otp_login_otpbox {
    display: none;
}

.loginMainBox .loginBox .btnLogin {
    width: 46%;
    display: none;
	margin-Top:10px;
}

#txt_login_otp {
    letter-spacing: 1em;
}

.otp_login_otpbox input::placeholder {
    letter-spacing: normal !important;
}

#otp-timer-box {
    color: #ff9924;
    font-size: 12px;
}