﻿#ga-layout-login input[type=text],
#ga-layout-login input[type=password],
.ga-span-login,
.ga-a-login:hover,
.color-text{
    color: #333;
}

#ga-layout-login,
#ga-layout-login .campos input[type=submit],
.ga-button-auth,
#ga-layout-login .campos h1 + .field-validation-error,
.ga-signature {
    color: #FFF;
}

form#loginForm {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items:center;
    justify-content: center;
    margin:0;
}

.box-login{
    background:#ffffff;
    border-radius:4px;
}

.logo-top {
    display: none;
    position: relative;
}

form#loginForm.client .logo-top {
    display: block;
    height: 72px;
    margin: 0;
    background: url('/Content/core/images/client-logo-negative.png') no-repeat center;
    background-color: var(--features);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

form#loginForm.client #ga-layout-login .logo {
    background: url('/Content/core/images/client-logo.png') center no-repeat;
    background-size: contain;
}

form#loginForm.client #ga-layout-login {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#ga-layout-login .campos input[type=submit]:hover, .ga-button-auth:hover{
    background-color: var(--features);
    text-decoration:none;
}

#ga-layout-login .campos h1 + .field-validation-error {
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    padding: 20px 10px;
    background: rgba(188,0,0,0.8);
    border: 1px solid rgba(188,0,0,0.6);
    font-size: 12px;
}

#ga-layout-login {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    background-color: #FFF;
    border-radius: 4px;
    text-align: center;
}

#ga-layout-login .logo {
    float: right;
	background: url(/Content/core/images/logo.png) center no-repeat;
    background-size: contain;
}

#ga-layout-login .campos {
    width:100%;
    padding: 0 30px 0 0;
	position: relative;
    border-right: 1px solid var(--bg-primary-dark);
    box-sizing:border-box;
}

#ga-layout-login .campos h1 {
    display: block;
    width: 180px;
    line-height: 32px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 18px;
    color:var(--bg-primary-dark);
    font-weight: 700;
}

#ga-layout-login .campos h1 .fa-lock {
    float: left;
    font-size: 25px;
    color:var(--bg-primary-dark);
}

#ga-layout-login input[type=text],
#ga-layout-login input[type=password] {
    display: block;
    position: relative;
    width: 100%;
    height: 40px !important;
    padding: 0 50px 0 10px;
    border: none;
    background: #f4f4f4;
    border-radius:3px;
    font-size:13px;
}

#ga-layout-login input[type=text]:focus,
#ga-layout-login input[type=password]:focus {
    outline: none;
}

#ga-layout-login input[type=text].input-validation-error,
#ga-layout-login input[type=password].input-validation-error {
    border: 1px solid #900;
}

.ga-button-auth {
    line-height: 36px;
    text-decoration: none
}

#ga-layout-login .campos input[type=submit], .ga-button-auth{
    display: block;
 	width: 100%;
    font-size:13px;
	height: 36px;
	margin-top: 15px;
    background: var(--features);
    border: none;
    outline: none;
    cursor: pointer;
    border-radius:3px;
}

#ga-layout-login.internal {
    border-top-color: #fff;
}

#ga-layout-login.internal {
    border-top-color: #fff;
}

#ga-signature-logo {
    cursor: pointer;
    float: right;

}

.ga-signature {
    padding: 10px 10px 0 0;
    text-align: right;
    font-size: 10px;
    line-height: 16px;
}

.ga-signature a {
    display: inline-block;
    width: 79px;
    height: 16px;
    margin-left: 5px;
    background: url('../core/images/gatec-signature-logo.png') no-repeat center;
    opacity: 0.7;
}

.ga-signature a:hover {
    opacity: 1;
}

.ga-version {
    float: left;
}

.first-access #ga-layout-login{
    padding: 20px;
}

.first-access #ga-layout-login .campos h1 {
    padding: 0 0 10px 0;
}

.first-access .box-first-access{
    margin-top:20px;
}

.first-access #ga-layout-login .campos{
    padding:0;
    border-right: none;
}

.first-access #ga-layout-login .ga-editor-label {
    padding-bottom: 2px;
    line-height: 12.8px;
    text-align:left;
}

.first-access #ga-layout-login .ga-editor-label label {
    display:block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2px;
}

.first-access #ga-layout-login .ga-editor-field .k-dropdown{
    width:100%;
    height: 40px;
}


.first-access #ga-layout-login .ga-editor-field .k-dropdown .k-dropdown-wrap, 
.first-access #ga-layout-login .ga-editor-field .k-dropdown .k-dropdown-wrap .k-input,
.first-access #ga-layout-login .ga-editor-field .k-dropdown .k-dropdown-wrap .k-select{
    height:100%;
    line-height:38px;
    border: none;
}

.first-access #ga-layout-login .ga-editor-field .k-item .flag-icon {
    height: 35px;
}

.title-expired {
    margin-top:-15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.text-expired{
    max-width:290px;
}

@media screen and (min-width: 680px) {
    .box-login {
        min-width: 640px;
    }
}

@media screen and (max-width: 680px) {
    .box-container-login{
        width:90%;
    }

    #ga-layout-login .logo {
        margin: 0;
    }

    #ga-layout-login .campos {
        float: initial;
        width: 100%;
        height: initial;
        padding: 0;
        border: none;
    }

    #ga-layout-login .campos h1 + .field-validation-error {
        width: 100%;
    }

    #ga-layout-login .campos input[type=submit], .ga-button-auth {
        width: 100%;
        height: 40px;
        margin-bottom: 35px;
    }

    .text-expired{
        max-width:100%
    }
}

@media screen and (max-width: 480px) {
    form#loginForm.client {
        position: initial;
        top: initial;
        left: initial;
        width: 100%;
        height: initial;
        margin: 20px 0;
    }
}