﻿body {
    height: 100%;
    background-color: white !important;
    font-size: 16px !important;
}

header {
    background: #0D47A1;
    color: #fff;
    top: 0px;
    right: 0px;
    position: absolute;
    padding: 0px 12px;
    width: auto;
    z-index: 1000;
    font-size: 18px !important;
}

footer {
    color: #616161 !important;
    caret-color: #616161 !important;
    bottom: 0px;
    right: 0px;
    padding: 5px 10px;
    width: auto;
    z-index: 1000;
    font-weight: 300 !important;
    font-size: 14px !important;
    background-color: #f5f7fa;
}

#ContenedorPrincipal {
    height: 100%;
}

#LoginIzquierda {
    min-height: 200px;
    background: url("../images/login/background_login.jpg");
    background-size: cover;
}

.font-size-30 {
    font-size: 2.143rem !important;
    line-height: 2rem;
}

.grey--text.text--darken-2 {
    color: #616161 !important;
    caret-color: #616161 !important;
}

.md-form label {
    color: #060707 !important;
}

.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
    border-color: rgba(0, 0, 0, 0.42) !important;
}

.btn {
    height: 36px;
    padding: 0 16px;
    line-height: 21px;
    will-change: box-shadow !important;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.text-none {
    text-transform: none !important;
}

.md-form {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.login-image {
    background-image: url(/../images/login/Lienzos.svg);
    background-position: center center;
}

.v-responsive {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.v-image {
    z-index: 0;
}

.v-responsive__sizer {
    -webkit-transition: padding-bottom .2s cubic-bezier(0.25, 0.8, 0.5, 1);
    transition: padding-bottom .2s cubic-bezier(0.25, 0.8, 0.5, 1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
}

.v-image__image--contain {
    background-size: contain;
}

.v-image__image {
    background-repeat: no-repeat;
}

.v-image__image, .v-image__placeholder {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.v-responsive__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    max-width: 100%;
}

.uv-title {
    margin: 0 0 12px 0;
    text-align: center;
    vertical-align: middle;
    background-color: #0d47a1;
    padding: 0;
}

.uv-title h5 {
    margin: 0;
    font-family: Roboto,"Arial",serif;
    vertical-align: middle;
    font-weight: normal !important;
    color: #fff;
    font-size: 18px !important;
    line-height: 25px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.md-form label{
    font-size:16px;
    line-height:20px;
    color:rgb(6, 7, 7) !important;
    font-weight:400 !important;
}

#button{
    font-size:16px !important;
}

.form-group.position-relative input {
    padding-right: 32px;
}

.form-password-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 8px;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 0;
    width: 24px;
    z-index: 10;
}

.form-text ~ .form-password-icon {
    bottom: calc(1rem + 18px);
}

.form-password-icon .material-icons {
    font-size: 16px;
    font-weight: 500;
}