﻿body {
    background-color: #f7f7f7;
    color: #2b2b2b;
    font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}

.btn-primary {
    background-color: #762123;
    border-color: #762123;
    border-style: solid;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: .75rem;
    font-weight: 600;
    padding: 1rem;
    letter-spacing: 0.0625em;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
        background-color: #af1e2b;
        border-color: #af1e2b;
        box-shadow: none;
        cursor: pointer;
    }

h1 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
}

h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.002em;
}

p {
    font-size: .9rem;
}

input.transparent-input {
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
    margin-left: 1.2rem;
}

.form-group label {
    opacity: 0.4;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600;
    margin-left: 2rem;
}

.password-card {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 2px 5px 2.5px grey;
    border-radius: 0;
}

.app-header {
    margin-top: 30px;
    margin-bottom: 66px;
}

.app-title {
    text-align: center;
    color: #af1e2b;
    text-transform: uppercase;
}

.errors {
    padding: 5px 10px 5px 10px;
    color: #af1e2b;
    margin-top: 10px;
    background-color: rgba(208, 31, 31, 0.1);
    border: 1px solid #af1e2b;
    display: none;
}

    .errors ul {
        margin: 0;
        list-style: none;
    }

        .errors ul > li {
            clear: left;
        }

            .errors ul > li:before {
                content: "";
                height: .8em;
                width: .8em;
                display: block;
                float: left;
                margin-left: -1.5em;
                margin-top: .3em;
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                background-image: url("/Areas/RoofHub/static/images/X.png")
            }

#reset-password-success {
    display: none;
}

.text-input {
    padding-right: 35px;
}

.password-field {
    position: relative;
}

.show-hide-icon {
    position: absolute;
    right: 22px;
    top: 35px;
}

#hide-password {
    display: none;
}

#hide-confirm-password {
    display: none;
}

.one-column img {
    max-width: 100%;
    height: auto;
}

body, html {
    height: 100%;
}

.bg {
    /* The image used */
    background-image: url("https://assets.srsdistribution.com/image/upload/SRS/RoofHubAssets/bluebg_gsdsyn.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.topNavBar {
    background: #751222;
    height: 50px;
}

.rhhom h1, h2, h3, h4, h5 {
    color: #751222;
}

.hundo {
    width: 100%;
}

.midAlign {
    margin-top: 2%;
}

.pad {
    padding: 1%;
}

a {
    color: red;
}

.EmailEntryPage {
    margin: 0 auto;
    width: 330px;
}

.EmailEntryForm {
    background: white;
    margin: 0 auto;
    padding: 30px;
    text-align: left;
    width: 330px;
}

.btn-submit {
    font-size: 1rem;
    width: 260px;
}

.EmailEntryForm input {
    margin-top: 6px;
    width: 100%;
}

.EmailEntryForm .text-error {
    color: red;
    font-weight: bold;
}

.login-title {
    font-size: 26px;
    font-weight: bold;
}

.content-text {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: bold;
}

.login-progress-containter {
    background-color: #EBEDED;
    height: 110px;
}

.login-progress-containter-inner {
    padding-left: 88px;
}

.login-container {
    background: url('https://assets.srsdistribution.com/image/upload/SRS/RoofHubAssets/login-hero_ziv8or.png') no-repeat center center fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.login-container-inner {
    padding: 40px 88px 40px 88px;
}

.login-box {
    background-color: #F6F8F9;
    border-radius: 6px;
    height: 440px;
    position: absolute !important;
}

.login-box-inner {
    padding: 35px 60px 35px 60px;
}

.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect6:before, .effect6:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 50%;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect6:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

.titles-input {
    font-size: 16px;
    color: #343638;
}

.link-copy {
    font-size: 14px;
    color: #343638;
}

    .link-copy:hover {
        text-decoration: underline;
        color: #0069FF;
    }

.text-copy {
    font-size: 14px;
    color: #343638;
}

.text-copy-brand {
    font-size: 12px;
    color: #762123;
    font-weight: bold;
}

.text-copy-dark {
    font-size: 12px;
    color: #2b2d2e;
}

.input-copy {
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    border-radius: 5px;
}

.transbox {
    height: 70px;
    background-color: #343638;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.transbox-inner {
    padding-left: 88px;
}
