.otp-input{
    font-size: 1.1rem;
    padding: 5px;
    outline:none!important;
    font-weight: 600;
    text-align: center;
    background-color: #fff !important;
    color: #333;
    border: 1px #ccc solid;
    border-radius: 7px;


}
#OTP_Div input:active,
#OTP_Div input:focus ,
#regform input:active ,
#regform input:focus
{
    outline:0px !important;
    box-shadow: none !important;
    border-bottom:3px solid #2864d6 !important;
    outline:none!important;
    color: #333;

}

/* Chrome, Safari, Edge, Opera */
#OTP_Div input::-webkit-outer-spin-button,
#OTP_Div input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;

}

/* Firefox */
#OTP_Div input[type=number] {
    -moz-appearance: textfield;
}


#OTP_Div{
    /*grid-template-columns: repeat(5, 20%);*/
    display: flex;
    grid-gap: 10px;
    padding: 5%;
}
.box-c {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 15px;
    text-align: center;
    color: #333;
}
.box-c .form-control {
    height: 50px !important;
}
.box-c .alert {
    margin: 8px 12px 12px 12px !important;
}
.otp-timer span {
    color: #d31c1c;
    font-weight: bold;
}
#OTP_Section button {
    width: 90%;
    background-color: #3f8bff;
    border: 1px #197bd6 solid;
    color: #fff;
    padding: 7px 0;
    border-radius: 15px;
}
#OTP_Section button:focus ,#OTP_Section button:hover  {
    width: 90%;
    background-color: #2b74e1;
    border: 1px #0e5eac solid;
    color: #fff;
    padding: 7px 0;
    border-radius: 15px;
}
.otp-header {
    text-align: right !important;
    padding: 10px;
}
#OTP_Section h3 {
    font-weight: bold;
    color: #245ca7;
}
#regform input {
    margin-top: 7px;
}

/* sidemenu */

.sidemenu {
    background: #333;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    color: #fff;
    width: 180px;
}
.sidemenu a {
    color: #fff;
    cursor: pointer;
}
.sidemenu li {
    list-style: none;
    text-align: right;
    padding: 7px;
    margin-left: -35px;
    font-size: 14px;
}
.sidemenu li:hover {
    background: #3c3a3a;
    border-right: 1px #1c6ff4 solid;
    cursor: pointer;
}

#wrapper {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-right: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: right;
    padding-right: 5px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    text-align: right;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -250px;
}

/* Sidebar Styles */

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li:hover a {
    border-right: 1px #00afc8 solid;
    padding-right: 7px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #d8d8d8;
    font-size: 13px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;

}

.sidebar-nav .sidebar-brand a {
    color: #f3f3f3;
    padding-right: 7px;
    font-size: 15px;
}

.sidebar-nav .sidebar-brand a:hover {
    color: #ffffff;
    background: none;

}

@media(min-width:768px) {
    #wrapper {
        padding-right: 250px;
    }

    #wrapper.toggled {
        padding-right: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-left: 0;
    }
}
.sidebar-brand {
    background: #0e66b4;
    font-size: 15px !important;
}
.pi-menu {
    float: right;
    position: relative;
    z-index: 100;
    margin: 7px;
}
/* end side menu  */
.user-info ,.profile-info {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #dedede;
    margin: 0 0 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    padding: 7px 10px;
}
.profile-info button {
    width: 90%;
    background-color: #3f8bff;
    border: 1px #197bd6 solid;
    color: #fff;
    padding: 7px 0;
    border-radius: 15px;
}
.panel-header {
    text-align: right;
    font-weight: bold;
    position: relative;
    z-index: 10;

}
.form-box {
    float: right;
    text-align: center;
    position: relative;
}
.form-box label {
    display: block;
    padding: 5px 0;
    background: #ccc;
}
.form-box span {
    display: block;
}
@media (max-width: 800px) {
    .form-box {

    }
    .pi-menu {
        float: left;
        z-index: 1000;
    }

}

