* {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.625;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1320px;
	}
}

.login-wrap {
	max-width: 540px;
	padding-top: 8vh;
	margin: 0 auto;
}

.login-logo {
	text-align: center;
	margin-top: 30px;
	height: 200px;
}

.login-form .form-group label {
	display: block;
}

.login-content {
	background: #fff;
	padding: 30px 30px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.login-btn {
	line-height: 45px;
	padding: 0 35px;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	display: block;
	width: 100%;
	background: #63c76a;
	margin-bottom: 20px;
	margin-top: 30px;
}

	.login-btn:hover {
		background: #59bd60;
	}

.register-link {
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
}

	.register-link > p > a {
		color: #ff2e44;
	}

.img {
	max-width: 100%;
	height: auto;
}

.form-control {
	line-height: 43px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666;
	padding: 0 17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

button {
	border: none;
	background: none;
}

.login-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.login-checkbox label input[type="checkbox"] {
		margin-right: 8px;
	}

	.login-checkbox > label > a {
		color: #ff2e44;
	}

@media (max-width: 991px) {
	.login-checkbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
