﻿/*
 *  Document   : extra_pages.css
 *  Author     : RedStar Theme
 *  Description: this style sheet for extra page like login, logout, page_404, page_500 etc.. 
 
            [Table of contents]
            
            1. BODY 
            2. FORM TITLE
            3. LOGIN FORM
            4. CUSTOM CHECKBOX
            5. PAGE 404
            6. LOCK SCREEN
 */

body {
    position: relative;
    /* background: linear-gradient(to bottom right, #4d5c2a, #778f3f); */
    background: url('../img/sign-bg-01.svg') no-repeat scroll center center / cover;
    color: #666666;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    padding: 50px 0px;
}
/* .section-bg {
   position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0) url(../img/slide_3.jpg) no-repeat scroll center center / cover; 
} */
.section-bg2 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /* background: linear-gradient(to right, rgba(58, 96, 115, .8), rgba(22, 34, 42, .8)); */
    /*background: linear-gradient(to right, rgba(37, 40, 42, 0.8), rgba(20, 25, 28, 0.8));*/
    background: #dfdfdf61;
}

.section-bg p {
    color: #000;
    font-size: 16px;
    /* margin-top: 30px; */
    padding: 20px;
    text-align: center;
    text-transform: capitalize;
}

a {
    text-decoration: none !important;
}

.section-bg .infinity {
    color: #95c13e;
}

.section-bg .design {
    color: #000;
}
/* .label1 {
  display: inline-block;
  max-width: 100%;
  margin-bottom: -5%;
  font-weight: bold;
  float: left;
  margin-left: 30%;
}
.label2 {
  display: inline-block;
  max-width: 100%;
  margin-bottom: -5%;
  font-weight: bold;
  float: left;
  margin-left: 35%;
}  */
/****************************
         2. FORM TITLE 
*****************************/
.form-title {
    padding: 20px 0;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}

    .form-title h1 {
        margin: 0 0 20px;
        font-size: 48px;
        font-weight: 300;
    }

    .form-title span {
        font-size: 12px;
    }

        .form-title span .fa {
            color: #33b5e5;
        }

        .form-title span a {
            color: #33b5e5;
            font-weight: 600;
            text-decoration: none;
        }

/****************************
         3. LOGIN FORM  
*****************************/
.login-form {
    position: relative;
    /*background: rgba(255, 255, 255, 0.8);*/
    background-color: #fff;
    /* max-width: 320px;
  width: 310px; */
    /*border-top: 5px solid #95c13e;*/
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);*/
    box-shadow: 2px 2px 4px #ffffff7a, -2px -2px 4px #ffffff7a;
    margin: 20px auto;
    border-radius: 10px;
}

    .login-form .toggle {
        cursor: pointer;
        position: absolute;
        top: -0;
        right: -0;
        background: #95c13e;
        width: 30px;
        height: 30px;
        margin: -5px 0 0;
        color: #ffffff;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
    }

    .login-form .form {
        padding: 40px;
        position: relative;
    }

        .login-form .form:nth-child(2) {
            display: block;
        }
        .login-form .form:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 80%;
            left: 0;
            top: 10%;
            background-color: #e4e4e4;
        }

        .reset {
            display: none;
        }

.login-form h2 {
    margin: 0 0 50px;
    color: #555;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}

.login-form input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 40px 0 0;
    padding: 10px 15px;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 45px;
}

    .login-form input[type="radio"] {
        height: 20px;
        margin-top: 0;
    }

    .login-form input:focus {
        border: 1px solid #95c13e;
        color: #333333;
    }

.login-form button {
    cursor: pointer;
    background: #4CA1AF;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 20px;
}

    .login-form button:hover {
        background: #8fc7d1;
    }

