@font-face {
    font-family: 'Porsche Next';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/PorscheNextWLa-Regular.eot');
    src: url('../fonts/PorscheNextWLa-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PorscheNextWLa-Regular.woff') format('woff'),
        url('../fonts/PorscheNextWLa-Regular.ttf') format('truetype'),
        url('../fonts/PorscheNextWLa-Regular.svg#PorscheNextWLa-Regular') format('svg');
}

@font-face {
    font-family: 'Porsche Next Thin';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/PorscheNextWLa-Thin.eot');
    src: url('../fonts/PorscheNextWLa-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PorscheNextWLa-Thin.woff') format('woff'),
        url('../fonts/PorscheNextWLa-Thin.ttf') format('truetype'),
        url('../fonts/PorscheNextWLa-Thin.svg#PorscheNextWLa-Thin') format('svg');
}

html, body {
	font-family: 'Porsche Next','Arial Narrow',Arial,sans-serif;
	font-style:normal;
	font-weight:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Porsche Next Thin','Arial Narrow',Arial,sans-serif;
	font-style:normal;
	font-weight:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

h2 {
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
}

.logo {
    max-width: 130px;
    width:100%;
}

input[type="email"],
input[type="password"],
input[type="text"]
{
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: 3.75rem;
    background: #fff;
    color: #000;
    font-size: .875rem;
    border-radius: 0;
    margin-bottom: 1rem;
}

button {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.5;
    background-color: #d5001c;
    border:1px solid #d5001c;
    padding:17px 30px;
    margin-bottom: 1rem;
    transition: color .15s ease-in-out,
                background-color .15s ease-in-out,
                border-color .15s ease-in-out,
                box-shadow .15s ease-in-out;
}

button:hover, button:focus, button:active {
    background-color: #960014;
    border:1px solid #960014;
}

button#cancel {
    margin-left: 0.5rem;
    background-color: #545b62;
    border-color: #545b62;
}

.entry-item label {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.password-label label, .password-label a, .create label, .create a {
    display: inline-block;
    margin: 0;
}

label {
    margin: 0;
}

.password-label a:before, .create a:before {
    content: "(";
    display: inline-block;
    color: #212529;
    padding-left: 0.5rem;
}

.password-label a:after, .create a:after {
    content: ")";
    display: inline-block;
    color: #212529;
    padding-right: 0.5rem;
}

a {
    color:#d5001c;
}

a:hover, a:focus, a:active {
    color:#960014;
    text-decoration: none;
}

.attr ul {
    list-style-type: none;
    padding-left: 0;
}

.error.itemLevel {
    color:#d5001c;
}

.error.pageLevel {
    color:#d5001c;
}

.section {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    padding:0;
    overflow: hidden;
    position: relative;
}

.section .photo {
    width:60%;
    float: left;
    padding:0;
}

.section .photo img {
    width:100%;
    max-width: 1000px;
}

.section .login-form {
    width:40%;
    float: left;
    padding:1rem;
}

@media only screen and (max-width: 700px) {

    .section .photo {
        width: 100%;
    }

    .section .photo, .section .login-form {
        width: 100%;
    }

}

.div.buttons.verify label {display:none!important}
.intro,.tiny{display:none}
span.placeholder{z-index:-1}
.attrEntry{padding-top:8px}
.attrEntry .error.itemLevel{display:none;color:#d5001c;}
.attrEntry.validate .error.itemLevel.show,.attrEntry.validate .helpText.show,.helpText.show{display:block}
.attrEntry input:invalid{outline:0}
.attrEntry.validate input:invalid{outline:#d5001c solid 1px;}
.attrEntry .helpText{display:none;padding-bottom:10px;padding-top:10px;color:#d5001c;}
.pageLevel{width:calc(100% - 35px)}
.attrEntry input[type=text],.day,.dropdown_single,.month,.year,input[type=password]{z-index:3;}
.attrEntry .day{width:100px;margin-right:10px}
.attrEntry .month{width:120px;margin-right:10px}
.attrEntry .year{width:115px;margin-right:10px}
.attrEntry .dropdown_single{width:355px;margin:0 100px 0 0}
.attrEntry input[type=text]:focus{border:1px solid #6B6B6B}
.errorText{padding:20px;width:310px;color:#d5001c!important;background-color:#fce8e8!important;font-size:1.1em;text-align:center}
.buttons button{cursor:pointer;}
.buttons button:disabled,button[disabled]{cursor: no-drop;}
.alert-modal,.verifying-modal{display:none}
.verifying-modal{color:#fff;font-size:24px;display:none;}
