.main-content {
    width: 90%;
    top: 150px;
    flex-direction: row;
}
#prompt-login {
    display: none;
}
#prompt-thankyou {
    display: none;
}
.left-side {
    width: 45%;
}
#member-auth {
    display: none;
    margin-left: 15%;
    width: 45%;
    margin-top: 60px;
}
.sign-up {
    margin-left: 15%;
    width: 75%;
    display: flex;
    flex-direction: column;
}
.sign-up p {
    position: relative;
    width: 100%;
    margin: 0;
}
.sign-up input {
    position: relative;
    height: 24px;
    vertical-align: bottom;
    margin-bottom: 4px;
    border-radius: 5px;
    width: 90%;
}
.sign-up button {
    height: 32px;
    color: #000000;
    background-color: #C9D374;
    font-weight: bold;
    width: 92%;
}
.sign-up button:hover {
    background-color: #A9D374;
}
#memberSignOut {
    height: 32px;
    color: #000000;
    background-color: #C9D374;
    font-weight: bold;
    width: 50%;
}
#memberSignOut:hover {
    background-color: #A9D374;
}
.sign-up img {
    width: 28px;
    vertical-align: bottom;
    padding-bottom: 4px;
}
#remember-me {
    font-size: 12px;
    display: flex;
    flex-direction: row;
}
#remember-me label {
    padding-top: 8px;
    padding-left: 8px;
    color: #ffffff;
}
#remember {
    width: 16px;
}
.or {
    display: flex;
    flex-direction: row;
    width: 60%;
    margin-left: 20%;
    justify-content: center;
    height: 64px;
}
.or-back {
    width: 100%;
    background-image: url('../images/or-back.png');
    background-repeat: repeat-x;
}
.or p {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: none;
}
@media (max-width: 1480px) {
    .sign-up {
        width: 75%;
    }
    .sign-up input {
        width: 85%;
    }
    .sign-up button {
        width: 88%;
    }
    .or {
        width: 55%;
    }
}
@media (max-width: 1280px) {
    .sign-up input {
        width: 75%;
    }
    .sign-up button {
        width: 78%;
    }
    .or {
        width: 50%;
    }
}
@media (max-width: 780px) {
    .main-content {
        width: 90%;
        top: 60px;
        flex-direction: column;
    }
    .left-side {
        width: 90%;
    }
    #member-auth {
        margin-left: 5%;
        width: 90%;
        margin-top: 16px;
    }
    .sign-up {
        margin-left: 10%;
        width: 90%;
    }
    .sign-up input {
        width: 224px
    }
    .sign-up button {
        width: 238px;
    }
    .or {
        height: 56px;
    }
}

@media (max-width: 400px) {
    .main-content {
        top: 50px;
    }
    #member-auth {
        margin-top: 0;
        margin-left: 0;
    }
    .or {
        height: 48px;
    }
}