.otpverify {
    height: 100vh;
    position: relative;
    /*background-image: url(../LoginNewImages/bgotp.jpg);*/
    background-image: url('../LoginNewImages/bgotp.jpg');
    background-size: cover;
}

.verify-otp-section {
    background-color: #fff;
    max-width: 600px;
    min-width: 500px;
    position: absolute;
    left: 50%;
    padding: 25px;
    transform: translateX(-50%);
    top: 200px;
} 
.logopart {
      display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.companylogo {
    width: 100px;
}
 .companylogo img {
    width: 100%;
}
.HeaderBox {
      text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.HeaderBox .SigninText {
      font-size: 24px;
    font-weight: 600;
}
.HeaderBox .Head_Notice {
  font-size: 14px;
    font-weight: 400;
    color: #6a6a6a;
}
.Head_Notice {
    text-align: center;
}
.otp_boxarea {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.resentarea {
    margin-top: 20px;
    width: 100%;
display: flex;
justify-content: space-between;
}
.resentarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.resentarea .seconds {
   margin-left: 5px;
}
.flexdirectionstimer {
    display: flex;
    align-items: center;
}
.flexdirectionstimer .seconds {
    color: #666666;
    font-family: 'Poppins', sans-serif;
}
#timer {
    color: #626262;
    font-family: 'Poppins', sans-serif;
}
.resentarea a{
    text-decoration: none;
    color: #666666;
        font-family: 'Poppins', sans-serif;
}
.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 21px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    transition: all 0.2s ease-in-out;
    margin-right: 6px;
}
.button_part .Submit_btn  {
    transition: all 0.2s ease;
    background-color: #18486e;
    border-color: #18486e;
    color: #fff;
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-radius: 24px;
        text-align: center;
    text-decoration: none;
}
.button_part .Submit_btn:hover  {
    background-color: #133755;
    border-color: #133755;
    color: #fff;
}
.backtoredirect {
    text-align: center;
    margin-top: 15px;
}
.backtoredirect a {
   text-decoration: none;
    color: #666666;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}
.Head_Notice_2 {
  background-color: #dceaff;
    margin: 15px 0;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 5px;
    font-family: 'Poppins', sans-serif;
}
.Head_Notice_3 {
    background-color: #fffaf2;
    margin: 15px 0;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 5px;
    font-family: 'Poppins', sans-serif;
}

.role-select-Box .rolselect {
    display: flex;
    flex-direction: column;
}
.role-select-Box .rolselect .labelname {
        margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
.role-select-Box .rolselect  select {
        padding: 6px 14px;
        font-size: 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background-color: #fff;
        color: #333;
        transition: border 0.2s ease;
        height: 42px;
    }

    .role-select-Box .rolselect  select:focus {
      outline: none;
      border-color: #007BFF;
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    }

    .role-select-Box .rolselect  option[disabled] {
      color: #999;
    }
    .role-select-Box .button_part {
        margin-top: 20px;
    }
    .defaultselect input[type="checkbox"] {
        margin-top: 5px;
    }
    .defaultselect {
        display: flex;
        align-items: center;
        margin-top: 15px;
        font-family: 'Poppins', sans-serif;
    }
    .defaultselect .dafaultlabel {
       padding-left: 8px;
       font-size: 14px;
          color: #606060;
    }
.role-otp-section {
    background-color: #fff;
    max-width: 600px;
    min-width: 500px;
    position: absolute;
    left: 50%;
    padding: 25px;
    transform: translateX(-50%);
    top: 200px;
}
.role-otp-section .HeaderBox .SigninText {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.selectrolldiv {
    -webkit-appearance: none;
    background-image: url(../images/drop.png);
    background-repeat: no-repeat;
    background-position: 96%;
}

@media only screen and (max-width: 1199px) {
    .role-otp-section {
        margin: 15px;
        padding: 15px;
        position: absolute;
        top: 20%;
        left: 46%;
        transform: translateX(-50%);
        width: 400px;
        margin: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .verify-otp-section {
      background-color: #fff;
        min-width: 90%;
        padding: 15px;
        margin: 15px;
        position: absolute;
        top: 50%;
        left: 46%;
        transform: translate(-50%, -50%);
    }
    .resentarea {
        font-size: 16px;
    }
    .role-otp-section {
        min-width: 350px;
        width: 350px;
    }
    .otpverify .logopart .companylogo {
        width: 80px;
    }
}