div.menu-links {
    text-align: center;
}

a.menu-link {
    color: #ffffff;
    text-transform: uppercase;
}
    a.menu-link:hover {
        text-decoration: none;
    }
div.login-link {
    border-top: 1px solid #c4c4cc;
    margin-top: 1rem;
    padding-top: 1rem;
    text-align: center;
}
#login {
    width: 50%;
    margin: 0 auto;
}

div#AccountTypeInfo div.description,
div#SelectAccountType div.description {
    margin-bottom: 1.5rem;
}

div#SignupSteps div.logo {
    margin-bottom: 1em;
    text-align: center;
}
    div#SignupSteps div.logo img {
        max-height: 13em;
        max-width: 100%;
    }
    div#SignupSteps div.content {
        margin-bottom: 1em;
    }
@media (max-width: 768px) {
    div#SignupSteps div.logo {
        margin-right: 0;
    }
    div.signupinfo {
        margin-top: 2em;
    }
}

div.btn-group {
    margin-top: 2em;
}

.btn {
    margin-bottom: .25em;
}
.small {
    font-size: .75em;
}

div#OrganizationButtons {
    margin-top: 1em;
}
div#profiledisplay {
    background-color: #F7F7FA;
}