/************************************ 
Desarrollado: 20 de febrero del 2019
Por: Ing. Amparo Morales
************************************/
/*
#x819FF7 --> Azul, cambiar el color base de a:link
a:link {
	color: #F6A016 //Color boton al señalar
}
.form-pass {
	background-image: linear-gradient(#0071bc, #1b1464);
	color: #ffffff;  //Cambia color linear-gradient en Solicitar y Actualizar Clave
}	
*/
.container-form, .container-image, .form-pass {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.container-image {
	background-image: url("../imagenes/logos/logo-cacema.png");
	background-size: 700px;
    background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}
.container-image1 {
	background-image: url("../imagenes/logos/cosede.jpg");
	background-size: 150px;
    background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}

.container-form {
	background: none;
}
body, .vh-100 {
	height: 100vh;
	margin: 0;
	padding: 0;
}
.form-signin, .form-pass .content {
	width: 100%;
	max-width: 300px;
	padding: 20px 40px;
	margin: auto;
}
.form-signin button {
    padding: 0 !important;
	height: 28px;
    border-radius: 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1rem;
    text-align: center;
    width: 100%;
    height: 36px;
}
.form-signin .btn-access {
	font-size: 1rem;
	height: 20px;
}
.info {
	width: 100%;
	max-width: 330px;
	padding: 20px;
	margin: auto;
}
.form-pass {
	background-image: linear-gradient(#AEAEAE, #C5C5C5);
	color: #ffffff;
}
.btn-primary {
	background-color: #FC4236;
	border-color: #FC4236;
}
.btn-primary:hover,.btn-primary:focus  {
	background-color: #F6A016 !important;
	border-color: #F6A016 !important
}
.btn-info:hover {
	background-color: #F6A016;
	border-color: #F6A016
}
.btn-info {
	background-color: #313131 !important;
	border-color: #313131 !important
}
.navbar-fixed-top,.wintitle {
	background-image: linear-gradient(#F6A016, #F6DAAA) !important;
}
a:link {
	color: #F6A016
}
.alfanumerico {
	position: absolute;
	width: 16px;
	top: 6px;
	right: 4px;
}
.wintitle a,.wintitle a:hover,.wintitle a:active,.wintitle a:visited
{
	color: #313131 !important;
	font-size: 2rem;
}
.form-control-feedback {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.form-control {
  padding-left: 10px!important;
}
.vh-h80-w60 {
  width: 100%;
  height: 80%;
}
.vh-80 {
  height: 80%;
}
.vh-75 {
  height: 75%;
}
.vh-70 {
  height: 70%;
}
.vh-60 {
  height: 60%;
}
.vh-50 {
  height: 50%;
}
.vh-40 {
  height: 40%;
}
.vh-30 {
  height: 30%;
}
.vh-20 {
  height: 20%;
}
.vh-10 {
  height: 10%;
}
.minh-100 {
  height: 100vh;
}
.minh-10 {
  height: 10vh;
}
.minh-5 {
  height: 5vh;
}
.alert-dismissable button {
    width: auto;
    height: auto;
}