@font-face {
    font-family: 'NotoKufiArabic';
    src: url('/fonts/NotoKufiArabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.pad0{
	padding: 0;
}

#wrapper-all {
    width: 980px;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 98px;
}

body{
	background-color: #f5f5f5;
}

.wrapper-header{
	height: 100px;
	padding-top: 20px;
}

.arrow-top {
    width: 25px;
    display: inline;
    margin-right: 15px;
    margin-top: 0px;
}

.right-signup{
	text-align: left;
    padding-top: 25px;
}

.right-signup h3 {
    width: 100%;
    height: 19px;
    font-family: 'NotoKufiArabic', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    display: inline;
}

.left-logo{
	text-align: right;
	padding: 0;
	padding-top: 24px;
}

.left-logo img{
	width: 160px;
}

.title-form{
	padding: 70px 0px 0 0;
}

.title-form h3{
  width: 100%;
  height: 38px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.txt-form{

}

.txt-form h3{
  height: 19px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #66757f;
  margin: 0;
}

#validation-email{
	width: 390px;
	height: 66px;
	opacity: 1;
	border-radius: 3px;
	background-color: #eef0f1;
	position: relative;
	left: 95px;
	top: 0px;
	margin: auto;
	text-align: center;
	padding-right: 0;
}

#validation-email p{
  width: 100%;
  height: 19px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: right;
  color: #66757f;
  margin: 8px 0px 0px 0px;
  padding-right: 22px;
}

#validation-email p:first{
  padding-right: 22px !important;
}

.errorCode{
  color: #e50035 !important;
  text-align: left;
  font-family: 'NotoKufiArabic', sans-serif;
}

#forgotpassword-select{
  background-image: linear-gradient(202deg, #efe491, #ab8522) !important;
  box-shadow: 0 8px 18px 0 rgba(34, 56, 108, 0.25) !important;
  color: #fff !important;
}

#validation-email > #input-email{
	border: 0;
	width: 100%;
	height: 35px;
	font-family: 'NotoKufiArabic', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: right;
	color: #000000;
	outline: none;
	background: transparent;
	padding: 0;
	box-shadow: inherit;
  padding-right: 22px;
}

.wrapper-body-row{
	width: 575px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

#forgotpassword{
	height: 48px;
	text-transform: uppercase;
	background-image: linear-gradient(40deg, #CDB55A, #AF8A28) !important;
	box-shadow: 0 8px 18px 0 rgba(34, 56, 108, 0.25) !important;
	color: white !important;
	background-position: 0 !important; 
	font-family: 'NotoKufiArabic', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #66757f;
	border: 0;
	border-radius: 3px 12px 3px 12px;
	float: right;
	margin-top: 20px;
  padding-right: 22px !important;
}

#tel{
  width: 390px;
  height: 66px;
  opacity: 1;
  border-radius: 3px;
  background-color: #eef0f1;
  text-align: right;
  padding-right: 22px;
  float: left;
  position: relative;
  left: 95px;
  top: 0;
  margin: auto;
}

#tel p{
	width: 100%;
	height: 19px;
	font-family: 'NotoKufiArabic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: right;
	color: #66757f;
	margin: 8px 0px 0px 0px;
}

#tel input{
	border: 0;
    width: 100%;
    height: 35px;
    font-family: 'NotoKufiArabic', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    outline: none;
    background: transparent;
    padding: 0;
    right: 50px;
    cursor: auto;
}

.flag-container {
    left: initial !important;
    right: 0 !important;
}

#or-box{
	width: 390px;
	left: 95px;
	right: 0;
	margin: auto;
	position: relative;
	padding: 0;
}
#or-box hr{
	display: inline-block;
	width: 43.7%;
}
#or-box span{
	display: inline-block;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #66757f;
  position: relative;
  top: -14px;
  font-size: 14px;
  width: 40px;
  text-transform: uppercase;
}

#confirmation-code{
	width: 390px;
    height: 66px;
    opacity: 1;
    border-radius: 3px;
    background-color: #eef0f1;
    text-align: left;
    padding-right: 22px;
    float: left;
    position: relative;
    left: 95px;
    top: 0;
    margin: auto;
}

#confirmation-code p{
	width: 100%;
	height: 19px;
	font-family: 'NotoKufiArabic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: right;
	color: #66757f;
	margin: 8px 0px 0px 0px;
}
#submit-code{
  width: 156px;
    height: 48px;
    background-image: linear-gradient(202deg, #eef0f1, #eef0f1);
    text-transform: uppercase;
    font-family: 'NotoKufiArabic', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
    border: 0;
    border-radius: 3px 12px 3px 12px;
    float: left;
    margin-top:25px;
}

.submit-code-select{
  background-image: linear-gradient(40deg, #CDB55A, #AF8A28) !important;
  box-shadow: 0 8px 18px 0 rgba(34, 56, 108, 0.25) !important;
  color: #fff !important;
}

#codePhone{
  border: 0;
    width: 100%;
    height: 35px;
    font-family: 'NotoKufiArabic', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    outline: none;
    background: transparent;
    padding: 0;
    left: 50px;
    margin: 0;
}


.formulaire-sections{
  width: 390px;
  height: 66px;
  opacity: 1;
  border-radius: 3px;
  background-color: #eef0f1;
  text-align: left;
  padding-right: 22px;
  float: left;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 95px;
  position: relative;
}

.formulaire-sections label{
  width: 100%;
  height: 19px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #66757f;
  margin: 8px 0px 0px 0px;
  padding-top: 0 !important;
  text-align: right !important;
}

