@charset "UTF-8";

@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('https://www.uen.org/fonts/adventor/texgyreadventor-regular-webfont.eot');
	src: url('https://www.uen.org/fonts/adventor/texgyreadventor-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('https://www.uen.org/fonts/adventor/texgyreadventor-regular-webfont.woff')
		format('woff'),
		url('https://www.uen.org/fonts/adventor/texgyreadventor-regular-webfont.ttf')
		format('truetype'),
		url('https://www.uen.org/fonts/adventor/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #fff;
}

a {
	color: #346abd;
	transition: all .6s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #6689cc;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.top-img {
	max-width: 200px;
	height: auto;
}
.img-max {
	max-width: 400px;
}

.jumbotron {
	background: #fff;
	border-radius: 0 !important;
	margin: 0;
	padding: 0 25px 15px 50px;
	border-bottom: 10px solid #58595b;
}

.main-area {
	position: relative;
}

.login-area {
	float: left;
	background: rgba(89, 89, 91, .3);
	padding: 25px 0;
	margin: 0;
	width: 50%;
}

.login-btn {
	color: white;
	background-color: #4d4d4d;
	width: 100px;
	border-radius: 5px !important;
}

.logo {
	float: right;
	width: 50%;
	padding: 25px 50px;
}

.form-group {
	margin: 10px 0 55px 250px;
	width: 50%;
}

.input-group {
	margin: 25px 0;
}

.input-group-prepend span {
	width: 36px;
	background-color: #4d4d4d;
	color: white;
	border: 0 !important;
}

.form-group input {
	height: 40px !important;
}

.form-control {
	border-radius: 0;
	border: none;
}

.side-title {
	font-family: 'TeXGyreAdventorRegular';
	text-transform: uppercase;
	float: left;
	transform: rotate(90deg);
	font-size: 100px;
	line-height: 0;
	letter-spacing: 2px;
	position: absolute;
	z-index: 1;
	color: #fff;
	top: 175px;
	left: -70px;
}

.footer {
	width: 100%;
	background-color: #4d4d4d;
	color: white;
	padding: 25px;
}

.footer a {
	color: #fff;
}

.row {
	background-color: #4d4d4d;
	border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1221px) {
	.login-area {
		width: 65%;
	}
	.logo {
		padding-top: 55px;
		width: 35%;
	}

	.img-max {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
		margin-top: 10px;
	}
	.jumbotron {
		padding-top: 0;
		padding-left: 30px;
	}
	.login-area {
		width: 60%;
	}
	.logo {
		padding-top: 75px;
		width: 40%;
	}
	.form-group {
		margin: 10px 0 55px 155px;
		width: 60%;
	}
	.side-title {
		font-size: 90px;
		top: 175px;
		left: -80px;
	}

	.img-max {
		max-width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	body {
		margin-top: 0;
	}
	.jumbotron {
		padding: 0;
		text-align: center;
	}
	.login-area {
		float: none;
		width: 100%;
		background: #fff;
		padding: 0 10px;
		margin-bottom: 35px;
	}
	.logo {
		float: none;
		width: 50%;
		padding: 0;
		margin: 0 auto;
	}
	.form-group {
		margin: 10px 0 0 15px;
		width: 85%;
	}
	.form-group input {
		border: 1px solid #4d4d4d;
	}
	.side-title {
		display: none;
	}

	.img-max {
		max-width: 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.jumbotron {
		padding: 0 15px 10px;
	}
	.login-area {
		width: 60%;
	}
	.logo {
		width: 40%;
		padding: 105px 20px 0 20px;
	}
	.form-group {
		margin: 10px 0 25px 15px;
		width: 85%;
	}
	.side-title {
		display: none;
	}
	.form-control {
		border: 1px solid #4d4d4d;
	}

	.img-max {
		max-width: 100%;
	}
}