body {
	font-family: 'Cairo', sans-serif;
	font-weight: normal;
}
.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: 200;
    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;
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
	background-image: url(../img/login/bg.png);
}

.login-page .logo-- {
    height: 43px;
    margin: 40px 20px auto;
}
.login-page .flex-custom-body {
    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 .bg-default {
    background: rgb(255, 255, 255);
}
.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;
}

.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;
  }
  
  .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: 20px;
  }

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

@media (min-width: 768px){
	
}

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

    .login-page .body-row:first-child {
        min-height: 35vh;
    }
    .login-page .body-row:last-child {
        min-height: 65vh;
    }
    .login-page .logo-- {
        margin: 20px auto;
        display: inline-block;
    }
    .login-page .w80p {
        width: 90%;
    }
}