:root {
    --custom-blue: #2a306e;
    --custom-grey: #ebebeb;
}
body {
    background: url("/assets/meeting/69/FOND-PAGE.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "SairaSemiCondensed-SemiBold" !important;
}
@media (max-width: 1200px) {
    .logo {
        max-width: 15rem;
    }
}
@media (min-width: 1200px) {
   .logo {
        max-width: 25rem;
    }
}

h1 {
    font-family: "SairaSemiCondensed-Bold" !important;
    color: #ed6d23;
    text-align: center;
    border-bottom: 1px solid #ed6d23;
}
h2 {
    font-family: "SairaSemiCondensed-SemiBold" !important;
    color: var(--custom-blue);
    text-align: center;
    font-size: 1.3rem;
}
a:link { 
    color: var(--custom-blue);
    text-decoration: none; 
} 
a:visited { 
    color: var(--custom-blue);
    text-decoration: none; 
} 
a:hover { 
    color: var(--custom-blue);
    text-decoration: none; 
} 
a:active { 
    color: var(--custom-blue);
    text-decoration: none; 
}

#login-form .btn, #forgot-form .btn {
    font-family: "SairaSemiCondensed-SemiBold" !important;
    background-color: var(--custom-blue);
    color: white; 
    border: none;
    font-size: 1.3rem;
    border-radius: 50px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 2rem;
}

.input-form {
    font-family: "SairaSemiCondensed-SemiBold" !important;
    background-color: var(--custom-grey);
    border: none;
    padding: 1rem 2.2rem;
    border-radius: 50px;
    width: 100%;
    margin-top: 2rem;
}

.input-form input, .input-form input:focus {
  background-color: var(--custom-gray);
  border: none;
  font-family: "SairaSemiCondensed-SemiBold" !important;
  color: var(--custom-blue);
}

.input-form .form-label, .input-form .form-control {
    margin: 0;
    padding: 0;
}