/* general */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Poppins', sans-serif;
    background: url(../img/veu_front_blue.svg) center center/cover no-repeat border-box #0016A7;
	padding: 65px 0px 0px 0px;
	font-size: 14px;
	min-height: 100vh;
	width: 100%;
}

.page-cover {
	width: 100%;
	text-align: center;
}
.logo {
    height: 12vh;
}

.form-group {
	margin-bottom: 15px;
	align-items: center;
}
label {
	display: inline-block;
	margin-bottom: 5px;
}
.form-control {
	width: 100%;
	min-height: 38px;
	padding: 5px 15px;
	border: 0.5px solid #e2e2e2;
	border-radius: 3px;
	box-shadow: none;
	font-size: 14px;
	font-family: inherit;
}
.form-submit {
	text-align: right;
	padding-top: 10px;
}
.btn {
	padding: 9px 15px;
	margin: 2px 1px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	transition: opacity 0.1s ease-in;
	font-family: inherit;
	padding: 12px 20px;
	font-size: 16px;
	min-height: 36px;
	min-width: 36px;
	width: 100%;
	background: #0016a7;
	color: #ffffff;
}

/*******************
Page Logo
*******************/
.page-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding: -100px 0px 10px 0px;
}

/*******************
Log In Card
*******************/
.login-register {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	padding: 5% 0;
	position: fixed;
}

.login-card {
	width: 400px;
	margin: 0 auto;
	padding: 40px 30px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	background: #ffffff;
}
@media (max-width: 576px) {
	.login-card {
		width: 300px;
	}
}
.login-heading {
	text-align: center;
	margin-bottom: 20px;
}
.login-card .form-control:focus {
	right: 0;
	border-bottom: 1px solid #0016a7 !important;
	-webkit-transition: 1s ease;
		 -moz-transition: 1s ease;
		 -o-transition: 1s ease;
			transition: 1s ease;
}
.pw-reset {
	padding-top: 25px;
	text-align: center;
}
.pw-reset a {
	text-decoration: none;
	color: #0016a7;
}
.pw-reset a i {
	margin-right: 10px;
}

.page-cover {
		width: 100%;
	text-align: center;
}
.page-cover img {
		object-fit: cover;
}