.formulaire-sections input{
  border: 0;
  width: 100%;
  height: 35px;
  font-family: 'NotoKufiArabic', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  outline: none;
  background: transparent;
  padding: 0;
  box-shadow: inherit;    cursor: auto;
}


#validerCode{
  width: 156px;
    height: 48px;
    background-image: linear-gradient(202deg, #eef0f1, #eef0f1);
    text-transform: uppercase;
    font-family: 'NotoKufiArabic', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;f#submit-code
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
    border: 0;
    border-radius: 3px 12px 3px 12px;
    float: left;
}

#validerCode-select{
  background-image: linear-gradient(40deg, #CDB55A, #AF8A28) !important;
  box-shadow: 0 8px 18px 0 rgba(34, 56, 108, 0.25) !important;
  color: #fff !important;
}

#code{
  border: 0;
    width: 100%;
    height: 35px;
    font-family: 'NotoKufiArabic', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    outline: none;
    background: #eef0f1;
    padding: 0;
    left: 50px;
    margin: 0;
    box-shadow :inherit;
}


@media screen and (max-width: 640px) {
  body{
    font-size: 16px;
  }
  #code{
    width: 100%;
    height: 50px !important;
    font-size: 19px !important;
  }
	.wrapper-body{
		width: 100% !important;
	}
	#wrapper-all{
	  width: 100% !important;
	  min-width: 100% !important;
	}
	.wrapper-body-row{
		width: 100% !important;
	}
	#validation-email{
		width: 100% !important;
	    left: 0 !important;
	    height: 75px !important;
	}
	.arrow-top {
	    width: 30px !important;
	    display: inline !important;
	    margin-right: 17px !important;
	    margin-top: -3px !important;
	}
	.right-signup h3 {
	    font-size: 15px !important;
	    text-align: center !important;
	}
	.wrapper-header{
		height: auto !important;
	}
	.right-signup{
		text-align: center !important;
	}
	.title-form h3{
		text-align: left !important;
		font-size: 20px !important;		
	}
	.txt-form h3{
		font-size: 14.5px !important;
		text-align: left !important;
	}
	#validation-email p{
		font-size: 18px !important;
	}
	#validation-email > #input-email{
		width: 100% !important; 
		height: 50px !important;
		font-size: 19px !important;
	}
	#forgotpassword{
		height: 55px !important;
		font-size: 14px !important;
		margin-top: 20px !important;
	}
	.title-form{
		padding: 45px 0px 0 0 !important;
	}
    #tel{
      width: 100% !important;
      height: 80px !important;
      left: 0 !important;
    }
    #tel p{
      font-size: 16px !important;
    }
    #tel input{
      width: 100%;
      height: 50px !important;
      font-size: 17px !important;
    }
    #or-box{
    	left: 0 !important;
    }
    #or-box hr{
      display: inline-block;
      width: 38.7% !important;
    }
    #confirmation-code{
      width: 96% !important;      
    }
    #confirmation-code p{
      font-size: 18px !important;
    }
    #code{
      width: 100%;
      height: 50px !important;
      font-size: 19px !important;
    }
    #confirmation-code{
      height: 80px !important;
      left: 0 !important;
    }
    .formulaire-sections{
      width: 95% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      height: 80px !important;
      left:0 !important;
    }

    .formulaire-sections label{
      font-size: 16px !important;
    }

    .formulaire-sections input{
      width: 100%;
      height: 50px !important;
      font-size: 17px !important;
    }


}

.eye{
  width:  20px;
  opacity: 0.3;
  position:  absolute;
  top: 5px;
  left: 20px;
  cursor: pointer;
}

.eye:hover,.eye:focus{
  opacity: 0.7;
}


  #changePassword{
    width: 186px;
    height: 48px;
    text-transform: uppercase;
    background-image: linear-gradient(202deg, #eef0f1, #eef0f1);
    font-family: 'NotoKufiArabic', sans-serif;
    font-size: 14px
    f;ont-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #66757f;
    border: 0;
    border-radius: 3px 12px 3px 12px;
    float: left;
    margin-right: 73px;
    margin-top: 20px;

}
  .changePasswordSelected{
      background-image: linear-gradient(40deg, #CDB55A, #AF8A28) !important;
      box-shadow: 0 8px 18px 0 rgba(34, 56, 108, 0.25) !important;
      color: white !important;
      background-position: 0 !important; 

  }

  #changePassword{
    background-position: 0 !important;
  }

button:focus{
outline: none !important;
}

input:focus{
outline: none !important;
}



  /*loader*/

  @keyframes lds-rolling {
        0% {
          -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
          -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
        }
      }
      @-webkit-keyframes lds-rolling {
        0% {
          -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
          -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
        }
      }
      .lds-rolling {
        position: relative;
      }
      .lds-rolling div,
      .lds-rolling div:after {
        position: absolute;
        width: 85px;
        height: 85px;
        border: 11px solid #ab8522;
        border-top-color: transparent;
        border-radius: 50%;
      }
      .lds-rolling div {
        -webkit-animation: lds-rolling 1s linear infinite;
        animation: lds-rolling 1s linear infinite;
        top: 100px;
        left: 100px;
      }
      .lds-rolling div:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
      }
      .lds-rolling {
        width: 49px !important;
        height: 49px !important;
        -webkit-transform: translate(-24.5px, -24.5px) scale(0.245) translate(24.5px, 24.5px);
        transform: translate(-24.5px, -24.5px) scale(0.245) translate(24.5px, 24.5px);
      }

      .formulaire-sections:focus{
        background-color: #F6F7F8 !important;
      }

      .form-control:focus{
        box-shadow:  inherit !important;
      }

