html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    body,
    body.PublicWithBackground {
        overflow: auto;
        position: relative;
        background-image: url('/_layouts/15/CIP/img/PublicBackground.jpg');
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        background-size:auto;
        font-size:13px;
        background-color:black;
    }

form {
    box-sizing:border-box;
    padding-bottom: 35px;
    min-height: 100%;
    background-image: url('/_layouts/15/CIP/img/CIPTransparent.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
}

span, div, input, a {
    font-family: Arial;
}

a {
    font-weight: 600;
}

div > table {
    margin: auto;
}

h1, h2, h3,
#div-Main h1,
#div-Main h2,
#div-Main h3 {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6,
#div-Main h1,
#div-Main h2,
#div-Main h3,
#div-Main h4,
#div-Main h5,
#div-Main h6 {
    font-family: Arial;
    font-weight: 900;
    color: #F15A29;
}

span, div, input, a {
    font-family: Arial;
}

/*Overrides*/
.ms-SPZone.ms-webpart-zone {
    padding: 0;
    border: 0;
}

#div-UserLoginContainer {
    display: block;
    text-align: center;
    padding-top: 60px;
}
a.ForgotPassHyperlink,
.forgotpassword {
    text-decoration: none;
    color: #c3c3c3;
    font-style: italic;
    text-shadow: 1px 1px 3px rgba(60, 60, 60, 0.72);
}

#div-UserLogin {
    display: inline-block;
    margin: auto;
    text-align: left;
}

#div-Main.PublicSite {
    padding: 15px;
}

#div-Main .AccountUIButton {
    width: 100%;
    background-color: #414042;
    color: white;
    font-size: 1.5em;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

#aspnetForm {
    height: 100%;
}


.ms-webpartzone-cell {
    margin: 0;
}

.PublicEsiteH1,
.EsiteHeader {
    background-color: #383838;
    height: 40px;
    padding: 0 15px;
    box-shadow: 10px 0 20px 0 rgba(0,0,0,0.7);
}

.PublicEsiteH4 {
    color: white;
    padding: 0 15px;
}

.PublicEsiteHeader .ms-welcome-root {
    display: block;
    line-height: 30px;
    padding: 0px 7px 0px 11px;
    border-right: 1px solid transparent;
    background-clip: padding-box;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 40px;
    background-color: black;
    webkit-transition: background-color 0.3s cubic-bezier(0.33, 0.9, 0.83, 0.96);
    transition: background-color 0.3s cubic-bezier(0.33, 0.9, 0.83, 0.96);
}
    .PublicEsiteHeader .ms-welcome-root:hover {
        background-color: #c64b24;
    }
    .PublicEsiteHeader .ms-welcome-root > a.ms-core-menu-root {
        color:white;
    }

.AvailableSitesContainer {
        float: left;
        width: 100%;
    }

.AvailableSite {
    float: left;
    width: calc(100% - 10px);
    height: 128px;
    background-color: #F15A29;
    margin: 5px;
    webkit-transition: background-color 0.3s cubic-bezier(0.33, 0.9, 0.83, 0.96);
    transition: background-color 0.3s cubic-bezier(0.33, 0.9, 0.83, 0.96);
}
    .AvailableSite:hover {
        background-color: #c64b24;
    }
    
.AvailableSiteLink {
        width: 100%;
        height: 100%;
        display: block;
        padding: 15px;
        font-size: 1.8em;
        box-sizing: border-box;
        color: white !important;
        text-decoration: none !important;
    }

a.AvailableSiteLink:hover, a.AvailableSiteLink:focus {
    
}

.Recovery.container {
    max-width: 970px;
    margin: 15vh auto 0 auto;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 40px 15px;
    box-shadow: 0 10px 20px 0 rgba(100,100,100,0.9);
    border-radius: 2px;
    max-width: 970px;
}

.RecoveryHomelink {
    float: right;
    font-style: italic;
    color:#F15A29 !important;
}
.lbl_OutputSuccess {
    font-style: normal !important;
    color: #1f8611 !important;
    font-weight: 600;
}
@media(min-width:768px) {
}

@media(min-width:992px) {
    .AvailableSite {
        width: calc(50% - 10px);
    }
}

@media(min-width:1200px) {
    .AvailableSite {
        width: calc(25% - 10px);
    }
}

@media(min-width:1600px) {
    .AvailableSite {
        width: calc(20% - 10px);
    }
}

#globalNavBox {
    background-color: #383838;
}
.ms-cui-topBar2.ms-browseTabContainer {
    border-bottom: 1px solid #383838;
}