html, body, #root, .App {
	height: 100vh;
	width: 100%;
}

.form {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-form {
	width: 550px;
	padding: 50px 100px;
	border-radius: 20px;
	background-color: #ffede9;
	text-align: center;
}

.login-form-img {
	text-align: center;
	margin-bottom: 30px;
}

.login-form-forgot {
	float: right;
}

.ant-col-rtl .login-form-forgot {
	float: left;
}

.login-form-button {
	width: 100%;
	margin-bottom: 30px;
}
