
.wrapper{
	height: 100vh;
	width: 700px;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.link-tag {
	color: #5a5a5a;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
	font-weight: 600;
}
.link-tag:hover {
	color: #1CD9AD;
	text-decoration: none;
}
.register {
	font-size: 13px;
}
.register a {
	color: #CC5803;
	font-size: 13px;
	text-decoration: underline;
}
.register a:hover {
	color: #1CD9AD;
	text-decoration: none;
}
.login-content h4 {
	color: #CC5803;

}
.login-form-control {
	border: 2px solid #C1C8CE;
	padding-right: 35px;
	color: rgba(38,38,38,0.5);

}
.login-content .form-group	{
	position: relative;
}
.input-item {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(38,38,38,0.5);
}
.login-btn {
	background: #1CD9AD;
	color: #fff;
}
.login-btn:hover {
	background: #CC5803;
	color: #fff;
}
.login-img {
	height: 290px;
	width: 100%;
	overflow: hidden;
}
.login-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.reset-body {
	text-align: center;
	padding: 50px;
}
.reset-body i {
	color: #1CD9AD;
	font-size: 40px;
}
.reset-body h4 {
	color: #5a5a5a;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 20px;
}
.reset-body p {
	font-size: 12px;
}