body {
	font-family: 'Cairo', sans-serif;
	font-weight: normal;
}

input:invalid {
  box-shadow: none;
}
.mb-30px{
  margin-bottom: 30px !important;
}
.pr-30px{
  padding-right: 30px !important;
}

.login-page{
  position: relative;
}
.login-page .img-decor-left{
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: -1;
}
.login-page .img-decor-right{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 250px;
}

.login-page .login-header{
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.login-page .login-header .img-logo{ 
  max-width: 300px;
  padding-right: 18px;
  border-right: 2px solid #d8d8d8;
  margin-right: 10px;
}
.login-page .login-header .header-text{ 
  margin: 0;
  color: black;
  font-weight: bold;
}

.login-page .login-page-text{
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 37px;
  text-align: right;
  margin-top: 4px;
}

.login-page .logo-brand-wrapper{
  /* display: flex; */
  width: 100%;
  /* justify-content: space-between; */
  padding: 15px 20px;
  background-color: #f8f8f8;
  text-align: center;
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(55px, 1fr));
  grid-gap: 15px;
  margin-bottom: 23px;
  border-radius: 5px;
}

.login-page .logo-brand-wrapper .logo-brand{
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 60px;
  width: 60px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.login-page .logo-brand-wrapper .logo-brand .img-brand{
  margin: 0 auto;
  
}

.login-page .whatsapp-contact-wrapper{
  background: #f2f2f2;
  padding: 25px 20px;
  border-radius: 5px;
}
.login-page .whatsapp-contact-wrapper .whatsapp-contact-title{
  background: #898989;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}
.login-page .whatsapp-contact-wrapper .whatsapp-contact-list{
  display: flex;
  flex-wrap: wrap;
}
.login-page .whatsapp-contact-wrapper .whatsapp-contact-list .whatsapp-contact-list-item{
  flex: 1 calc(50% - 10px);
  display: flex;
  background: white;
  align-items: center;
  color: black;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 5px;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  justify-content: center;
  margin-top: 10px;
}
.login-page .whatsapp-contact-wrapper .whatsapp-contact-list .whatsapp-contact-list-item:first-of-type{
  margin-right: 20px;
}

.login-page .whatsapp-contact-wrapper .whatsapp-contact-list .whatsapp-contact-list-item .img-whatsapp{
  margin-right: 20px;
}

.login-page .login-form-wrapper{
  padding: 40px 30px;
  border: 1px solid #838383;
  border-radius: 5px;
  background: #f9f9f9;
}

.login-page hr.bold-line{
  border-top: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.login-page .text-no-account{
  font-weight: 600;
  margin-bottom: 30px;
}

.top-features {
  background: #ffffff;
}

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

.top-feature__name {
  font-weight: 600;
  font-size: 16px;
  color: #1c1c1c;
  letter-spacing: 0.8px;
  padding-top: 20px;
}

.login-page, .register-page {
	background: #ffffff;
}
.login-box, .register-box {
	box-shadow: 0 0 8px rgba(51, 51, 51, .2);
    border-radius: 7px;
    padding: 20px 0;
}
.login-logo, .register-logo {
	margin-bottom: 0;
}
#recaptcha-element {
	/* transform: scaleX(1.05) translateX(9px); */
    margin-bottom: 25px;
    padding-left: 35px;
}
.btn-default {
    background: rgb(228, 0, 0);
    border-radius: 3px;
    border: 1px solid rgb(188, 12, 12);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.88px;
    font-family: 'Cairo', sans-serif;
    padding: 12px 50px;
    width: 100%;
}

.btn-default:hover, .btn-default:active, .btn-default.hover {
	background-color: rgba(228, 0, 0, .6);
    color: #fff;
    box-shadow: 0 0px 4px #adadad;
}

.login-page .body-row {
    min-height: 100vh;
}

.login-page .logo-- {
    height: 43px;
    margin: 40px 20px auto;
}
.login-page .flex-custom-body {
    min-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.login-page .h2-login {
    color: rgb(255, 255, 255);
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 25px;
    text-align: center;
}
.login-page .h2-login small {
    color: #fff;
}
.login-page .btn-sign {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    color: rgb(28, 28, 28);
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 6px 30px;
}
.login-page .btn-sign:hover {
    opacity:.8;
}
.login-page .h2-login-right {
    color: rgb(28, 28, 28);
    font-family: 'Cairo', sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: center;
    margin-top: 0;
}
.login-page .h2-login-right-2 {
    color: #333;
    font-family: 'Cairo', sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 70px;
}
.login-page .w80p {
    width:70%;
}
.login-page input {
    border-radius: 4px;
    border: 1px solid rgb(151, 151, 151);
    height: auto;
    color: rgb(151, 151, 151);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding: 13px;
    padding-left: 45px;
}
.login-page .has-feedback label~.form-control-feedback {
    top: 40px;
}
.login-page .flex-custom-body label {
    color: rgb(28, 28, 28);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

img.orm-control-feedback {
    position: absolute;
    left: 12px;
    top: 18px;
    height: 15px;
}
.forgot-pass-login {
    float: right;
    color: rgb(228, 0, 0);
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.88px;
    line-height: 27px;
    text-align: center;
    text-decoration: underline;
}
.flex-custom-body .w100 {
    width: 100%;
}

#mainAlert .alert-content {
    overflow: hidden;
}
#mainAlert button.close{
  padding: 0;
}

label[for="chkRemember"]{
  cursor: pointer;
}

.link-black{
  color: black;
  text-decoration: underline;
}
.link-black:hover{
  color: black;
}
.link-red{
  color: #cc1500;
  text-decoration: underline;
}
.link-red:hover{
  color: #ad1504;
}
.a-link-login {
    color: rgb(228, 0, 0);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.13px;
    line-height: 30px;
    text-align: center;
    border-bottom: solid 1px;
    display: block;
    width: fit-content;
    margin: auto;
}
.a-link-login:hover, .a-link-login:active , .a-link-login:focus {
    opacity: .8;
    text-decoration: none;
    color: #fff;
}
.a-link-forgot-login {
    color: rgb(205, 21, 0);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
  }

  .checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    border: 1px solid rgb(151, 151, 151);
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 15px;
    background: white;
  }

  .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
  }

  .checkbox label input[type="checkbox"] {
    display: none;
  }

  .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
  }

  .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
  }

  .checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
  }

  .checkbox label, .radio label {
    padding-left: unset;
    margin-bottom: unset;
  }
  .checkbox, .radio {
    margin-top: 5px;
    margin-bottom: 25px;
  }

  .lock-login-img {
    width: 16px;
    height: auto!important;
    top: 15px!important;
    left: 13px!important;
  }

