
.img-width{
    width:33%;
}
.lock-logo{
    max-width:40px;
}
.btn-color{
    background-color:#0d3675;
   }

/* otp section */
.bgDarkBlue {
    background-color: #0d3675;
}
#popup{
    width: 100%;
    height: 100vh;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

#otp-code {
    /* padding-left: 15px; */
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 0px;
    width: 300px;
    outline: none;
}


.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
}

.card h6 {
    color: #0d3675;
    font-size: 20px
}

.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: #0d3675;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #0d3675
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: #0d3675;
    border: 1px solid #0d3675;
    width: 140px
}