html {
    font-size: 16px;
}

body, #content > section:nth-child(3) {
    background-color: white;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    font-weight: normal;
    padding-bottom: 25px;
}

#content {
    overflow-x: hidden;
}

/* ******************************************************************* */

/* Top Header */

/* ******************************************************************* */

.dsi-loginLogo {
    margin: 0 auto -40px auto;
}

.dsi-topHeader {
    height: 50px;
    background: #D71C2E;
    background: linear-gradient(0deg, rgba(196, 20, 33, 1) 16%, rgba(213, 28, 46, 1) 34%, rgba(215, 29, 47, 1) 54%);
}

.dsi-topHeaderContent {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.dsi-topHeaderNav {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dsi-topNavDivider {
    margin-right: 1rem;
    margin-bottom: 0;
}

/* ******************************************************************* */

/* Login Form */

/* ******************************************************************* */
.img-responsive {
    position: inherit;
    top: -10px;
}

.control-label {
    font-size: 1em;
    font-weight: normal;
    text-align: right;
    margin-left: 2em;
}

.form-control {
    border: 1px solid #de1728;
    border-radius: 2px;
}

.input-field {
    margin-left: 0px;
    padding-left: 5px;
}

#loginBtn {
    background-color: #5cb85c;
    border: none;
    border-radius: 2px;
    margin-bottom: 1.7em;
}

.dsi-holidaynavLogoLink {
    position: relative;
    left: 0px;
    bottom: 52px;
}

#dsi-holiday_login_box {
    /* border: 1px solid #de1728; */
    border: 2px solid #e2192d;
    padding: 0px;
    /*border-top: none;*/
	border-radius: 10px;
}

.form-control:focus {
    border-color: #444;
}

/* Return to Login Button */

#login_form > form > div > div:nth-child(3) > btn {
    background-color: #333;
    color: white;
    border: none;
}

.dsi-LoginErrMsg {
    background-color: #fff2ac;
    color: #a30f0f;
    text-align: center;
    font-size: 1em;
    line-height: 15px;
    padding: 10px;
    margin-bottom: 15px;
}

.dsi-holidayLoginFormNote {
    padding-top: .5em;
    text-align: left;
    font-size: 1em;
    color: #747474;
}

.dsi-WDformFields {
    padding: 20px 20px 0px 20px;
}

.form-signin label {
    text-align: right;
}


.form-horizontal .form-group {
    margin-right: 15px;
    margin-left: 15px;
}


#recapta {
    margin-top: 0px;
    margin-bottom: -5px;
    padding-left: 0px;
}

.g-recaptcha div {
    margin-left: -10px;
}

.rc-anchor-normal {
    width: 41%px;
}

#loginBtnStyle {
    padding: 0px;
}

#rc-imageselect, .g-recaptcha {
    transform: scale(.70) !important;
    -webkit-transform: scale(0.70) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -10px !important;
    margin-left: -10px !important;
}

.closedWindowDate {
	text-decoration:underline;
	font-weight: bold;
}

@media only screen and (max-width: 700px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(.85) !important;
        -webkit-transform: scale(0.85) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: -10px !important;
    }

    .control-label {
        font-size: 1em;
        font-weight: normal;
        text-align: left;
        margin-left: 0em;
        padding-left: 5px;
    }

    .form-group {
        padding-bottom: 10px;
    }

    div.form-group:nth-child(10) {
        margin-top: -10px;
    }

    #loginBtn {
        width: 45%;
    }

    .col-xs-12 {
        text-align: left;
    }

        .col-xs-12 .control-label {
            font-size: 1em;
            font-weight: normal;
            text-align: left;
            margin-left: 0em;
            padding-left: 5px;
        }
}


@media only screen and (min-width: 992px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(.85) !important;
        -webkit-transform: scale(0.85) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: -10px !important;
    }

    .control-label {
        font-size: 1em;
        font-weight: normal;
        text-align: left;
        margin-left: 0em;
        padding-left: 0px;
    }

    .form-group {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 984px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(1.85) !important;
        -webkit-transform: scale(.85) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: -10px !important;
    }
}


@media only screen and (min-width: 400px) and (max-width: 1280px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(.7) !important;
        -webkit-transform: scale(.7) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: -10px !important;
        margin-left: -15px !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 731px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: -10px !important;
        margin-left: 20px !important;
    }
}

@media only screen and (min-width: 1900px) {
    .col-lg-offset-1 {
        margin-left: -5%;
    }
}
