﻿/** {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    margin: 0;
}*/

/*---------------------------------------------*/
/*h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #f2f2f2;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}*/

/*---------------------------------------------*/
/*input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

label {
    display: block;
    margin: 0;
}*/

/*---------------------------------------------*/
/*button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}*/

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
/*.txt1 {
    font-family: "Open Sans", "Tahoma", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #555555;
}

.txt2 {
    font-family: "Open Sans", "Tahoma", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #3f3f41;
}

.txt3 {
    font-family: "Open Sans", "Tahoma", sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #999999;
}*/

/*==================================================================
[ Size ]*/
/*.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}*/

/*==================================================================
[ Background ]*/
/*.bg1 {
    background: #3b5998;
}

.bg2 {
    background: #1da1f2;
}

.bg3 {
    background: #cd201f;
}*/

/*//////////////////////////////////////////////////////////////////
[ login ]*/
/*.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    align-items: center;
    background: #ffffff;
}

.wrap-login {
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    align-items: center;
    display: table;
    position: absolute;
}

#footer {
    margin-top: 5px;
    padding-top: 10px;
    background-color: #ffffff;
}

.text-center-footer {
    text-align: center;
}*/

/*==================================================================
[ login more ]*/
/*.login-more {
    width: calc(100% - 1200px);
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    z-index: 1;
    display: table-cell;
}*/

/*==================================================================
[ Form ]*/

/*.login-scream {
    width: 60%;
    display: block;
    background-color: #ffffff;
    padding: 0px 330px 0px 310px;
    display: table-cell;
}

.login-form {
    width: 560px;
    display: block;
    background-color: #ffffff;
    padding: 200px 55px 55px 55px;
    height: 95%;
}

.login-form-title {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}

.login-form-prodest {
    width: 60%;
}

.login-form-logo {
    max-height: 200px; 
    max-width:200px;
}*/

/*------------------------------------------------------------------
[ Input ]*/
/*.wrap-input-login {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.label-input-login {
    top: 8px;
    font-size: 13px;
    color: #999999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 10px;
    left: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input-login {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding: 0 26px;
}

input.input-login {
    height: 100%;
    border: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.no-bold {
    font-weight: normal;
}*/

/*---------------------------------------------*/

/*.focus-input-login {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #f9af2f;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input-login:focus + .focus-input-login {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.input-login:focus {
    height: 48px;
}

    .input-login:focus + .focus-input-login + .label-input-login {
        top: 8px;
        font-size: 13px;
    }

.has-val {
    height: 48px !important;
}

    .has-val + .focus-input-login + .label-input-login {
        top: 8px;
        font-size: 13px;
    }*/

/*==================================================================
[ Restyle Checkbox ]*/

/*.input-checkbox-login {
    display: none;
}

.label-checkbox-login {
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

    .label-checkbox-login::before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #6675df;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.input-checkbox-login:checked + .label-checkbox-login::before {
    color: #6675df;
}*/

/*------------------------------------------------------------------
[ Button ]*/
/*.container-login-form-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background: #f9af2f;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login-form-btn:focus {
        background: #333333;
    }

.login-form-btn-clicked {
    background: #333333;
}*/


/*------------------------------------------------------------------
[ Responsive ]*/

