.verify-otp-Box{
    background-color: #fff;
    padding: 20px;
    border-radius: 14px;
}
.header_part .logo{
    text-align: center;
    margin-bottom: 15px;
}
.header_part .logo a{
    font-size: 35px;
    color: #fff;
}
.verify-otp-section {
    max-width: 560px;
    margin: 10% auto 0;   
}
.HeaderBox {
    text-align: center;
    margin-bottom: 15px;
}
body .Bigcommon {
    background-color: #F3F6F9;
    height: 40px;
    width: 100%;
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 12px;
    font-family: "popins_regular";
    color: #000;
    border: none;
}
body .Bigcommon:focus {
    outline: none;
    border-color: #6d90ff;
}
.Bigcommon::placeholder {
    font-size: 13px;
    color: #7C7C7C;
    transition: all 0.2s ease;
    font-weight: 400;
}
.Bigcommon:focus::placeholder {
    padding-left: 8px;
}
body .Bigcommon.phone {
    padding: 0 15px 0 47px;
}
span.flag {
    left: 0px;
    position: absolute;
    bottom: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    border-right: 1px solid;
    padding: 0 10px;
    background-color: #504a4a;
}
.HeaderBox .SigninText {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}
.Head_Notice{
    font-size: 15px;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    color: #666;
    font-weight: 500;
}
.otp_form_box .button_part  {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.otp_form_box .button_part .SPButton {
   padding: 10px 20px;
   border-radius: 5px;
}
.otp_form_box .field-set {
    margin-bottom: 8px;
}
.otp_form_box span.error {
    color: #c14949;
    font-size: 13px;
    line-height: 30px;
}
.otp_form_box .ErrorBox {
    text-align: center;
    width: 94%;
    border: 2px solid #FFA800;
    margin: 15px auto;
    padding: 15px;
    border-radius: 7px;
    font-weight: 500;
}
