*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.otp-text h5{
    color:#000000 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}
.otp-text {
    border-bottom: none !important;
}
.modal-footer{
    border-top: none !important;
}
.modal-body input::placeholder{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color:#A7A7A7;

}
.modal-body{
    display: flex;
    text-align: center;
    z-index: 999999;
}
.modal-body input{
    width: 366px;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: 1px solid #C2C2C2;
}

.modal-footer .btn{
    color: white !important;
    background-color: #F648C3 !important;
    border: 1px solid #F648C3 !important;
    box-shadow: none !important;
}
.modal-footer .btn:hover{
    color: #F648C3 !important;
    background-color:white !important ;
    border: 1px solid #F648C3 !important;
    box-shadow: none !important;
}
.form-control:focus{
    box-shadow: none;
}
.resend p{
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    /* padding-top: 20px; */
}
.resend p span{
    font-size: 14px;
    font-weight: 400;
    color: #0095F6;
    
}
.btn-new{
    vertical-align: baseline !important;
}