@font-face {
	font-family: "AcuraBespoke-Regular";
	src: url("/Skinning/acura/Locales/en/unsecured/fonts/AcuraBespoke-Regular.woff");
}
body{
  font-family: "AcuraBespoke-Regular";
}
.LoginForgotPassword {
  background: #fff;
  font-family: "AcuraBespoke-Regular";
  padding-top: 90px;
}
.LoginForgotPassword .PageContent {
  background: #ADAEB0;
  border-top: 30px solid #808B91;
}
.LoginForgotPassword .login-logo {
  padding-top: 20px;
}
.LoginForgotPassword .main {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  border: 20px solid #E4E4E4;
}
.LoginForgotPassword .login-page-btn, .LoginForgotPassword input#MainContent_btnForgotPassword {
  border-color: #1e264e !important;
  background-color: #1e264e !important;
}
.LoginForgotPassword a#MainContent_LoginCentiv_lbForgotPassword, .LoginForgotPassword input#MainContent_btnCancelForgotPassword{
  color: #1e264e !important;
}
.LoginForgotPassword .alert, .LoginForgotPassword .text_success_msg{
  font-size: 16px;
}