button.close {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.close {
    float: right;
    font-size: 1.9rem;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
    line-height: 1;
    color: #000;
    opacity: .5;
}

.mainContainer {
    padding: 1.5rem;
}

.password-popup-head {
    color: white;
}

#contact-related-error-message {
    text-align: center;
    color: red;
    margin-top: 5px;
    display: none;
}

.reset-error-message {
    font-size: 16px;
    color: red;
}

#security-question-message {
    background-color: #ffe6e6;
    /* Light red background */
    border: 1px solid #ff4d4d;
    /* Darker red border */
    color: #b30000;
    /* Dark red text */
    padding: 10px;
    /* Some padding around the text */
    border-radius: 5px;
    /* Rounded corners */
    font-size: 14px;
    /* Slightly smaller font */
    margin: 10px 0;
    /* Space around the message */
}

.register {
    text-align: center;
    margin-top: 20px;
}

.register a {
    color: rgb(74, 146, 235);
}

.register a:link {
    text-decoration: none;
}

@media screen and (max-width: 600px) {

    .mainContainer {
        height: 88vh;
    }
}