
.footer {
    position: absolute;
    bottom: 0;
    background-color: #f5f5f5;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
    display: flex;
}

.modal-dialog {
    width: 700px;
    max-width: 700px;
}

.modal-content {
    padding-left: 25px;
    padding-right: 25px;
}

.emailbox {
    padding-top: 10px;
}

#toggleLogin {
    margin-right: 15px;
    margin-top: 5px;
}

#toggleLogin:hover {
    text-decoration: underline;
}

#login {
    width: 85px;
}

.confirm-line-hidden {
    display: none;
}

.confirm-line-displayed {
    display: inline;
}

#confirmpassword {
    margin-bottom: 15px;
}

.loginAlertHidden {
    display: none;
}
