html {
    direction: rtl;
    background-color: #F1F4F5;
}
body {
    background-color: #F1F4F5;
}

body#mofet label, body#mofet .btn {
    float:right;
    text-align: right;
}


#mahzor_cont , #course_cont{
    display: none;
}

.not_valid {
    color: #F6666B;
}
#self_reg_form select,.form_cont input{
    border: none;
    border-bottom: 1px solid #929292;
    border-radius: unset;
}
.form_cont input {
    /*direction: ltr;*/
    text-align: right;
    padding-right: 0;
}
.form_cont input#email {
    direction: ltr;
}
.form_cont {
    background-color: #FFF;
    padding: 30px;
    padding-top: 15px ;
    padding-bottom: 15px ;
}
.padded_cont {
    padding-right: 30px;
    /*padding-bottom: 10px;*/
}
::placeholder ,#self_reg_form select{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px !important;
    color: #A7A7A7 !important;
    opacity: 1; /* Firefox */
}


.errors {
    display: none;
    background-color: #F6666B;
    color: #FFF;
    font-size: 14px;
    padding: 3px;
}
.errors p
{
    margin:0;
    text-align: right;
}
button {
    font-weight: normal;
}
button[type="submit"]{
    background-color: #569eb6;
    border-radius: 0;
    border: none;
}
button.util{
    background-color: #FFF;
    border-radius: 0;
    border: none;
    color: #000;
}
#logo{
   background-color: #F66869;
    padding:  5px;
}
#logo img{
    width: 100%;
    display: block;
    margin: 10px auto;
}
#logo .hitmahut img{
    filter: brightness(42%);
}
@media screen and (max-width: 800px) {
    .logo.col-sm-12{
        width: 30%;
    }
}

.header_image{
    padding: 0;
}
.header_image img{
    width: 100%;
}
.form_caption{
    background-color: #F66869;
}
.form_caption{
    text-align: center;
    color: #FFF;
    padding: 10px 0;
}

body.reg_to_course #logo , body.reg_to_course .form_caption{
    background-color: #569eb6;
}
body.reg_to_course .form_caption h2{
   color: #fff;
}
body.reg_to_course #logo{
    padding: 0;
}
}
.h-captcha{
    display: flex;
    margin-bottom: 15px;
}

select#select_institute{
    display: flex;
    color: #000 !important;
    padding: 10px 0;
    font-size: 1rem !important;
    height: auto;
}

.ltr{
    direction: ltr;

.mobile_num{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.mobile_num span{
    padding: 0 10px;
}
#mobile_pre{
    width: 20%;
 }
#mobile{
    width: 60%;
}