/*@media (max-width: 2560px) {
    .login-form {
        display: block;
        background-color: #ffffff;
        width: 100%;
        padding: 15% 30% 0% 30%;
    }

    .login-scream {
        width: 60%;
        height: auto;
        padding: 0% 0% 0% 0%;
    }

    .login-more {
        width: 40%;
    }
}

@media (max-width: 1440px) {
    .login-form {
        display: block;
        background-color: #ffffff;
        width: 100%;
        padding: 10% 25% 0% 25%;
    }

    .login-scream {
        width: 60%;
        height: auto;
        padding: 0% 0% 0% 0%;
    }

    .login-more {
        width: 40%;
    }
}

@media (max-width: 1024px) {
    .login-form {
        display: block;
        background-color: #ffffff;
        width: 100%;
        padding: 5% 18% 0% 18%;
    }

    .login-more {
        width: 40%;
    }

    .login-scream {
        width: 60%;
        padding: 0% 0% 0% 0%;
    }

    #footer {
        margin-top: 5px;
        padding-top: 5px;
        background-color: #ffffff;
    }
}

@media (max-width: 768px) {
    .login-form {
        display: block;
        background-color: #ffffff;
        width: 100%;
        padding: 5% 18% 0% 18%;
    }

    .login-more {
        display: none;
    }

    .login-scream {
        width: 100%;
        padding: 0% 0% 0% 0%;
    }

    #footer {
        margin-top: 10px;
        padding-top: 10px;
        background-color: #ffffff;
    }
}

@media (max-width: 576px) {
    .login-form {
        display: block;
        background-color: #ffffff;
        width: 100%;
        padding: 5% 10% 0% 10%;
    }

    .login-more {
        display: none;
    }

    .text-center {
        display: none;
    }

    .login-scream {
        width: 100%;
        padding: 0% 0% 0% 0%;
    }

    #footer {
        margin-top: 5px;
        padding-top: 5px;
        background-color: #ffffff;
    }
}*/

/*------------------------------------------------------------------
[ Alert validate ]*/

/*.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}*/

/*==================================================================
[ Social ]*/
/*.login-form-social-item {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
}

    .login-form-social-item:hover {
        background: #333333;
        color: #fff;
    }*/


/***************************************************************************/
.login-panel {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.erp-jumbotron {
    text-align: center;
    padding: 2rem 1rem;
    height: 580px;
    width: 430px;
    left: 15%;
    background-color: #fcfcfc;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 #00000090;
    -moz-box-shadow: 0 0 10px 0 #00000090;
    box-shadow: 0 0 10px 0 #00000090;
    margin-bottom: 0px;
}

    .erp-jumbotron .jumbotron-vcenter,
    .form-container .jumbotron-vcenter {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        width: 100%;
    }

.form-container .jumbotron-vcenter {
    padding: 20px;
}

.jumbotron-vcenter h1 {
    font-size: 28px;
    font-weight: 500;
    color: var(--eff-original-color)
}

.jumbotron-vcenter form {
    width: 100%;
    padding: 0px 40px;
}

.footer .footer-inner {
    left: 0px;
}

    .footer .footer-inner .footer-content {
        background: #E6E6E6;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: 24px;
    }

.login-footer {
    text-align: center;
}

/***************************************************************************/
.container.alt .erp-jumbotron {
    border-radius: 8px 0px 0px 8px;
}

.container {
    background-color: #fff;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    height: 100%;
    width: 100%;
    max-width: 1390px;
    max-height: 630px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.form-container {
    width: 100%;
    max-width: 500px;
    transition: all 0.6s ease-in-out;
}

.overlay-container {
    flex: 1 1 0%;
    opacity: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 420px;
}

    .overlay-container .image-overlay-container {
        height: 100%;
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: center;
        justify-content: center;
        z-index: 1;
        transition: none 0s ease 0s;
    }

        .overlay-container .image-overlay-container:hover {
            opacity: 0.9;
        }

        .overlay-container .image-overlay-container img {
            width: 100%;
            max-width: 890px;
        }

@media (max-width: 990px) {
    .overlay-container {
        display: none;
    }

    .container {
        height: 580px;
        width: 430px;
    }

    .form-container {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 765px) {
    .erp-jumbotron {
        height: 90vh;
        width: 90vw;
    }

    .container {
        height: 90vh;
        width: 90vw;
    }

    .form-container {
        max-width: 100%;
    }

    .jumbotron-vcenter form {
        width: 100%;
        padding: 0px 20%;
    }
}

#btn-login {
    color: #fff;
}