@charset "utf-8";
* {
    padding: 0;
    margin: 0
}

*,
*::after,
*::before {
    box-sizing: border-box
}

body {
    font-weight: normal;
    font-family: 'Commissioner', sans-serif;
    font-weight: normal;
    color: #000;
}

.login-page .full-content-center:before {
    content: '';
    background-image: url(../images/login-img.jpg);
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-color: #f3f3f3;
}

.login-page .full-content-center {
    width: 50%;
    max-width: 100%;
    float: right;
    padding-right: 78px;
    padding-left: 110px;
    height: 100%;
    display: table;
}

.v-center {
    display: table-cell;
    vertical-align: middle;
}

.login-page>.container {
    height: 100vh;
}

.login-page>.container>a.navbar-brand {
    display: none;
}

a.navbar-brand {
    width: 100%;
    text-align: center;
}


/* input[type="password"] {
    background: url(../images/password-icon.png) no-repeat 97% center;
} */

.eye-icon-div {
    float: right;
    margin-right: 15px;
    margin-top: -38px;
    position: relative;
}

.eye-icon-div>.eye-icon {
    color: #79a342
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.form-group .form-control {
    font-size: 16px;
    color: #000;
    padding: 0 18px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    border-color: #ccc;
    background-color: #fff;
    letter-spacing: 1px;
}

.form-group .form-control:focus {
    border-color: #338d4e;
    box-shadow: none;
    background-color: #efffc8;
}

p.forgetmenot a.forget-link {
    float: right;
}

a.forget-link {
    font-size: 16px;
    color: #478142;
    text-decoration: underline;
}

p.sign-up-link {
    text-align: center;
    margin-top: 32px;
    color: #000;
}

.btn.btn-submit {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
    padding: 0;
    line-height: 50px;
    background: #478142;
    /* background: -webkit-gradient( linear, top, bottom, color-stop(0%, #1488cc), color-stop(100%, #388E3C) );
background: -webkit-linear-gradient(-55deg, #1488cc 0%, #388E3C 100%);
background: -o-linear-gradient(-55deg, #1488cc 0%, #388E3C 100%);
background: linear-gradient(-55deg, #1488cc 0%, #388E3C 100%); */
    border-radius: 30px;
    outline: 0;
    border: 0;
    transition: 0.5s
}

.btn.btn-submit:hover,
.btn.btn-submit:focus,
.btn.btn-submit:active {
    outline: 0;
    box-shadow: none;
    background: #478142;
    /* background: -webkit-gradient( linear, top, bottom, color-stop(0%, #388E3C), color-stop(100%, #1488cc) );
background: -webkit-linear-gradient(-55deg, #388E3C 0%, #1488cc 100%);
background: -o-linear-gradient(-55deg, #388E3C 0%, #1488cc 100%);
background: linear-gradient(-55deg, #388E3C 0%, #1488cc 100%); */
    outline: 0;
    box-shadow: none !important;
}

input#rememberme {
    width: 17px;
    height: 17px;
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
}


/**************************************************************************************************************************/


/************************************************************************************************************************************/

@media only screen and (max-width:992px) {
    .login-page>.container>a.navbar-brand {
        display: block;
    }
    .login-page .full-content-center {
        margin-top: 400px;
        width: 100%;
        padding: 50px 80px;
        height: auto;
    }
    .login-page .full-content-center:before {
        width: 100%;
        height: 400px;
    }
    .login-page .full-content-center {}
    .v-center {
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .login-page a.navbar-brand img {
        max-height: 100px;
    }
    .login-page .full-content-center {
        margin-top: 150px;
        width: 100%;
        padding: 40px 20px;
        height: auto;
    }
    .login-page .full-content-center:before {
        width: 100%;
        height: 150px;
    }
    .login-page>.container {
        padding: 0;
    }
    .login-page .full-content-center {
        position: relative;
        margin-top: 0;
        padding-top: 170px;
    }
    .login-page .full-content-center a.navbar-brand {
        display: none;
    }
    .login-page a.navbar-brand img {
        margin: 15px 0 !important;
    }
}

.img-login-logo {
    max-height: 120px;
}


/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/