body{
    font-family: 'Cairo', sans-serif;
    direction: rtl;
}
.form-control{
    height: 50px;
    border-radius: 0;
}
.form-group{
    text-align:right;
}
.form-group label{
    margin-bottom: 10px;
    font-weight: bold;
}
form .btn{
    height: 50px;
}
#is_valid_phone,
#not_valid_phone{
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0;
    display: none;
}
#is_valid_phone{
    color: #08a308;
}
#not_valid_phone{
    color: #b50707;
}
.iti{
    width: 100%;
    direction: ltr;
}
.result_input{
    font-size: 12px;
    font-weight: bold;
}
.form-control:focus{
    border-color:#ced4da;
    box-shadow: none;
}
.btn-success:focus{
    box-shadow: none;
}

#global-loader
{
    position: fixed;
    z-index: 50000;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.loader-img
{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
