@font-face {
  font-family: "ElMessiri-SemiBold";
  src: url(fonts/el_messiri/ElMessiri-SemiBold.ttf); }
@font-face {
  font-family: "Montserrat-Regular";
  src: url(fonts/montserrat/Montserrat-Regular.ttf); }
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(fonts/montserrat/Montserrat-SemiBold.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Montserrat-Regular";
  color: #999;
  font-size: 12px;
  margin: 0; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

a {
       text-decoration: none;
    color: #0037b1;
    transition: all 0.3s ease;
    font-size: 15px;
    text-decoration: none;
        color: #292929;
    font-weight: bold;
}
  a:hover {
      text-decoration: none;
    color: #e32d24;
    font-weight: bold;}

:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
  /* background: url(bg-registration-form-4.jpg) no-repeat; */
  background-size: cover;
  /* opacity: 0.5; */
  }

.inner {
  width: 1170px;
  margin: auto;
  background: #fff;
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  align-items: center;
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); 
}

.image-holder {
    width: 55%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* padding-right: 15px; */
    /* background: url(assets/images/login/1.png) !important; */
    height: 100%;
    background-size: cover;
    height: 721px;
    /* opacity: 0.4; */
    text-align: center;
}
.main_flex {
    width: 70%;
    margin-top: 25%;
}
.epos_text p {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    /* text-transform: capitalize; */
    color: #003f71;
    font-weight: bold;
    text-align: center;
}
.nt_15{
    margin-bottom: 25px;
}
form {
    width: 45%;
    /* padding-right: 60px; */
    padding-left: 15px;
    /* margin-bottom: 20px; */
    padding: 4%;
}

h3 {
    font-size: 54px;
    font-family: "ElMessiri-SemiBold";
    text-align: center;
    margin-bottom: 31px;
    color: #003f71;
    font-weight: 900;
    line-height: 49px;}
h3 span {font-size: 42px; color: #ff2800;
}
.form-holder{
display: flex;
	justify-content: center;
}
.g-recaptcha {
    margin-bottom: 25px;
}

.form-holder {
  padding-left: 24px;
  position: relative; }
/*
  .form-holder:before {
       -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #4d90f2;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%); }
  .form-holder.active:before {
    border: 2px solid transparent;
   background: #e94c3e;}
*/
.step{position: relative;}
.step span {
    font-size: 20px;
    background: #003f71;
    width: 47px;
    height: 47px;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 999;
    border-radius: 50px;
}
.step span:before{
    content: "";
    width: 3px;
    height: 65px;
    position: absolute;
    background: #003f71;
    /* z-index: 1; */
    top: 32px;
    left: 23px;
}
.step_2{position: relative;}
.step_2 span {
    font-size: 15px;
    background: #003f71;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 12px;
    top: -28px;
    z-index: 999;
    background-repeat: 50px;
    border-radius: 50px;
    font-size: 20px;
    background: #003f71;
    width: 47px;
    height: 47px;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 999;
    border-radius: 50px;
}
.step_2 span:before{
    content: "";
    width: 1px;
    height: 0px;
    position: absolute;
    background: #003f71;
    /* z-index: 1; */
    top: 32px;
    left: 16px;
}
.form-control {
    display: block;
    width: 100%;
    border-radius: 23.5px;
    height: 47px;
    padding: 0 24px;
    color: #2f2f2f;
    font-size: 13px;
    border: none;
    background: #ffffff;
    margin-bottom: 24px;
    border: solid 1px #c3c3c3;
    margin-top: 10px;
    }
  .form-control::-webkit-input-placeholder {
    font-size: 16px;
   color: #2f2f2f;
        text-transform: capitalize;
    font-family: "Montserrat-Regular"; }
  .form-control::-moz-placeholder {
    font-size: 16px;
   color: #2f2f2f;
        text-transform: capitalize;
    font-family: "Montserrat-Regular"; }
  .form-control:-ms-input-placeholder {
    font-size: 16px;
   color: #2f2f2f;
        text-transform: capitalize;
    font-family: "Montserrat-Regular"; }
  .form-control:-moz-placeholder {
    font-size: 16px;
   color: #2f2f2f;
        text-transform: capitalize;
    font-family: "Montserrat-Regular"; }

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
button {
       letter-spacing: 2px;
       border: none;
       width: 35%;
       height: 47px;
       /* margin-right: 19px; */
       border-radius: 23.5px;
       cursor: pointer;
       /* display: flex; */
       align-items: center;
       justify-content: end;
       padding: 0;
       background: #e94c3e;
       font-size: 15px;
       color: #fff;
       text-transform: uppercase;
       font-family: "Montserrat-SemiBold";
       -webkit-transform: perspective(1px) translateZ(0);
       transform: perspective(1px) translateZ(0);
       box-shadow: 0 0 1px rgba(0, 0, 0, 0);
       text-align: center;
       }
  button:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

.checkbox {
     position: relative;
    padding-left: 0;
    margin-bottom: 20px;
    margin-left: 26px; }
  .checkbox label {
    cursor: pointer;
    color: #999; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox input:checked ~ .checkmark:after {
    display: block; }
select#rest_resp {
    -webkit-appearance: none;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #e7e7e7; }
  .checkmark:after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff9a9c;
    position: absolute;
    display: none; }

