@charset "utf-8";

/* *****************************************************************
Theme Name: Login IACC
Theme URI: http://www.iacc.cl
Description: Theme para el login de IACC
Author: Chinoverse
Author URI: http://www.animalcreativo.cl
Version: 20/01/2020
****************************************************************** */
a { transition: all 0.3s ease; text-decoration: none; }
a:hover, a:focus { transition: all 0.3s ease; text-decoration: none; }
body { display: flex; min-height: 100vh; flex-direction: column; }
section#contenido { flex: 1; }
a.navbar-brand { width: 220px; margin-bottom: 40px; }
body { background: rgb(181, 195, 205); background: -moz-linear-gradient(100deg, rgba(181, 195, 205, 1) 0%, rgba(255, 255, 255, 1) 100%); background: -webkit-linear-gradient(100deg, rgba(181, 195, 205, 1) 0%, rgba(255, 255, 255, 1) 100%); background: linear-gradient(100deg, rgba(181, 195, 205, 1) 0%, rgba(255, 255, 255, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5c3cd", endColorstr="#ffffff", GradientType=1); position: relative; }
.image-bg { display: table-cell; vertical-align: bottom; text-align: right; }
.image-bg img { max-width: 100%; height: auto; }
.wrapper-login.container { height: 100vh; }
.wrapper-login.container .align { display: table; height: 100%; min-height: 456px; margin: 0 auto; }
.wrapper-login.container .align .vertical { display: table-cell; vertical-align: middle; }
.box { background-color: #fff; border-radius: 15px; padding: 80px 15px; text-align: center; margin-bottom: 32px; }
.box p { font-family: montserratregular; font-size: 12px; line-height: 15px; margin-bottom: 25px; color: #333333; }
.box p b { font-family: montserratbold; }
.box a span { width: 20px; display: inline-block; }
.box a span img { max-width: 100%; height: auto; }
.box a { font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; color: #fff; background-color: #2199e8; padding: 14px 15px; font-size: 14px; display: inline-block; }
.box a:hover { background-color: #187abb; }
.txt-int h2 { color: #7ab51d; font-size: 19px; font-family: sairabold; text-transform: uppercase; margin-bottom: 0px; }
.txt-int h1 { color: #000000; font-family: montserratbold; text-transform: uppercase; font-size: 33px; line-height: 32px; }
.wrapper-login.container .row { height: 100%; }
.image-bg img {    /* position: absolute; */

/* bottom: 0; */ }
.txt-int h1 span { font-family: montserratregular; }
.wrapper-image { display: table; width: 100%; height: 100%; }
@media (max-width:991px) {
	.image-bg { padding-left: 25px; }
}
@media (max-width:768px) {
	.wrapper-login.container { padding-top: 31px; }
	.txt-int { margin-bottom: 25px; }
}

