body {
    padding-top: 60px;
}

.login-dropdown-menu {
    padding: 15px;
    padding-bottom: 0px;
}

.login-form-field {
    margin-bottom: 15px;
}

.login-form-submit {
    clear: left;
    width: 100%;
    margin-bottom: 15px;
}

.content-div {
    text-align: left;
    background-color: rgba(0,0,0,0);
}

.large-content-div {
    text-align: center;
}

.login-name {
    padding-right: 10px;
}

.center-text {
    text-align: center;
}

.error-alert {
    text-align: left;
}

@media (min-width: 768px) {
    .content-div-padding {
        padding-top: 4em;
    }
}

@media (max-width: 768px) {
    .content-div-padding {
        padding-top: 1em;
    }
}

html, body {
    background: #ffde59;
}

.navbar-main {
    background: #38b6ff;
    color: #fff;
}
 
.navbar-main .nav>li>a {
    color: #fff;
}

.logo {
    width: 85px;
    margin-top: -6px;
}

.main-logo-header {
    width: 250px;
    margin-bottom: 50px;
}
