@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900'); /*   font-family: 'Roboto', sans-serif;   */
/* CSS Document */
:root {
    --primary-color:#104d06;
    --white-color:#FFF;
}

body {
    background: url(../../Images/bgimagelite.jpg) !important;
    background-size: cover !important;
    min-height: 100vh;
}

a {
    font-weight: 300;
}

.login-body {
    padding: 0;
    font-size: 14px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    font-weight: 300;
}

.login-container {
    float: left;
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 10px #104d06;
    display: flex;
    overflow: hidden;
        z-index: 1000;
}

.login-left {
    float: left;
    background:rgba(0, 41, 60, 0.7);
    /*background: rgba(7, 113, 61, 0.60);*/
    width: 500px;
    background-position: bottom left;
    padding: 15px;
    position: relative;
    z-index: 10;
    height: 100vh;
}

.login-text {
    float: left;
    text-align: left;
    padding: 60px 30px;
    align-self: center;
    z-index: 5;
    position: relative;
    color: #FFF;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1px;
    height: calc(100vh - 185px);
}

    .login-text h4 {
        text-align: left;
        font-size: 28px;
        padding: 0 0 10px 0;
        font-weight: 400;
    }

    .login-text h2 {
        text-align: left;
        font-size: 28px;
        padding: 0 0 30px 0;
        font-weight: 800;
        line-height: 44px;
    }

.product-footer {
    float: left;
    width: 100%;
    position: relative;
    color: #FFF;
    padding: 0 30px;
}

    .product-footer a {
        position: relative;
        color: #FFF;
        text-decoration: underline;
        cursor:pointer;
    }
    .product-footer a:hover {
        text-decoration: none;
    }




.login-right {
    float: right;
    width: calc(100% - 500px);
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    justify-content: center;
    padding-top:50px;
    /*align-items: center;*/
    min-height: 100%;
}


.login-form-holder {
    width: 400px;

}

.login-client-logo {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align:center;
}

    .login-client-logo img {
        max-width: 200px;
    }
.login-title {
    text-align: center;
}

.login-footer {
    position: absolute;
    color: #ff462b;
    bottom: 30px;
    left: 50px;
    font-size: 18px;
}

    .login-footer a {
        color: #ff462b;
    }

.login-form {
    width: 100%;
    padding: 0px;
    align-self: center;
    overflow:hidden;
}

.forgot-form {
    width: 100%;
    padding: 0 35px;
    align-self: center;
    position: absolute;
    background: #FFF;
    left: -600px;
    transition: all 0.6s ease;
    z-index: 25;
}

    .forgot-form.active {
        left: 0;
    }

    .forgot-form::after {
        position: absolute;
        background: #FFF;
        height: 400px;
        width: 100%;
        bottom: -400px;
        left: 0;
        content: "";
    }

.login-logo {
    float: left;
    text-align: left;
    padding: 40px;
    width: 100%;
    position: relative;
    z-index: 99;
    color: #ff462b;
}

    .login-logo img {
        max-width: 200px;
        padding: 0px;
    }

.login-form h4 {
    color: rgba(0,0,0,0.0);
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    font-weight: 700;
}

.login-controlls {
    float: left;
    width: 100%;
    clear: both;
    max-width:400px;
}

    .login-controlls .from-group {
        margin-bottom: 30px;
    }

    .login-controlls .form-control {
        background: #FFF;
        border: 1px solid #219b61;
        color: #555;
        padding: 5px;
        border-radius: 4px;
    }

.login-buttons {
    max-width:400px;
    padding: 10px 0 0 0;
}

    .login-buttons a, .login-buttons .form-check-label {
        color: #666666;
    }

.btn.btn-login {
    color: #FFF;
    background: #F62A00;
    border: 2px solid #e97f00;
    transition: all 0.6s ease;
    font-size: 16px;
    padding: 3px 25px 1px 25px;
    border-radius: 20px;
    float: right;
}

    .btn.btn-login:hover {
        background: #FFF;
        color: #ff462b;
        border: 2px solid #ff462b;
    }

