/*.forgot-password{
	background-color:  #F5F5F5;
}*/
.forgot-password-button a{
	background: #f48c06;
	border-radius: 20px;
	/*width: 150px;*/
	text-decoration: none;
	color: white;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
}
.forgot-password-button{
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;

}
.password-text{
	text-align: center;
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	opacity: 0.3;
    font-size: 2.0em;
}
.password-text1{
	text-align: center;
	padding-top: 15px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
}
.email-address{
	text-align: center;
	padding-top: 15px;
	/*background-color: #f5f5f5;*/
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 1.2em;
	/*line-height: 19px;*/

	color: rgba(0, 0, 0, 0.5);

	opacity: 0.7;
}
/*.middle{
	padding-top: 20%;
}*/
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    background-color: #f5f5f5;
}
.passwordlink{
	padding-top: 250px;
}
@media only screen and (max-width: 1028px){
	.grid-container{
		grid-template-columns: 1fr;
		background-color: #fff;
	}
	.passwordlink{
		padding-top: 10%;
	}
}
@media only screen and (min-width: 728px) and (max-width: 1028px){
	.passwordgirl img{
		width: 100%;

	}
}