html {
	background: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	font-family: 'Roboto', 'Segoe UI', sans-serif;
}

h2 {
	display: none;
}

.ftco-section {
	color: navy;
	padding: 0px;
	min-height: 100vh;
	width: 600px;
	position: relative;
	float: right;
	margin: 0px;
	margin-right: 10%;
}

.container {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.heading-section {
	font-size: 28px;
	color: #000;
	padding-top: 20px;
}

.wrap img {
	margin: auto;
}

.wrap {
	width: 100%;
	overflow: hidden;
	background: #fff;
	/*
	border-radius: 5px;
	height: auto;
	margin: auto;
	-webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	 */
}

#login-form span {
	color: gray;
}

.login-wrap {
	position: relative;
}

.login-wrap h3 {
	font-weight: 210px;
}

.form-group {
	position: relative;
	z-index: 0;
	margin-bottom: 20px !important;
}

.form-group a {
	color: gray;
}

.form-control {
	height: 48px;
	background: #fff;
	color: #000;
	font-size: 16px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.2) !important;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:focus,
.form-control:active {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #44baff;
}

.field-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.3);
}

.form-control-placeholder {
	position: absolute;
	top: 2px;
	padding: 7px 0 0 15px;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	opacity: .6;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
	-webkit-transform: translate3d(0, -120%, 0);
	transform: translate3d(0, -120%, 0);
	padding: 7px 0 0 0;
	opacity: 1;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #44baff;
	font-weight: 700;
}

#form-result svg {
	height: 16px;
	width: 16px;
	fill: currentcolor;
}

.btn {
	cursor: pointer;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 15px;
	padding: 10px 20px;
}

.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
}

.btn.btn-primary {
	background: #65c4ff;
	border: 0px; 
	color: #fff !important;
	text-transform: uppercase;
}

.btn.btn-primary:hover {
	background: #649bff;
	color: #01d28e;
}

.btn.btn-primary.btn-outline-primary {
	border: 0px; 
	background: transparent;
	color: #01d28e;
}

.btn.btn-primary.btn-outline-primary:hover {
	border: 0px; 
	background: #01d28e;
	color: #fff;
}

.row {
	font-size: 14px;
}

#togglePassword:hover {
	cursor: pointer;
}

@media only screen and (max-width: 860px) {
	html {
		background: #fff;
		height: 100%;
		background-position: left;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.ftco-section {
		float: left;
		color: navy;
		font-family: 'Roboto', 'Segoe UI', sans-serif;
		width: 400px;
		padding: auto;
		left: 50%;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}
