@font-face {
  font-family: Sahel;
  src: url('../fonts/Sahel.eot');
  src: url('../fonts/Sahel.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Sahel.woff2') format('woff2'),
       url('../fonts/Sahel.woff') format('woff'),
       url('../fonts/Sahel.ttf') format('truetype');
}

body{
    direction: rtl !important;
    text-align: right !important;
    font-family: "Sahel" !important;
}
.myfont,.focus-input100::after
{
    font-family: Sahel !important;
}
.btn-show-pass{
    right: initial;
    left: 0 !important;
}
.errors{
    color: red;
    background-color: #fbd4d4;
    padding: 5px;
}
.password_reset{
    color: #076ce1 !important;
}
.social-login{
    color : #e82e1e;
}
.failed{
    text-align: center;
    padding-bottom: 50px !important;
}