﻿/* Hide the Login link in the navbar because we are already on the page. */
.navbar .loginLink {
    display: none;
}

.mainHeader {
    display: none;
}

.login-page-wrap {
    clear: both;
    padding: 0;
    padding-top: 60px;
    position: relative;
    height: 500px;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    width:1400px;
}

@media (max-width:1399px) {
    .login-page-wrap {
        width:100%;
    }
}

    .login-page-wrap .sign-in {
        float: left;
        margin-right: 15px;
        width: 360px;
        margin-left: 60px;
    }

    .login-page-wrap .marketing-image-container {
        background: #fff;
        width: 480px;
        position: absolute;
        top: 0;
        z-index: -10;
        min-width: 1170px;
    }

        .login-page-wrap .marketing-image-container img {
            height: 500px;
            width:1600px;
            max-width:none;
        }

.mobileGetStartedButton {
    margin-right: 0 !important;
}

.login-page-wrap .login-button-link {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    background-color: #BF4600;
    padding: 0;
    width: 100%;
    display: block;
    transition: background-color .2s;
    clear: both;
}

    .login-page-wrap .login-button-link.floatingButton {
        position: absolute;
        width: 300px;
        bottom: 0;
        right: 0;
        font-weight: 800;
    }

    .login-page-wrap .login-button-link a {
        color: #505050;
        text-decoration: none;
        padding: 5px 40px;
        width: 100%;
        display: block;
        background-color: #ccc;
        border-radius: 20px;
        text-transform: uppercase;
        height: 40px;
        line-height: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .login-page-wrap .login-button-link a span {
            font-weight: 800;
        }

    .login-page-wrap .login-button-link:hover {
        background-color: #666;
        text-decoration: none;
    }

.divBtnField {
    right: 56px;
}

.mainNavLogin {
    margin-right: 0px;
    margin-left: 0px;
    font-family: ADCfont;
}

.globalCLSFooter {
    display: none;
}

.login-page-wrap.container > .row {
    margin: 0 auto;
}

form .mfContainer {
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .login-page-wrap .marketing-image-container {
        overflow: hidden;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .login-page-wrap .sign-in,
    .login-page-wrap .marketing-image-container {
        float: inherit;
        padding: 0;
    }
}

@media (max-width: 949px) {
    .marketing-image-container img {
        margin-left: -190px;
    }

    .login-page-wrap {
        padding-top: 20px;
    }

        .login-page-wrap .sign-in {
            margin-left: 20px;
            width: 317px;
        }
}

@media (max-width: 500px) {
    .login-page-wrap .marketing-image-container {
        display: none;
        width: 100%;
    }

    .login-page-wrap.container {
        background: #1d252d;
        height: inherit;
        padding: 30px;
    }

    .login-page-wrap .sign-in {
        width: 100%;
        margin-left: 0;
        background: #fff;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .login-page-wrap .login-button-link.floatingButton {
        width: 100%;
        background-color: #1d252d;
        padding-top: 20px;
        transition: none;
    }

    .login-page-wrap.container {
        padding-bottom: 50px;
    }
}

.login-form-control input[type="checkbox"] + label:before {
    background: #fff;
    border: 1px solid #E2E2E2;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 0 #3C86DB;
    -ms-box-shadow: inset 0 0 0 0 #3C86DB;
    box-shadow: inset 0 0 0 0 #3C86DB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    transition: all 0.1s;
    width: 16px;
}

.login-form-control input[type="checkbox"] + label:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 9px;
    left: 6px;
    -ms-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 2px;
    transform: rotate(45deg) translateZ(1px);
    transition: opacity 0.1s;
    width: 5px;
}

.login-form-control input[type="checkbox"]:disabled {
    cursor: default;
}

    .login-form-control input[type="checkbox"]:disabled + label:before {
        border-color: #E2E2E2;
        -webkit-box-shadow: inset 0 0 0 10px #EFEFEF;
        -ms-box-shadow: inset 0 0 0 10px #EFEFEF;
        box-shadow: inset 0 0 0 10px #EFEFEF;
    }

    .login-form-control input[type="checkbox"]:disabled + label:after {
        background: #fff;
        border: 1px solid #E2E2E2;
        height: 2px;
        left: 3px;
        margin: 8px;
        -ms-opacity: 1;
        opacity: 1;
        top: 6px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        width: 8px;
    }

.login-form-control input[type="checkbox"]:checked:disabled + label:before {
    border-color: #999;
    -webkit-box-shadow: inset 0 0 0 10px #999;
    -ms-box-shadow: inset 0 0 0 10px #999;
    box-shadow: inset 0 0 0 10px #999;
}

.login-form-control input[type="checkbox"]:checked + label:before {
    background: #3C86DB;
    border-color: #3C86DB;
    -webkit-box-shadow: inset 0 0 0 8px #3C86DB;
    -ms-box-shadow: inset 0 0 0 8px #3C86DB;
    box-shadow: inset 0 0 0 8px #3C86DB;
}

.login-form-control input[type="checkbox"]:checked + label:after {
    -ms-opacity: 1;
    opacity: 1;
}

.login-form-control input[type="checkbox"]:not(:checked):not(:disabled) + label:hover:before {
    -webkit-box-shadow: inset 0 0 0 1px #BDD6F3;
    -ms-box-shadow: inset 0 0 0 1px #BDD6F3;
    box-shadow: inset 0 0 0 1px #BDD6F3;
}

/*temporary override styles for craft*/
body {
    font-family: "Montserrat", Sans-Serif;
}

/*hide back to top button*/
footer .back-to-top {
    display:none;
}

.login-page-wrap .marketing-image-container {
    width: 100%;
}

.login-form-control .login-options {
    position: relative;
}

.login-options label {
    position:relative;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    line-height:16px;
}

.login-help a {
    font-weight: normal;
}

.login-form-control .errorOverlay {
    background: none;
}

@media (min-width:950px) {
    .login-page-wrap.container {
        width: 1400px;
    }
}

/*end temp override style for craft*/
