/*
Copyright 2018 JoinFaces.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/* 
        Created on : 29-01-2018, 16:21:49
        Author     : luis
*/

html, body{
    min-height: 100%;
    height: 100%;
}

body{
    display: block;
    height: 100%;
    position: relative;
    min-height: 100%;
    background: rgb(255,255,255);

}

.color-white {
    color: white;
}

.login-footer {
    font-size: 12px;
    color: #02368e;
    text-align: center;
}

.login-footer span{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fbfbfb;
    box-shadow: 1px 1px 1px #ebebeb;
}
.login-footer span, .login-footer a {
    color: #215d9f;
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.login-form {
    padding: 60px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.login-form form {
    margin: 0 auto;
}

.login-page {
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(195 195 195) 100%) !important;
}

.login-page .logo-header img {
    max-width: 220px;
    padding: 30px;
}

.login-page .logo {
    max-width: 300px;
    margin: 0 auto;
}

.login-page .logo img {
    max-width: 300px;
}

.login-page .title {
    border-bottom: 2px solid #e5e5e5;
}

.login-page .title h1 {
    color: #165fa2;
    font-weight: 900;
    text-align: center;
}

.login-page .subtitle {
    padding: 20px;
    color: #848484;
    text-align: center;
    font-size: 1.2em;
}

input[type=text], input[type=password]  {
    height: 34px;
    padding: 18px 10px !important;
    border-radius: 4px;
    transition: all 0.5s ease-out;
}
input[type=text]:hover, input[type=password]:hover {
    border-color: #d9d9d9 !important;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 3px 1px #5f8db9;
}

.login-page .login-left-side {
    height: 100vh;
    border-right: 1px dashed #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/resources/images/fondo-hgt.png') !important;
    background-size: cover !important;
}

.login-page .login-right-side {
    height: 100vh;    display: flex;
    align-items: center;
    justify-content: center;
}
