div#wrap {
    text-align: center;
    width: fit-content;
    margin-top: 100px;
}



div#logoFrame {
    text-align: left;
}

input {
    padding-left: 0px;
    border: none;
    outline: none;
    width: 340px;
    height: 35px;
    font-size: 18px;
}

div#errorMessage {
    margin-top: 20px;
    width: 400px;
    height: 15px;
    color: red;
    font-weight: bold;
}

div#usernameOrEmailFrame {    
    text-align: left;
    width: 400px;
    margin-top: 20px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

div#passwordFrame {
    text-align: left;
    width: 400px;
    margin-top: 15px;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding-right: 0px;
}

a.forgotLink {
    float: right;
    margin-top: 12px;
    display: inline;
    color: rgb(148, 148, 148);
    font-size: 13px;
}

a.forgotLink {
    text-decoration: none;
}

div#buttonBar {
    text-align: left;
    margin-top: 30px;
}

input#loginButton {
    width: 190px;
    padding: 8px;
    padding-right: 20px;
    background: #0577c7;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

input#loginButton:hover {
    opacity: .9;
}

a#signUpButton {
    width: 190px;
    display: inline-block;
    border: 1px solid rgb(224, 224, 224);
    color: #0577c7;
    font-size: 14px;
    border-radius: 5px;
    background-color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}