.forgotpasswd-modal-form {
	display: flex;
	flex-direction: column;
	max-width: 490px;
	width: 100%;
	margin: 0 auto;
}
.forgotpasswd-modal-form h2 {
	margin-bottom: 70px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000;
}
.forgotpasswd-modal-form .forgotpasswd-modal-input-container {
	display: flex;
	flex-direction: column;
}
.forgotpasswd-modal-form .forgotpasswd-modal-form-input-label {
	display: inline-block;
	margin-bottom: 8px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000;
}
.forgotpasswd-modal-form .forgotpasswd-input {
	width: 100%;
	margin-bottom: 24px !important;
	padding: 23px 24px 16px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.04em;
	border: none;
	color: #000;
	background-color: #efefef;
}
.forgotpasswd-modal-form .forgotpasswd-modal-form-button {
	margin-top: 75px;
	margin-bottom: 24px;
	padding: 23px 24px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}
.forgotpasswd-modal-form .forgotpasswd-modal-form-button:disabled {
	background-color: #bbb;
}

@media screen and (max-width: 1100px) {
	.forgotpasswd-modal-container h2 {
		font-size: 25px;
		margin-bottom: 41px;
	}
	.forgotpasswd-modal-form .forgotpasswd-modal-form-input-label {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.login-modal-form .forgotpasswd-input {
		font-size: 16px;
	}
	.forgotpasswd-modal-form .forgotpasswd-input {
		padding-top: 20px !important;
		padding-left: 20px !important;
	}
	.forgotpasswd-modal-form .forgotpasswd-modal-form-button {
		margin-top: 41px;
		padding: 18px 19px;
		font-size: 16px;
	}
}