.login-form .forgetPassword {
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

    .login-form .forgetPassword a {
        color: #333333;
        text-decoration: none;
    }
.login-form .card-Erp {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-form .title-Erp h3 {
    text-align: center;
    padding: 25px 0;
    font-size: 22px;
}
    .login-form .title-Erp h3 span {
        color: #8fc7d1;
        font-weight: bold;
    }
    .login-form .card-Erp img {
        width: 70%;
        height: 100%;
    }
    /****************************
         4. CUSTOM CHECKBOX 
*****************************/
    .checkbox {
        padding-left: 20px;
    }

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

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

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #95c13e;
    border-color: #95c13e;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}


/****************************
         5. PAGE 404
*****************************/
.page-404-form {
    position: relative;
    background: #ffffff;
    max-width: 320px;
    width: 330px;
    border-top: 5px solid #95c13e;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

    .page-404-form .toggle {
        cursor: pointer;
        position: absolute;
        top: -0;
        right: -0;
        background: #95c13e;
        width: 30px;
        height: 30px;
        margin: -5px 0 0;
        color: #ffffff;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
    }

        .page-404-form .toggle a {
            text-decoration: none;
        }

    .page-404-form .form {
        padding: 40px;
    }

    .page-404-form h1 {
        margin: 0 0 20px;
        color: #95c13e;
        font-size: 90px;
        font-weight: 700;
        line-height: 1;
    }

    .page-404-form h3 {
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 1;
    }

    .page-404-form p {
        margin: 0 0 20px;
        font-size: 12px;
        line-height: 1;
    }

    .page-404-form input {
        outline: none;
        display: block;
        width: 100%;
        border: 1px solid #d9d9d9;
        margin: 0 0 20px;
        padding: 10px 15px;
        box-sizing: border-box;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .page-404-form input:focus {
            border: 1px solid #95c13e;
            color: #333333;
        }

    .page-404-form .ContactSupport {
        width: 100%;
        padding-top: 10px;
        box-sizing: border-box;
        color: #666666;
        font-size: 12px;
        text-align: center;
    }

        .page-404-form .ContactSupport a {
            color: #333333;
            text-decoration: none;
        }


/****************************
         6. LOCK SCREEN
*****************************/
.lockscreen-form {
    position: relative;
    background: #ffffff;
    max-width: 320px;
    width: 310px;
    border-top: 5px solid #95c13e;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}

    .lockscreen-form .toggle {
        cursor: pointer;
        position: absolute;
        top: -0;
        right: -0;
        background: #95c13e;
        width: 30px;
        height: 30px;
        margin: -5px 0 0;
        color: #ffffff;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
    }

        .lockscreen-form .toggle a {
            text-decoration: none;
        }

    .lockscreen-form .form {
        padding: 40px;
    }

    .lockscreen-form .imgroundcorners {
        border-radius: 10px;
        width: 150px;
        height: 150px;
    }

    .lockscreen-form h1 {
        margin: 0 0 10px;
        color: #95c13e;
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
    }

    .lockscreen-form h3 {
        margin: 10px 0 10px;
        line-height: 1;
        font-size: 18px;
        font-weight: 700;
    }

    .lockscreen-form p {
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 1;
    }

    .lockscreen-form input {
        outline: none;
        display: block;
        width: 100%;
        border: 1px solid #d9d9d9;
        margin: 0 0 10px;
        padding: 10px 15px;
        box-sizing: border-box;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .lockscreen-form input:focus {
            border: 1px solid #95c13e;
            color: #333333;
        }

    .lockscreen-form button {
        cursor: pointer;
        background: #95c13e;
        width: 100%;
        border: 0;
        padding: 10px 15px;
        color: #ffffff;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .lockscreen-form button:hover {
            background: #749338;
        }

    .lockscreen-form .newaccount {
        width: 100%;
        padding-top: 5px;
        box-sizing: border-box;
        color: #666666;
        font-size: 12px;
        text-align: center;
    }

        .lockscreen-form .newaccount a {
            color: #333333;
            text-decoration: none;
        }

.white-color {
    color: #fff;
}

.form-title img {
    width: 40%;
}
.position-relative {
    position: relative;
}
.show-pass i, .hide-pass i{
    position: absolute;
    top: 33%;
    right: 4%;
    font-size: 16px;
    color: #286090;
}
.hide-pass i {
    color: #95c13e;
}
button:focus {
    border: 0 !important;
    outline: 0;
}
@media (max-width: 767px) {
    .form-title img {
        width: 90%;
    }
}
.remember-me {
    display: flex;
    align-items: center;
    margin: 20px 0 0
}
.remember-me input {
    width: 20px;
    height: 20px;
    margin: 0 12px;
    line-height: 0;
    padding: 0;
}
    .remember-me label {
        margin: 0;
        color: #9d9999;
    }