@charset "utf-8";
/* CSS Document for when the browser has disabled Javascript */

#signin-form-container, #forgot-password-container {
    display: none;
}
#js-notification {
    padding: 30px;
    background: #fff;
    min-height: 30vh;
    border-radius: 10px;
    width: 100%;
}