
html {
    font-size: 14px;
}

#loginContainer a {
    color: #fd9233;
    outline: none;
}

footer#common {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem 0;
    font-size: .8rem;
}

html {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
    background-color: #fff;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

label.inputLabel {
    font-weight: 600;
    font-size: 0.9rem;
}

h1 {
    font-weight: 600;
}

h2 {
    font-weight: 600;
    font-size: 2rem;
}

.badge {
    color: #fff;
    background-color: #10506A;
    padding-left: .7rem;
    padding-right: .7rem;
}

#loginContainer {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

#loginContainerChild {
    justify-content: center;
}

#loginSection {
    background-color: #f7f7f7;
}

#loginInnerDiv {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
    transition-property: all;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: .3s;
}

#usernameDiv {
    margin-bottom: 1.5rem;
}

#passwordDiv {
    margin-bottom: 2.5rem;
}

#loginButtonWrapper {
    margin-bottom: 1.5rem;
}

#loginInnerDiv label.textLabel {
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}

#loginInnerDiv input[type='email'], #loginInnerDiv input[type='password'], #loginInnerDiv input[type='text'] {
    padding: 1rem;
    color: #000;
    border: 1px solid #ced4da;
    background-color: #fff;
    height: auto;
    border-radius: .25rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#passwordInput {
    margin-bottom: 1rem;
}

#rememberRow {
    justify-content: space-between;
    font-size: 0.85rem;
}

#checkboxWrapper {
    align-self: center;
}

#checkboxLabel {
    color: #999 !important;
    font-size: 0.85714rem !important;
    position: relative;
    cursor: pointer;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}

a#registerLink {
    font-weight: 600;
}

.footerParagraph {
    color: #999;
    font-size: 0.9rem;
}
.footerParagraph:last-child {

    margin-bottom: 0px;
}

#loginButton {
    background-color: #fd9233;
    width: 100%;
    color: #fff;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    line-height: 1.4;
    font-size: 1.07rem;
    transition: .2s ease;
}

#loginButton:hover {
    border-color: #fdad66;
    background-color: #fdad66;
}

#continueButton {
    background-color: #fd9233;
    width: 100%;
    color: #fff;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    line-height: 1.4;
    font-size: 1.07rem;
}

#finalSignupSection{
    visibility: hidden;
}

#browserVersionErrorBanner{
    display: none;
}