.pwd-show {
    float: right;
    margin: -30px 10px 0 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.forgot-password-link {
    position: absolute;
    bottom: 33px;
    right: 36px;
    color: #595959;
    cursor: pointer;
    z-index: 30;
}

.forgot-link-text {
    cursor: pointer;
}

.login-link-text {
    display: none;
}

.forgot-password-link.active .login-link-text {
    display: block;
}

.forgot-password-link.active .forgot-link-text {
    display: none;
}

.forgot-back-btn span {
    cursor: pointer;
}

.login-section-box {
    position: absolute;
    transform: translateX(-100%);
    transition:all 0.4s ease-out;
    opacity:0;
}

.login-section-box.active {
    transform: translateX(0%);
    opacity:1;
}

.forgot-section-box {
    position: absolute;
    transform: translateX(100%);
    transition:all 0.4s ease-out;
    opacity:0;
}

.forgot-section-box.active {
    transform: translateX(0%);
    opacity:1;
}







.copy-rights {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 0 40px;
}

.copy-rights-left {
    text-align: left;
    float: left;
}

.copy-rights-right {
    float: right;
    text-align: right;
    cursor: default;
}


.from-group {
    margin-bottom: 40px;
}

.login-btn-group, .login-forgot-group {
    text-align: right;
}

.toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);

}
.rememberme .toggle{
    float: left;
}

    .toggle:before {
        content: "";
        position: relative;
        top: 3px;
        left: 3px;
        width: 34px;
        height: 14px;
        display: block;
        background: #9A9999;
        border-radius: 8px;
        transition: background 0.2s ease;
    }

    .toggle span {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        display: block;
        background: white;
        border-radius: 10px;
        box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
        transition: all 0.2s ease;
    }

        .toggle span:before {
            content: "";
            position: absolute;
            display: block;
            margin: -18px;
            width: 56px;
            height: 56px;
            background: rgba(255, 70, 43, 0.5);
            border-radius: 50%;
            transform: scale(0);
            opacity: 1;
            pointer-events: none;
        }

#cbx:checked + .toggle:before {
    background: #ff9f91;
}

#cbx:checked + .toggle span {
    background: #ff462b;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(255, 70, 43, 0.2);
}

    #cbx:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

@media screen and (max-width: 1024px) {
    .login-container {
        display: block;
    }
   
}
@media screen and (max-width: 992px){
    .login-left{
        width: 350px;
        padding: 10px;
    }
    .login-logo{
        padding: 40px 0px;
    }
    .login-logo img{
        width: 160px;
    }
    .login-text{
        padding: 60px 0;
    }
    .login-text h4{
        font-size: 20px;
    }
    .login-text h2{
        font-size: 22px;
        line-height: 35px;
    }
    .product-footer{
        bottom: -27px;
        text-align: center;
        padding: 0;
    }
    .login-right{
        width: calc(100% - 350px);
    }
    .login-form-holder {
        width: 300px;
    }
    .login-client-logo img {
        max-width: 160px;
    }
}
@media screen and (max-width: 768px){
    .login-left{
        display: none;
    }
    .login-right{
        width:100%;
    }
    .login-form-holder{
        width: 500px;
    }
    .login-client-logo{
        text-align: center;
    }
    .login-title h5{
        text-align: center;
    }
}
@media only screen and (max-width: 576px) {
    .login-form-holder{
        width: 90%;
    }
    .rememberme{
        font-size: 12px;
    }
    .forgot-link-text{
        font-size: 12px;
    }
    .forgot-back-btn{
        font-size: 12px;
    }
    .btn.btn-login{
        font-size: 13px;
        letter-spacing: 0.7px;
        padding: 3px 20px 1px 20px;
    }
    .copy-rights{
        font-size: 12px;
        padding: 0 25px;
    }
}