html,
body {
    background: #0f2949;
}

#signup_header {
    height: 90px;
    background: #fff;
}

#signup_header img {
    height: 51px;
    left: 65px;
    position: absolute;
    top: 20px;
}

#signup_body {
    width: 95%;
}

@media (min-width: 768px) {
    #signup_body {
        width: 600px;
    }
}

#error_message {
    background: #ffd;
    border: 1px solid #911;
    color: #911;
    display: inline-block;
    padding: 1em;
    margin: 0;
}

input[type=text] {
    border: 3px solid #0f2949;
    padding: 10px 20px;
    width: 100%;
}

input.err {
    background: #ffd !important;
}

span.required_field {
    display: none;
}

#password_rules {
    margin: 1em;
    padding: 0;
}

#password_rules li {
    list-style: none;
    margin: 0.25em 0;
    padding: 0 0 0 1em;
}

.check-invalid {
    background: url(/images/complete.png) 0 50% no-repeat;
    color: #191;
}

.check-invalid {
    background: url(/images/incomplete.png) 0 50% no-repeat;
    color: #b00;
}

.btn-group.bootstrap-select {
    width: 100%;
}

