html,
body,
.login-box {
    /* height: 100%; */
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.main-content {
    margin-top: 2%;
}

.main-content-otp {
    margin-top: 10%;
}

.errorMsg{
    color: red;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance:textfield;
}

main {
    flex: 1 0 auto;
}

.btn {
    background-color: #47c2f9;
}
.err-msg{
    color: red;
}