﻿/* OTP Verification CSS */
.otp_input input {
    /*width: 10%;
                height: 10%;
                text-align: center;
                font-size: 16px;
                font-weight: 600;*/
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 4px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1rem;
    height: 2.5rem;
    margin: 0 0.55555rem;
    text-align: center;
    width: 2.5rem !important;
}

@media (max-width:1200px) {
    .wrapper .otp_input input {
        height: 50px;
    }
}

@media (max-width:767px) {
    .wrapper .otp_input input {
        height: 40px;
    }
}

.verification-code {
  /*  max-width: 300px;*/
    position: relative;
   /* margin: 0px auto;*/
    text-align: center;
}

.control-label {
    display: block;
    margin: 0px auto;
    font-weight: 900;
}

.verification-code--inputs input[type=text] {
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 4px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1rem;
    height: 2.5rem;
    margin: 0 0.55555rem;
    text-align: center;
    width: 2.500rem !important;
}

.p1-5 {
    padding: 2.700rem !important;
}

.content-modal {
    width: 500px;
    height: 300px;
    background: white;
    border-radius: 4px;
    position: relative;
    padding: 20px;
}

.closemp {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 42px;
    color: #aaaaaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
    /*    transform: rotate(100deg);*/
}

    .closemp:hover,
    .closemp:focus {
        color: #aaaaaa;
        text-decoration: none;
        cursor: pointer;
    }
