﻿/* Layout admin */
* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #fff;
    font: normal normal 12px/17px Arial;
    color: #000;
}

.container {
    position: relative;
}

.logo-login img {
    max-width: 100%;
}

.input-remember-cust {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.header {
    width: 100%;
    height: 40px;
    /*background: #f1f2f3;*/
    position: relative;
    z-index: 2;
}

    .header .logo {
        height: 60px;
        width: 400px;
        background: url(img/logo.png) no-repeat;
        position: absolute;
        top: 5px;
        left: 15px;
    }
#particles-js {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.main {
    min-height: 420px;
    width: 500px;
    margin: auto;
    padding: 5vh 0;
}

.login-frame {
    margin: auto;
    position: relative;
    width: 100%;
}

.group-lang {
    order: 3;
    text-align: center;
}

select#lgMain_ddlAdminLanguage {
    padding: 7px 12px;
    border: 1px solid #816c5b;
    color: #816c5b;
}

.input-user {
    position: absolute;
    left: 335px;
    top: 144px;
    border: 1px solid #C9C9C9;
    height: 22px;
    width: 159px;
    font: normal normal 12px/22px Arial;
    padding: 0px 5px;
}

.valid-user {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 22px;
    height: 22px;
}

.input-pass {
    position: absolute;
    right: 0;
    top: 77px;
}

.valid-pass {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 33px;
    height: 22px;
}

.input-login {
    position: absolute;
    left: 532px;
    top: 209px;
}

.conty {
    text-align: center;
    order: 3;
    font-size: 14px;
    padding-bottom: 5px;
    margin-top: 7.125rem;
}

    .conty a {
        color: #333;
        text-decoration: underline;
        display: inline-block;
        margin: 0 10px;
    }

        .conty a:hover {
            color: #c82128;
        }

.copyright-bic {
    color: #222;
    font-weight: bold;
    font-size: 13px;
}

    .copyright-bic a {
        text-decoration: none;
        color: #008ba0;
    }

.input-remember {
    position: absolute;
    left: 0px;
    top: 213px;
    display: block;
}

    .input-remember input[type="checkbox"] {
        position: absolute;
        left: 310px;
        top: 1px;
        margin: 0px;
    }

    .input-remember label {
        position: absolute;
        left: 335px;
        top: 0px;
        height: 17px;
        width: 179px;
        display: block;
        margin: 0px;
        text-shadow: 0.1em 0.1em 0.05 #fff;
    }

.fail-text {
    display: block;
    text-align: center;
    color: #c82128;
    margin-top: 10px;
}

.title-text-login {
    display: flex;
    align-items: center;
    font-size: 17px;
    background: #f0f0f0;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
}

.group-login {
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    padding: 5.3rem 5.3rem 1rem;
    display: grid;
    grid-gap: 12px;
}

.remember-group {
    order: 2;
    display: grid;
    padding: 0;
    grid-gap: 1.5rem;
}

.ct_form__witem {
    margin-top: 30px;
}

a#lgMain_ibtnLogin {
    background: rgb(66, 133, 244);
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    padding: 14px 0;
    margin-bottom: 12px;
    border-radius: 5px;
}

input#lgMain_ibtnLogin {
    background: rgb(200 33 40);
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    padding: 20px 0;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: 0.4s ease;
}

    input#lgMain_ibtnLogin:focus {
        outline: none;
    }

    input#lgMain_ibtnLogin:hover {
        transform: translateY(10px);
        box-shadow: 0 7px 10px #4a13136e;
    }

input#lgMain_UserName:focus, input#lgMain_Password:focus {
    outline: none;
}

#ReCaptchContainer {
    display: flex;
    justify-content: center;
}

span[style="color:red"] {
    display: block;
    text-align: center;
    margin-top: 10px;
}

table#lgMain {
    width: 100%;
}

.login-text-title {
    font-size: 15px;
    /* font-family: Arial; */
}

.login-text.login-pass {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.login-pass {
    position: relative;
}

input#lgMain_UserName, input#lgMain_Password {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #4e4e4e;
    height: 30px;
    padding: 0;
}

    input#lgMain_UserName.active, input#lgMain_Password.active {
        border-bottom: 1px solid #c82128 !important;
    }

    input#lgMain_UserName:focus, input#lgMain_Password:focus {
        outline: none;
    }

.bic-input {
    position: relative;
}

label.control-label {
    position: absolute;
    top: 50%;
    left: 0;
    color: #777;
    z-index: 0;
    pointer-events: none;
    font-size: 1rem;
    transform: translateY(-50%);
    transition: 0.4s ease;
}

.login-pass-title {
    font-size: 15px;
}

.logo-login {
    text-align: center;
    margin-bottom: 100px;
}

* {
    box-sizing: border-box;
}

.footer {
    width: 100%;
    height: 30px;
    /* background: #e87618; */
    position: fixed;
    bottom: 0;
    z-index: 2;
    color: #777;
    font-size: 14px;
    text-align: center;
}

span.span-user {
    width: 40px;
    height: 40px;
    background: url(img/user.png);
    display: inline-block;
    margin-right: 10px;
    background-size: 100% 100%;
}

span.tttt {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-left: 1px solid #DDDD;
}

.input-remember-cust label {
    font-size: 1rem;
    margin-left: 12px;
}

label.control-label.active {
    transform: translateY(-28px);
    color: #c61f26;
    font-size: .8rem;
}

.login-text::after, .login-pass::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    font-family: 'Font Awesome 5 Pro';
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 20px;
    color: #666666;
}

.login-text, .login-pass {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
}

.login-pass {
    margin-bottom: 0;
}

.login-text::after {
    content: '\f2bd';
}

.login-pass::after {
    content: '\f023';
}


@media screen and (max-width:1600px) {

    .logo-login {
        margin-bottom: 2rem;
    }

    .conty {
        margin-top: 2rem;
    }
}

@media screen and (max-width:575px) {

    .main {
        width: 87%;
        padding: 0 15px;
    }

    .group-login {
        padding: 2rem;
    }
}
