@import url("//fonts.googleapis.com/css?family=Poppins:400,700,800"); 
@import url("/scripts/css/colorlib-login/util.css");
@import url("/scripts/css/colorlib-login/main.css");


body {
	background: #FFF;
}

body, p {
	font-family: "Open Sans", serif;
	color: #3D3D3D;
	font-size: 14px;
}

p {
	margin-bottom: 10px;
}

.container-login100 {
	background: #FFF;
}

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

.login100-form {
	width: 100%;
}

.symbol-input100 {
	display: none;
}

.wrap-input100 {
	font-size: 1em;
}

.wrap-input100 a {
	font-size: 1em;
}

.input100 {
	margin-top: 5px;
	transition: all 0.2s ease-in-out;
	border-radius: 0;
	background: #F1F1F1;
	box-shadow: none;
	padding: 20px;
	border-bottom: 1px solid #F1F1F1;
	margin-left: -20px;
}

.input100:focus {
	padding-bottom: 30px;
	border-bottom: 4px solid #82326B !important;
}

.focus-input100 {
	display: none;
}

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

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

.login100-form-btn::after {
	position: absolute;
	font-family: 'Ionicons';
	content: '\f3d3';
	background: rgba(0,0,0,.2);
	height: 100%;
	top: 0;
	right: 0;
	width: 60px;
	font-size: 25px;
	line-height: 50px;
	color: #FFF;
}

h1 {
	font-family: 'Poppins', sans-serif !important;
	color: #000;
	font-size: 2.8em;
	font-weight: 700 !important;
	margin-bottom: 30px;
	letter-spacing: -0.06em;
}

.wrap-login100 h1 {
	color: #6E6E6E;
}

.wrap-login100 h2 {
	font-family: 'Poppins', sans-serif;
	color: #023F86;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: -0.06em;
}

.container-login100 a {
	color: #9E9E9E;
	font-weight: 400;
}

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

.password-text {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #C20167;
}

.password-text p {
	max-width: 600px;
	color: #C20167;
	font-weight: 400;
	font-size: .9em;
	margin: auto;
}

.input100 {
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 1.5em
}

