﻿.login-image {
	position: fixed;
	left: 550px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(../images/login-fondo.png);
	background-repeat: no-repeat;
	background-size: 110% auto;
	background-color:black;
	background-position: center center;
}

.login-region {
	position: fixed;
	left: 0px;
	width: 550px;
	top: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/patron_cruces.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
}

.subwindow {
	position:relative;
	display: block;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	width: 450px;
	margin: 10vh auto 0px auto;
}

.subwindow-head {
	padding-top:14px;
	font-size: 16px;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
}

.subwindow-body {
	margin-bottom: 0px;
	overflow-y: auto;
	max-height: 80vH;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.subwindow-foot {
	position: relative;
	width: 100%;
	height: unset;
	bottom: unset;
	padding: 15px 0px 15px 0px;
}

.btn {
	display: block;
	width: 400px;
	margin: 0px auto 0px auto;
	max-width: 100%;
}

.login-logo{
	text-align:center;
	margin:0px 0px 20px 0px;
}

.nuc-well {
	font-size:11px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

.application-logo {
	display: inline-block;
	height: 120px;
	width: 120px;
	border: 1px solid rgba(200,200,200,1);
	outline: 1px solid rgba(220,220,220,1);
	border-radius: 60px;
	box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.3), 0px 0px 3px 2px rgba(0,0,0,0.6);
	background-size: 118px 118px;
	background-position: center center;
	background-repeat: no-repeat;
}
.btn-primary {
	margin-top: 40px;
}


@media (max-aspect-ratio: 1.7) {
	.login-image {
		background-size: auto 110%;
	}
}

@media (max-width: 800px) {
	.login-image {
		display:none;
	}
	.login-region {
		width: 100vW;
	}
	.subwindow {
		width: 100%;
		max-width:450px;
	}
}

@media (max-height: 900px) {
	.subwindow {
		margin: 5vh auto 0px auto;
	}
}

@media (max-height: 700px) {
	.subwindow {
		position: absolute;
		margin: 0px;
		left: 0px;
		right: 0px;
		width: unset;
		max-width: unset;
		max-height: unset;
		top: 0px;
		bottom: 0px;
		border: none;
		border-radius: 0px;
	}
	.subwindow-head {
		border-radius: 0px;
	}
	.subwindow-body {
		position: absolute;
		margin: 0px;
		overflow-y: auto;
		top: 50px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		max-height:unset;
	}
	.subwindow-foot {
		position: absolute;
		width: 100%;
		height: unset;
		bottom: 0px;
		padding: 0px 0px 0px 0px;
	}
	.btn {
		display: block;
		width: 100%;
		margin: 0px;
	}
}
