.umotp-wrapper{

    margin-bottom:25px;

}

.umotp-title{

   color: #000;
    font-size: 14px !important;
   
    font-weight: 500;

    margin-bottom:10px;

}

.umotp-group{

    margin-bottom:15px;

}

.umotp-group input{
    border-radius: 12px !important;
}
.umotp-wrapper input{

    width:100%;

    height:48px;

    border:1px solid #ddd;

    border-radius:12px;

    padding:10px;

}

.umotp-wrapper button{

    width:100%;

    height:48px;

    border:none;


    color:#fff;

    border-radius:6px;

    cursor:pointer;
  border-radius: 12px !important;
    background: linear-gradient(45deg, #002CB8 0%, #174DE9 70%);
    width: 100% !important;

}

#umotp_message{

    margin-top:10px;

    font-weight:600;

}