.container.container-ver2 {
	text-align: center;
	width: 100%;
}
.page-forgot-password {
	max-width: 500px;
}

.page-forgot-password .signup a {
	color: #000;
	text-decoration: underline;
}
.page-forgot-password .signup a:hover {
	color: #f9a990;
}

.control-label.required:before {
    vertical-align: middle;
    display: inline-block;
    content: '';
    position: absolute;
    left: -10px;
    background-image: url(../images/required-sign.png);
    width: 26px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-forgot-password .signup {
	font-style: italic !important;
	font-family: 'Didot' !important;
}
.submit {
	margin: 15px 0 30px 0;
}
.submit, .signup {
	text-align: left;
}
.signup {
    font-size: 18px;
    line-height: 20px;
    margin-top: 12px;
}

.page-forgot-password form .control-label {
	font-family: 'Museo Sans';
	color: #000;
}
.page-forgot-password .submit input {
	background: #f9a990;
	font-family: 'Museo Sans';
    color: #000;
    border-color: #f9a990;
}

.banner-header {
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: left;
	line-height: 27px;
}
.banner-header h3 {
	color: #2e3446;
	padding-left: 25px;
	font-size: 20px;
	font-family: 'Didot';
}
.banner-header h3:before {
    vertical-align: middle;
    display: inline-block;
    content: '';
    position: absolute;
    left: -6px;
    top: -2px;
    background-image: url(../images/title-decorate.png);
    width: 30px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-header p {
    font-family: 'Didot' !important;
    font-style: italic !important;
    font-size: 12px;
    color: #000;
}
.banner-header p {
	padding-left: 25px;
}

.message-info {
    margin-top: -30px !important;
    margin-bottom: 10px;
    color: #c23934;
    text-align: left;
}

@media (max-width: 767px) {
	
	.page-forgot-password form .control-label.required {
	    padding-left: 25px;
	}
	.control-label.required:before {
		left: 10px;
	}
}
@media (min-width: 468px) and (max-width: 767px) {
	.banner-header h3 {
		font-size: 25px;
	}
	.banner-header h3:before {
		left: -10px;
        width: 33px;
	    height: 33px;
	}
	.banner-header p {
    	font-size: 14px;
	}

}

@media (min-width: 768px) {
	.banner-header h3 {
		font-size: 30px;
    	padding-left: 0px;
	}
	.banner-header h3:before {
		left: -40px;
	    width: 40px;
	    height: 36px;
	}
	.banner-header p {
    	font-size: 16px;
    	padding-left: 0px;
	}

}

@media (min-width: 1024px) {
	.page-forgot-password {
		max-width: 550px;
	}
	.banner-header h3 {
	    font-size: 35px;
    	padding-left: 0px;
	}
	.banner-header h3:before {
		left: -60px;
		top: -4px;
	    width: 56px;
	    height: 46px;
	}
	.banner-header p {
    	font-size: 18px;
    	padding-left: 0px;
	}

}

.page-forgot-password label.error {
	margin: 0px;
    text-align: left;
    display: block;
    color: #c23934;
    font-weight: normal;
}