/* AELP Only Styling*/
.container-login100 {
	font-family: "Montserrat", serif;
	color: #3D3D3D;
}

.container-login100 {
	background: rgba(0,126,195,1);
	background: -moz-linear-gradient(-45deg, rgba(0,126,195,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,126,195,1)), color-stop(100%, rgba(235,235,235,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,126,195,1) 0%, rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,126,195,1) 0%, rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,126,195,1) 0%, rgba(235,235,235,1) 100%);
	background: linear-gradient(135deg, rgba(0,126,195,1) 0%, rgba(235,235,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ec3', endColorstr='#ebebeb', GradientType=1 );
}

.wrap-login100 {
	border-radius: 30px;
	padding: 30px 50px 50px 50px;
	width: 800px;
}

.login100-form {
	width: 100%;
}

.symbol-input100 {
	display: none;
}

.wrap-input100 {
}


.input100 {
	transition: all 0.2s ease-in-out;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 0 30px 0 0;
	border-bottom: 1px solid #CCCCCC;
}

.input100:focus {
	padding-bottom: 30px;
	border-bottom: 4px solid #023F86;
}

.focus-input100 {
	display: none;
}

.container-login100-form-btn {
	position: relative;
	padding: 0;
}

.login100-form-btn {
	border-radius: 0;
	background-color: #95C3DC;
	padding-right: 60px;
}

.login100-form-btn::after {
	position: absolute;
	font-family: 'Ionicons';
	content: '\f3d3';
	background: #439DCE;
	height: 100%;
	top: 0;
	right: 0;
	width: 60px;
	font-size: 25px;
	line-height: 50px;

}

.wrap-login100 h1 {
	font-family: 'Roboto Slab', serif;
	color: #023F86;
	font-size: 2.8em;
	font-weight: 600;
	margin-bottom: 30px;
}

.wrap-login100 h2 {
	font-family: 'Roboto Slab', serif;
	color: #023F86;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 30px;
}

.container-login100 a {
	font-family: "Montserrat", serif;
	color: #9E9E9E;
	font-weight: 500;
}

.container-login100 a:hover {
	color: #007EC3;
}