.form-login {
  
align-items: right;
  
margin-left: 23px;
  
}

@media (max-width: 767px) {
  .inner {
    display: block; }

  .image-holder {
    width: 100%;
    padding-right: 0; }

  form {
    width: 100%;
    padding: 0px 15px 70px; }

  .wrapper {
    background: none; } }


@media (max-width: 1400px) and (min-width: 767px){

.inner {
    width: 854px;
    margin: auto;  
}

h3 span {
    font-size: 22px!important;
    color: #ff2800;
}
.form-control {

    margin-bottom: 18px; 
    height: 40px;     
}

h3 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 12px;
    color: #003f71;
    font-weight: 900;
    line-height: 24px;
        margin-top: 16px;
}


.form-login button{
      margin-bottom: 10px;
          height: 40px;
}
}
/*# sourceMappingURL=style.css.map */

#restcodeErr{
    position: absolute;
    bottom: 2px;
    color: #ff2800;
    font-weight: bold;
        left: 66px!important;

    
}
#pwdErr{

  position: absolute;
    bottom: 2px;
    color: #ff2800;
    font-weight: bold;
        left: 66px!important; 
}

#invalidErr{
  text-align: center;
  color: #ff2800;
  font-weight: bold;
}

#MessageContainerPointer{
  text-align: center;
  
  font-weight: bold;
}

#usernameErr{
  position: absolute;
  bottom: 2px;
  padding-left: 7px;
  color: #ff2800;
  font-weight: bold;
  left: 66px!important;
}

.hybrid_login {
    max-width: 600px;
}

.hybrid_login {
    background: #fff;
    width: 400px;
    max-width: 400px;
    margin: 0px auto;
    z-index: 1;
    padding: 15px 30px;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.xs-mb-15 {
    margin-bottom: 15px !important;
}

.hybrid_login_head {
    text-align: center;
    margin-bottom: 20px;
}

.login-form-group {
    margin-bottom: 12px;
}
.login-label {
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 0px;
}

.login-form-control {
    min-height: 50px;
    line-height: 20px;
    display: inline-block;
    padding: 0 .4em 0 .4em;
    vertical-align: middle;
    border-radius: 3px;
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #c9c9c9;
    margin: 0 0 8px 0;
    font-size: 14px;
}
.login_error {
    font-size: 12px;
    color: red;
}

.login-form-group {
    margin-bottom: 12px;
}

.text-center {
    text-align: center;
}

.forgot{
  margin-left: 10px;
}


.login-form-group {
    margin-bottom: 12px;
}

.text-center {
    text-align: center;
}
* {
    outline: none;
}

.e-btn.btn-rounded {
    border-radius: 60px;
}

.e-btn.btn-danger {
    background: #ed6f56;
    border: solid 1px #ed6f56;
    color: #fff;
}
.xs-mr-15 {
    margin-right: 15px !important;
}
.e-btn {
    position: relative;
    display: inline-block;
        padding: 7px 23px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.e-btn.btn-rounded {
    border-radius: 60px;
}

.e-btn.btn-success {
    background: #2ecd99;
    border: solid 1px #2ecd99;
        color: #fff;
}

.l.e-btn.btn-danger:hover {
    background: rgba(237, 111, 86, 0.85);
    border: solid 1px rgba(237, 111, 86, 0.1);
}
.login-form-control{
    display: block;
    width: 100%;
    border-radius: 23.5px;
    height: 40px;
    padding: 0 24px;
    color: #2f2f2f;
    font-size: 16px;
    border: none;
    background: #ffffff;
    margin-bottom: 25px;
    border: solid 1px #c3c3c3;
}
.login-form-group a:hover {
  font-weight: normal;
      background: rgba(237, 111, 86, 0.85);
    border: solid 1px rgba(237, 111, 86, 0.1);
}

.e-btn.btn-success:hover {
    background: rgba(46, 205, 153, 0.85);
    border: solid 1px rgba(46, 205, 153, 0.1);
}

.hybrid_login_logo img {
    width: 120px;
    margin: 0px 79px 20px;
    text-align: center;
}
.form-holder input::placeholder {
  font-size: 12px!important;
}

.btn a{
  font-size: 12px;
}

#userEmailErr{

   position: absolute;
    bottom: 2px;
    color: #ff2800;
    font-weight: bold;
           left: 86px!important;
}

.form-holder label{
    position: absolute;
    top: -24px;
    font-weight: bold;
    font-size: 15px;
    left: 25px;
    color: #003f71;
    font-weight: normal;
}


.mainform_1 h3{
margin-bottom: 50px!important;
}
.form-login {
    text-align: right;
}
@media (max-width: 1366px) {
.step span {
    font-size: 14px;
    background: #003f71;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 999;
    border-radius: 50px;
}
.step_2 span {
    font-size: 14px;
    background: #003f71;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 999;
    border-radius: 50px;
}
	.step span:before {

    left: 15px;
}
	.image-holder {

    background-size: cover;
    height: 579px;

}
	.g-recaptcha {
    transform: scale(0.9) !important;
}
	.epos_text p {
    font-size: 12px;

}
	.main_flex {
    width: 70%;
    margin-top: 17%;
}
}

.form-control option {
  font-weight: normal!important;


}

.form-text{
  color: #000;
  font-weight: bold;
      padding-left: 35px;
  font-size: 12px;
}