.label-custom-color {
    font-weight: bold;
    border-radius: 0px;
    background-color: {{environment_label_color}};
    color: {{environment_text_color}};
}

.page-dark.layout-full {
    color: #fff;
}

.page-dark.layout-full {
    position: relative;
    z-index: 0;
    color: #fff;
}

div.layout-full {
    padding-top: 0;
}

.page-login-v2 {
    height: 100%;
    overflow-x: hidden;
}

.layout-full {
    height: 100%;
}

.page-login-v2::before {
    background-image: url("/static/app/img/login_v2/login_background.505abccfd357.webp");
}

.page-dark.layout-full::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-login-v2 .page-login-main {
    top: 0;
    right: 0;
    height: auto;
    min-height: 100%;
    color: #757575;
    background: #fff;
    bottom: 0;
    margin: 0 auto;
}

.form-group {
    position: relative;
}

#eye {
    position: absolute;
    right: 12px;
    top:14px;
    color: #999999;
}

.page-login-v2 div.page-copyright {
    padding-top: 10px;
}

input.input-lg {
    font-size: 16px;
}
@media (min-width:1400px){
    .col-xl-offset-9{margin-left:75%}
    .col-xl-3{width:25%}
}