.modal-form .form-group{
  position: relative;
}
.modal-form .form-control + .icon {
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
}

.modal-register-success-title{
  width: 150px;
  margin-left: 15px;
}
.modal .img-register-success{
  width: 80px;
}

.login-contact-us {
    text-align: center;
    margin-top: 18px;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.login-contact-us__title {
    margin: 0;
    font-size: 20px;
    color: #eee;
    margin-bottom: 15px;
}


.login-contact-us__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

.login-contact-us__list li {
    display: inline-block;
    width: 49.5%;
    padding: 0 5px;
}

.login-contact-us__list li a {
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.login-contact-us__list li a:hover {
    text-decoration: none;
    background-color: rgba(228, 0, 0, .6);
}

.btn-buyer-register {
    margin-top: 10px;
    font-weight: bold;
    display: block;
    border-radius:  5px;
    border: 1px solid rgb(228, 0, 0);
    color: rgb(228, 0, 0);
    background: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    padding: 15px;
    width: 100%;
}

.btn-buyer-register:hover {
    background-color: rgb(228, 0, 0);
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px){

}

@media (max-width: 767px){
	#recaptcha-element {
        padding-left: 15px;
    }

  .login-page .body-row:first-child {
      min-height: 45vh;
  }
  .login-page .body-row:last-child {
      min-height: 65vh;
  }
  .login-page .logo-- {
      margin: 20px auto;
      display: inline-block;
  }
  .login-page .w80p {
      width: 90%;
  }
  .login-page .login-header{
    flex-direction: column;
    align-items: start;
  }
  .login-page .login-header .img-logo{
    border: none;
  }
  .login-page .login-header .header-text{
    padding: 10px 0;
  }
  .login-contact-us__list li {
      width: 100%;
      padding: 5px 0;
  }
  
}

@media (max-width: 576px){
  .login-page .img-decor-right{
    max-width: 150px;
  }

  .login-page .login-page-text{
    font-size: 25px;
    text-align: start;
  }

  .login-page .logo-brand-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .login-page .logo-brand-wrapper .logo-brand{
    min-width: 65px;
    margin-bottom: 15px;
    text-align: center;
  }
  .login-page .whatsapp-contact-wrapper .whatsapp-contact-list .whatsapp-contact-list-item:first-of-type{
    flex: 1 100%;
    margin-right: 0;
  }
}
