.page-bg {
    min-height: 71.91vh;
}

hr.hr {
    border-top: 2px solid #ffffff !important;
}

.form {
    margin-top: 2em ;
}

.input, .textarea {
    color: #E2E2E2 !important;
    background-color: #222222 !important;
}

::placeholder {
    color: #888888 !important;
}

.button {
    margin-top: 1.5em !important;
}

.captcha {
    width: 8em;
    height: 4em;
    border: 1px solid #E2E2E2;
}

#id_captcha_1 {
    font-size: large;
    width: 5.5em;
    height: auto;
    margin-left: 1em;
}

.help {
    font-size: .9em !important;
    font-weight: bold !important;
}

/* Breakpoints to center the container across all devices */
@media only screen and (max-width: 425px) {
    .container {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
  
  @media only screen and (min-width: 426px) and (max-width: 767px) {
    .container {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}