html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f8f9fa;
  color: #1560c5;
  line-height: 1.5; }

.forgot-password-container {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/landing-page/images/banner.jpg") no-repeat center/cover;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot-password-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  margin: 0 auto; }
  .forgot-password-card .card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .forgot-password-card .forgot-password-logo {
    max-width: 200px;
    height: auto; }
  .forgot-password-card h2 {
    color: #1b4d96;
    font-weight: 600;
    font-size: 28px; }
  .forgot-password-card p {
    color: #666;
    font-size: 15px; }
  .forgot-password-card .form-label {
    color: #1560c5;
    font-weight: 500; }
  .forgot-password-card .input-group-text {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #1560c5; }
  .forgot-password-card .form-control {
    border-color: #ced4da; }
    .forgot-password-card .form-control:focus {
      border-color: #1560c5;
      box-shadow: 0 0 0 0.25rem rgba(21, 96, 197, 0.25); }
  .forgot-password-card .btn-reset {
    background-color: #cf2030;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease; }
    .forgot-password-card .btn-reset:hover, .forgot-password-card .btn-reset:focus {
      background-color: #b51c29;
      box-shadow: 0 5px 15px rgba(207, 32, 48, 0.3);
      color: #fff; }
  .forgot-password-card .login-link {
    color: #cf2030 !important;
    font-weight: 600;
    text-decoration: none; }
    .forgot-password-card .login-link:hover {
      text-decoration: underline; }

@media (max-width: 768px) {
  .forgot-password-card .forgot-password-logo {
    max-width: 180px; }
  .forgot-password-card h2 {
    font-size: 24px; } }
@media (max-width: 576px) {
  .forgot-password-card .input-group-text,
  .forgot-password-card .form-control,
  .forgot-password-card .btn {
    font-size: 14px; }
  .forgot-password-card .form-label {
    font-size: 14px; }
  .forgot-password-card p {
    font-size: 14px; } }

/*# sourceMappingURL=forgot-password.css.map */
