body {
	background-image: url(../images/GU-PSD_crop.jpg);
	background-repeat: no-repeat;
	background-size: 800px;
	background-position: center;
}

.forgot-place {
	width: 100%;
	height: 367px;
	padding-top: 10%;
}

.forgot-place-center {
	width: 638px;
	height: 100%;
	margin: 0px auto;
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
    box-sizing: border-box;
}

.back-login-link {
	text-decoration: none;
	color: #989898;
    font-size: 16px;
}

.forgot-place-title {
	color: black;
	font-size: 24px;
	text-align: center;
	text-transform: capitalize;
}

.forgot-text {
	margin-top: 10px;
    color: black;
    font-size: 18px;
    text-align: center;
}

.forgot-email-text {
	margin-top: 10px;
	color: #989898;
    font-size: 14px;
    text-align: center;
}

.forgot-form-place {
	width: 410px;
	margin: 20px auto 0px;
}

.forgot-input-place {
	margin-bottom: 20px;
	text-align: center;
}

.forgot-input-place input{
	height: 30px;
	width: 250px;
	outline: none;
	padding: 5px 10px;
	border: 1px solid #8c8c8c;
	border-radius: 5px;
}

/*  */

.error-place {
	margin-bottom: 10px;
}

.error-text {
	text-align: center;
	color: #d44545;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*  */

.fotgot-submit-btn {
	display: block;
	width: 272px;
	height: 40px;
	margin: 0px auto;
	color: white;
	border: none;
	border-radius: 5px;
	outline: none;
	background-color: #2b5daa;
	cursor: pointer;
}

/* check your email */

.forgot-place-title2 {
	margin: 30px 0px;
	color: black;
	font-size: 24px;
	text-align: center;
	text-transform: capitalize;
}

.check-your-email-text {
	margin-top: 10px;
	color: #989898;
    font-size: 16px;
    text-align: center;
}

.chack-img {
	display: block;
	margin: 30px auto;
}

.forgot-email-text2 {
	width: 250px;
	margin: 10px auto 0px;
	color: #989898;
    font-size: 14px;
    text-align: center;
    word-wrap: break-word;
}

/* check your email */

/* responsive */
/* responsive */

@media(max-width: 772px) {
	.forgot-place {
		padding-top: 5%;
	}
}

@media(max-width: 650px) {
	.forgot-place-center {
		width: 96%;
	}
}

@media(max-width: 500px) {
	.forgot-place {
		height: 310px;
	}

	.forgot-place-title {
		padding-top: 20px;
		font-size: 20px;
	}

	.forgot-form-place {
		width: 100%;
	}

	.inputs {
		width: calc(100% - 50px);
	}
}

@media(max-width: 1366px) and (max-height: 768px) {
	.forgot-place {
		padding-top: 3%;
	}
}

@media(max-height: 510px) {
	.forgot-place {
		padding-top: 1%;
	}
}
