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);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.88px;
    font-family: 'Cairo', sans-serif;
    padding: 6.5px 50px;
}

.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: 93vh;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
	background-image: url(../img/admin/login-bg.png);
}
.login-page .body-footer {min-height: 7vh;}
.login-page .footer-text {
    text-align:center;
    background: #cc0000;
    border-radius: 0px;

    color: rgb(255, 255, 255);
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1.25px;
}

.login-page .footer-text span {
    position: absolute;
    top : 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform    : translate(-50%, -50%);  
}
.login-page .logo-- {
    height: 33px;
    margin: 25px auto 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;
}
.login-page .h2-login-right-2 {
    color: #333;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.login-page .w80p {
    width:80%;
}
.login-page .flex-custom-body input {
    border: none;
    border-bottom: solid 2px #1c1c1c;
    padding: 15px 0;
    height: auto;
    margin-bottom: 20px
}
.login-page .flex-custom-body .has-feedback label~.form-control-feedback {
    top: 40px;
}
.login-page .flex-custom-body label {
    color: rgb(28, 28, 28);
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 27px;
}

img.orm-control-feedback {
    position: absolute;
    right: 0;
    top: 45px;
}
.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;
}

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

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