/* ----- LOGIN ----- */

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Oswald);

html, body { border: 0; margin: 0; padding: 0; height: 100%; }
body { font-family: Roboto,Helvetica,Arial,sans-serif; font-size: 14px; font-weight: normal; line-height: 20px; color: #333; min-width: 100%; min-height: 100%; }

legend { color: #2e3b4e; font-size: 14px; font-weight: 600; }
label { color: #333; font-size: 14px; font-weight: 600; }
p { color: #333; font-size: 14px; font-weight: 400; }
b, strong { font-weight: 600; }

h1 { display: block; margin: 0 0 30px; padding: 0; font-family: Roboto, Helvetica,Arial,sans-serif; font-size: 28px; line-height: 28px; font-weight: lighter; color: #000; }

hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d8d8d8; border-style: none none solid; }
acronym { border-bottom: 1px dotted #d8d8d8; }

a { outline: none; color: #2364AA; text-decoration: none; }
a:hover, a.hover, a:focus { text-decoration: underline; }


/* ----- Layout ----- */

body {
    background: #f9f9f9;
}

section, header {
    margin: 0;
    padding: 0;
    display: block;
}
section {
    width: 100%;
}

#signup {
    clear: both;
    display: block;
    width: 720px;
    margin: 0 auto;
    padding: 35px;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}

header {
    width: 100%;
    height: 53px;
    padding: 0;
    margin: 0 auto;
    z-index: 1;
}

.logo-wrapper {
    height: 90px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.logo {
    width: 790px;
    height: 90px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.logo img {
    width: 204px;
    margin: 20px 0;
    border: none;
}

.logo select,
.logo select:focus,
.logo input:focus {
    width: 200px;
    padding: 1px 4px 2px;
    margin: 12px 0 0;
    float: left;
    text-align: left;
    border-color: #d8d8d8;
    background-color: #fff;
    color: #333;
}

.members {
    color: #d8d8d8;
    text-align: right;
    margin-top: -48px;
}
.members a { }
.members a:hover {}
.members.forgot {
    text-align: left;
    margin-bottom: 20px;
}

.footer {
    text-align: right;
    margin-top: -14px;
    color: #636363;
    font-size: 12px;
    text-align: right;
    margin-top: -35px;
    width: 500px;
    float: right;
}
.footer a {}
.footer a:hover {}

.clear {
    clear: both;
    width: 722px;
    margin: 0 auto;
    height: 100px;
}


/* ----- Validator ----- */

.loader {
    padding: 15px 10px;
}

span.required {
    color: #BD3200;
}

mark.validate {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-color: transparent;
}
header mark.validate { display: none; }
mark.valid {
    background: url('/assets/img/success.png') no-repeat top left;
}
mark.error {
    background: url('/assets/img/error.png') no-repeat top left;
}

#message {
    margin: 1em 0;
    padding: 0;
    display: block
}
.error_message {
    display: block;
    height: 24px;
    line-height: 24px;
    background: #fff2f2 url('/assets/img/error.png') no-repeat 10px center;
    padding: 5px 10px 6px 35px;
    margin: 25px 0;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #c6150f;
    font-weight: 600;
    /* Border */
    border: 1px solid #c6150f;
    /* IE */
    behavior: url(/assets/css/PIE.htc);
    position: relative;
}

/* ----- Form ----- */

form { padding: 0; margin: 30px 0 0; }

fieldset {
    padding: 20px;
    margin: 0 0 25px 0;
    /* Border */
    border: none;
    background: #fff;
}

legend {
    padding: 0;
    vertical-align: middle;
    margin: 0;
    border-radius: 1px;
    /* Border */
    border: none;
    background: #fff;
}

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio : 0 ) {
    legend { margin-top: -35px; margin-bottom: 20px; }
    fieldset { margin-top: 35px; }
}

fieldset.terms { }

fieldset.terms legend { }

/* Labels */
label {
    display: inline-block;
    /* float: left; */
    padding: 7px 0;
    width: 240px;
    margin: 7px 0;
    clear: both;
    vertical-align: middle !important;
}
label small {
    font-size: 12px;
    font-weight: normal;
    color: #2e3b4e;
}
label.verify {
    padding: 0;
    margin: 2px 10px 2px 0;
    width: 145px;
    text-align: right;
}
label.verify img {
    padding: 1px;
    /* Border */
    border: 1px solid #d8d8d8;
}


/* Inputs */
input, textarea, select {
    width: 282px;
    height: 30px;
    padding: 2px 12px;
    margin: 7px 0;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    /* Border */
    border-style: solid;
    border-width: 1px;
    border-color: #6e6e6e;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select {
    width: 300px;
    margin: 5px 0;
    padding: 6px 12px;
    height: 34px;
    line-height: 30px;
}
input#verify {
    width: 55px;
}
textarea {
    width: 414px;
}
input:hover, textarea:hover, select:hover {
    outline: none;
}
input:focus, textarea:focus, select:focus {
    border-color: #48d5b5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(72,213,181,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(72,213,181,.6);
}
input.error, textarea.error, select.error {
    border-color: #d1d1d1;
}

/* Submit */
input[type=submit] {
    cursor: pointer;
    color: #21314d;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
    text-transform: normal;
    width: auto;
    letter-spacing: -.05px;
    line-height: 20px;
    display: inline-block;
    padding: 6px 20px;
    margin: 0;
    background: #48d5b5;
    border-radius: 3px;
    border-width: 0;
}
input[type=submit]:hover,
input[type=submit].hover,
input[type=submit]:active,
input[type=submit]:focus {
    background: #2cbe9d;

}
input[type="submit"][disabled] { opacity: 0.5; }

/* ----- Bubble ----- */
::-webkit-validation-bubble { opacity: 1; }
::-webkit-validation-bubble-arrow-clipper {}
::-webkit-validation-bubble-arrow {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-width: 1px 0 0 1px;
    -webkit-box-shadow: none;
}
::-webkit-validation-bubble-message {
    background: -webkit-linear-gradient(#fff,#f8f8f8);
    border: 1px solid #d8d8d8;
    color: #969696;
    font-size: 11px;
    font-weight: normal;
    -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
    text-shadow: 1px 1px 0px #fff;
}

/* ----- Placeholders ----- */
::-webkit-input-placeholder { color: #aaa; }
:-moz-placeholder { color: #aaa; }
/* IE */
.placeholder { color: #aaa;; }

::-moz-focus-inner { border: 0; }

/* ----- Terms ----- */
#terms_and_conditions {
    height: 220px;
    overflow-y: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #636363;
    padding: 0 15px 15px 0;
}
#terms_and_conditions strong { }
.accept {
    padding-top: 15px;
    border-top: 1px dotted #d8d8d8;
    display: block;
    width: 100%;
    float: left;
}
.accept label {
    display: inline;
    float: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0 0 0 10px;
    padding: 0;
    vertical-align: middle !important;
}
/* Checkbox */
input[type=checkbox],
input[type=checkbox]:active,
input[type=checkbox]:focus {
    width: auto;
    border: none;
    margin: 1px 0 0;
    padding: 0;
    background: none;
}

/* ----- Flicker Fix ----- */
input:focus, textarea:focus, select:focus { -webkit-backface-visibility: hidden; }

/* ----- Email Template ----- */
h3 {
    margin: 25px 0 10px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333;
    letter-spacing: -1px;
}
.image-holder {
    display: block;
    width: 100%;
    height: 225px;
    padding: 0;
    margin: 25px 0;
    text-align: center;
    /* overflow: hidden; */
    background-color: #fff;
    background-size: cover;
    border: 1px solid #d8d8d8;
    position: relative;
}
.image-holder input[type=submit] {
    float: none;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -110px;
    margin-top: -23px;
}
#signup.email .members {
    margin-top: -10px;
}
#signup.email .footer {
    margin-top: 0;
}