@CHARSET "UTF-8";
/**
 * @package    logregsms
 * @subpackage CSS
 * @author     Mohammad Hosein Mir {@link https://joomina.ir}
 * @author     Created on 22-Feb-2019
 * @license    GNU/GPL
 */
.headre_user {
    float: right;
    font-size: 20px;
    color: black;
    text-align: right;
    margin-top: -42px;
    font-weight: bold;
    display: block;
    width: 100%;
}
.headre {
    font-size: 20px;
    color: black;
    text-align: right;
    margin-top: -45px;
    margin-right: -37px;
    margin-bottom: 38px;
    font-weight: bold;
    display: block;
    width: 100%;
}
p.help-block {
    margin-top: 25px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #626262;
    font-size: 15px;
}
input#mobilenum {
    border-radius: 5px;
    font-size: 15px;
    height: 45px;
}
.validation-mobile {

}
.buttons_row > * {
    display: inline-block;
    margin-left: 10px;
}
#holding > * {
    float: right;
    margin-left: 10px;
    padding: 5px;
}
.empty {
    color: #a70000;
}
#timer_div {
    color: #dc3545;
}
.buttons_row {
    text-align: center !important;
    margin: 0 auto;
    display: table;
}
 
.enter {
    font-size: 12px;
    margin-top: 11px;
}
input#mobilenum {
    direction: ltr;
}
  
  div#logregsms {
    width: 360px;
    margin: 0 auto;
    margin-top: 6% !important;
    margin-bottom: 10% !important;
}
  
input#mobilenum,input#codenum {
    height: 45px !important;
    border-radius: 8px;
    border: 2px solid #198754;
}
.inside-wall {
    padding: 50px;
    text-align: center;
    border: 1px solid #198754;
    line-height: 2.5;
    box-shadow: 4px 3px 6px 3px #d7d7d7;
    border-radius: 5px;
}
.regclass textarea.form-control, .regclass select.form-control, .regclass input[type="text"], .regclass textarea {
    text-align: right !important;
    padding-right: 10px;
}
a.btn.btn-warning {
    margin-top: 10px;
    width: 100%;
    height: 45px;
    border-radius: 7px;
    line-height: 2.2;
    color: #444444 !important;
}
.regclass label {
    text-align: right !important;
    float: right;
    margin-right: 15px;
    margin-bottom: 9px;
    margin-top: 15px;
}
.help-block {
    margin-top: 25px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #626262;
    font-size: 15px;
}
.regclass {
    width: 400px !important;
    margin: 0 auto;
}
textarea.form-control,select.form-control,input[type="text"], textarea {
    text-align: center;
    border: 1px solid #198754;
    background: #fff !important;
    margin: 0 auto;
    border-radius: 4px;
}
i.fa.fa-arrow-right {
    font-size: 24px;
    float: right;
    margin-top: -35px;
    margin-right: -30px;
    color: #3c3c3c;
}
input#codenum {
    height: 45px;
    border-radius: 8px;
    border: 2px solid #198754;
}
button.btn.btn-success {
    background: #198754;
    border: unset !important;
}
a.btn.btn-primary {
    border: unset !important;
}
button.btn.btn-success {
    width: 100%;
    height: 45px;
    border-radius: 7px;
}
a.btn.btn-primary {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    margin-top: 11px;
    line-height: 2.2;
    color: #fff !important;
    background: #a7a7a7 !important;
}
.requre {
    position: absolute;
    color: red;
    transform: translate(16px, 4px);
    font-size: 17px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
label {
    color: #333 !important;
}
img.my-logo {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px !important;
} 
div#logregsms .form-group {
    margin-bottom: 10px;
}