html, body, body.swal2-height-auto {
	height: 100% !important;
}
body {
	text-align:center;
}

#logos {
	position: absolute;
	top: 0;
	right: 0;
	width: 420px;
	height: auto;
	z-index:10;
}
#gold-bar {
	top: 170px;
	bottom:unset;
}
#utp {
	position: absolute;
	top: 90px;
	left: 0;
	text-align: center;
	width: calc(100% - 430px);
	font-size: 3em;
	font-family: 'Futura Bold';
	text-shadow: 0 0 6px #fff;
	color: #65216F;
	padding:0;
	margin:0;
}
#utp span {
	font-size:1.4em;
}

@media (max-width: 768px){
	#logos {
		width:140px;
	}
	#gold-bar {
		height:5px;
		top:56px;
	}
	#utp {
		width:calc(100% - 150px);
		font-size:1em;
		top:26px;
	}
}

main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: flex-start;
	padding-top: 40px;
	padding-bottom: 40px;
	height:100%;
}

#form-signin {
	width: 100%;
	max-width: 525px;
	padding: 20px;
	margin: auto;
}
#form-signin h2 {
	color:#65216F;
	margin:10px 0;
}
#form-signin .checkbox {
	font-weight: 400;
}
#form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
#form-signin .form-control:focus {
	z-index: 2;
}
#form-signin input[type="text"] {
	margin-bottom: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.main-title {
	font-family: 'Righteous', cursive;
    font-size: 2.5em;
	font-weight:normal;
    margin: 15px 0;
    padding: 0;
    line-height: 1;
    color: #000;
}

