@font-face {
  font-family: 'Lalezar';
  font-style: normal;
  src: local('Pacifico-Regular'), url('../../../main_style/fonts/Lalezar/Lalezar-Regular.ttf') format('woff2');
}

@font-face {
  font-family: 'Almarai';
    font-style: normal;
  src: local('Pacifico-Regular'), url('../../../main_style/fonts/Almarai/Almarai-Regular.ttf') format('woff2');
}

@font-face {
  font-family: 'Lemonada';
    font-style: normal;
  src: local('Pacifico-Regular'), url('../../../main_style/fonts/Lemonada/Lemonada-VariableFont_wght.ttf') format('woff2');
}



.btn_a{
  border: 0;
  outline: 0;
  width: 100%;
  border-radius: 30px;
  background: #1f193a;
  font-size: 23px;
  padding: 8px 35px;
  color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/**************************************************/

body { background-color: #f3f3f3; }

.log-in{ text-align: right; padding: 74px 0;}
.log-in .row img{ width: 100%;}
.log-in .content-form{ padding: 0px 59px;}
.log-in .content-form .header-login{ margin-bottom: 50px;}
.log-in .content-form .header-login .icon{
  text-align: center;
  background-color: rgb(0, 88, 160);
  width: 25%;
  padding: 20px 0;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 23px;
}

.log-in .content-form .header-login .icon i{ color: white; font-weight: 600; font-size: 25px;}
.log-in .content-form .header-login h2{    font-family: 'Lalezar';  font-weight: 100;}
  .log-in .content-form .header-login p{ font-size: 20px;}
.log-in .content-form form .items{ background: #d9d9d9; padding: 10px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.log-in .content-form form .items input{
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  width: 90%;
  display: inline;
}

.log-in .content-form form .items .fa-eye-slash, .log-in .content-form form .items .fa-eye{ 
  margin-left: -30px;
  cursor: pointer;
}

.log-in .content-form .text-error{ text-align: center; font-weight: 600; padding-top: 10px; color: red;}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.btn_loader{
  border-radius: 30px;
  display: none;
  background: #1f193a;
  padding: 10px 0;
  color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}






/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

    .font_main{   font-size: 23px !important;}
    .font_child{ font-size: 15px !important;}
    .log-in .content-form {  padding: 0px 5px; }

}
