.hidden {
    display: none !important;
}

.height-100 {
    height: 100vh;
}

.card {
    width: 400px;
    border: none;
    height: 300px;
    box-shadow: 0px 5px 20px 0px #d2dae3;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputs input {
    width: 40px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px;
}

.card-2 .content {
    margin-top: 50px;
}

.card-2 .content a {
    color: red;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid red;
}

span#UserFirstName {
    margin: 3px;
    display: inline-block;
}

div#otp {
    direction: ltr;
}

#otp .form-control.rounded {
    font-family: monospace !important;
    font-weight: bold !important;
}

#otp .rounded {
    border: 1px solid #dadada !important;
}

small#maskedNumber {
    font-size: 15px;
    font-family: monospace;
    margin: 10px;
    display: block;
}