.page-forgot-password {
    color: #2a2a2a;
}
.page-forgot-password:before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../../example-images/login-bg.jpg");
  background-position-y: top;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: -1;
}
.page-forgot-password:after {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  /*background-color: rgba(38, 50, 56, 0.85);
  background-color: rgba(27, 27, 27, 0.77);*/
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
.page-forgot-password {
  background-color: #f3f7f9;
}
.page-forgot-password p {
    color: #2a2a2a;
}
b.forgot-title {
    line-height: 38px;
}
.page-forgot-password .page-copyright {
    color: #bf151c;
}
.page-copyright p {
    margin-bottom: 0;
}
.page-copyright .social {
    margin-top: 15px;
}
.page-copyright .social .icon{
    color: #bf151c;
}
.page-copyright a{
    color: #bf151c;
}

.page-forgot-password .btn-primary {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0;
    background-color: #ce8a12;
    border-color: #bf151c;
  }
  .page-forgot-password .btn-primary:hover{
    background-color:#000000;
    border-color:#9a0607;
  }