body {
    color: #414042;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

.login-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 15px 10px;
}

    .login-page-header img {
        height: 50px;
    }

        .login-page-header img.logo-img {
            height: 120px;
        }

.login-page-header-left {
    float: left;
}

.login-page-header-right {
    float: right;
}

.login-page-footer {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 15px;
    text-align: center;
    letter-spacing: 3px;
    /*	border-bottom:5px solid #002495; */
}

    .login-page-footer a {
        /*float: left;*/
        color: #969697;
        /*padding-left: 50px;*/
        text-align: left;
    }
    .login-page-footer{
        color: #CCC;
    }
    .footer-link{
    text-decoration:underline;
    color:#5caa47 !important;
}
     .footer-link:hover{
    text-decoration:underline;
    color:#5caa47 !important;
}
/*	
.login-page-footer:before{
	position: absolute;
	content: "";
	background:#dd3831;
	border-bottom:4px solid #007a4c;
	height: 8px;
	width: 100%;
	bottom: -12px;
	left: 0;
}

.login-page-footer:after{
	position: absolute;
	content: "";
	background:#ffb613;
	border-bottom:4px solid #000;
	height: 8px;
	width: 100%;
	bottom: -20px;
	left: 0;
}
*/
/*   login-box  */

/*     login section     */
.login-content {
    float: left;
    width: 50%;
    color: #F1F1F1;
    display: table;
    height: 100vh;
    padding: 0 50px;
    margin-top: -200px;
}

.login-content-inner {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    height: 100vh;
    font-weight: 100;
    letter-spacing: 3px;
}

.login-content h4 {
    color: #cccccc;
}

.login-section {
    position: absolute;
    top: 0;
    right: 0;
    background: #f2f4ef;
    width: 50%;
    height: 100vh;
    box-shadow: 0 0 5px #666;
    z-index: 33;
    /*padding: 180px 50px;*/
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.login-header-section {
}

    .login-header-section img {
        max-width: 100%;
    }

.login-logo {
    padding: 20px 20px 0 20px;
    float: left;
    width: 100%;
    text-align: center;
}

    .login-logo i {
        font-size: 72px;
        color: #303038;
    }

.login-title-label {
    color: #5caa47;
    padding: 10px;
    font-size: 24px;
}

.login-logo-image {
    padding: 10px;
    background: #FFF;
    box-shadow: 0 0 5px #333;
}

.login-box-left {
    float: left;
    padding: 80px;
    position: relative;
    z-index: 3;
}

.login-box {
    position: relative;
    float: right;
    width: 50%;
    padding: 50px 50px 0 60px;
    border-left: 5px solid #171796;
    height: 100%;
}

.login-box-content {
    width: 350px;
    padding: 0px 50px;
    float: left;
    position: relative;
}

.forgot_input {
    margin: 0 auto;
}

.forgot_section {
    display: none;
    background: #f2f4ef;
    position: absolute;
    width: 100%;
    /*top: -145px;*/
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    left: 0px;
    padding: 80px 60px;
    border: 1px solid #5caa47;
    border-radius: 10px;
    box-shadow: 1px 1px 7px #5caa47;
    min-height: 392px;
}

.forgot_section.active {
    display: block;
}
.forgot_section.custom{
    padding: 30px 60px;
    max-height: 475px;
    overflow-y: auto;
}
.forgot_section.custom .form-group{
    position: relative;
}
.forgot_section.custom .text-error{
    position: absolute;
    left:0;
    right: 0;
    bottom: -18px;
    margin: 0 auto;
    text-align: center;
}

.forgot_back_btn {
    text-align: center;
}

    .forgot_back_btn a:hover {
        color: #5caa47;
    }

.forgot_section .fas {
    background: #fff;
    padding: 11px 0px 0px 12px;
    color: #5caa47;
    font-size: 25px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #5caa47;
}

.forgot_section h2 {
    font-size: 18px;
    text-align: center;
    color: #5caa47;
}

.forgot_section p {
    font-size: 15px;
    text-align: center;
}

.forgot_section .login-btn-box button {
    font-size: 13px;
    margin-top: 10px;
}
.forgot_section .login-form .forgot_input .text-error{
    text-align: center;
    display: block;
}




.login-box-content .form-group {
    z-index: 1;
    position: relative;
}

.login-title {
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    text-align: center;
}

.login-title-icon {
    float: left;
    width: 100%;
    font-size: 80px;
    color: #171796;
    padding: 0px 0 20px 0;
}

.login-title-text {
    color: #171796;
    font-size: 24px;
    text-transform: uppercase;
}

.login-form {
    padding: 10px 0px;
}

.login-btn-box {
    padding: 10px 0px;
    text-align: right;
}

    .login-btn-box .btn {
        background: #5caa47;
        border-color: #5caa47;
        border-radius: 20px;
        text-transform: uppercase;
        padding: 3px 20px;
        transition: all 0.6s ease;
        color: #FFF;
        display: block;
        margin: 0 auto;
    }

        .login-btn-box .btn:hover {
            background: #fff;
            color: #5caa47;
        }

.forgot-password, .register-now {
    color: #89888a;
    font-size: 14px;
    cursor: pointer;
    text-align: right;
    /*padding: 19px 20px;*/
}

.remember-me .form-check label span {
    font-size: 14px;
    color: #89888a;
}

.login-content h4 {
    margin: 20px 0;
    color: #969697;
}

.login-box-content .form-control {
    padding: 6px 4px 7px 10px;
    background: #FFF;
    border: 1px solid #b9b9b9;
    border-radius: 20px;
    box-shadow: none !important;
    outline: none !important;
}

    .login-box-content .form-control::placeholder {
        color: #b9b9b9;
        opacity: 1;
    }
/*   Register Popup  */
.register-block {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.9s ease;
}

.register-title {
    padding: 30px 0 20px 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

.register-block.active {
    visibility: visible;
    opacity: 1;
}

.register-block-conten {
    width: 700px;
    position: absolute;
    top: -1000px;
    left: 50%;
    margin-left: -375px;
    background: rgba(255,255,255,1);
    z-index: 100;
    box-shadow: 0 0 10px #333;
    border-radius: 6px;
    padding: 0px;
    overflow: hidden;
}

.register-block.active .register-block-conten {
    transition: all 0.9s ease;
    top: 100px;
}

.register-block-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    color: #D40A0D;
}

.register-block-left {
    width: 320px;
    background: #171796;
    padding: 10px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    border-right: 10px solid #f8b811;
}

    .register-block-left:before {
        width: 118%;
        content: "";
        background: rgba(255,255,255, 0.3);
        position: absolute;
        height: 150px;
        left: -26px;
        bottom: -50px;
        z-index: 2;
        transform: rotate(12deg);
    }

    .register-block-left:after {
        width: 118%;
        content: "";
        background: rgba(255,255,255, 0.6);
        position: absolute;
        height: 150px;
        left: -26px;
        bottom: -75px;
        z-index: 2;
        transform: rotate(11deg);
    }

.register-block-right {
    width: 350px;
    float: right;
    padding: 20px 40px 30px 10px;
    border-right: 10px solid #ec1b23;
}

.regi-icon {
    float: left;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255, 0.8);
    font-size: 100px;
}

.regi-text {
    float: left;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255, 0.8);
    font-size: 18px;
}

.reg-btn {
    width: 100%;
}

.register-block-conten .form-control {
    border-radius: 20px;
    padding: 4px 10px 5px 20px;
}
