@CHARSET "ISO-8859-1"; 


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

    .social-signin-outer.tiny {
        display:none;
    }
    .social-signin-outer {
        display: block;
    }
    
.red-a {
    color: red;
    font-size: 1.1em;
}

.w3-container {
    max-width: 950px;
    margin: 0 auto;
    /* min-height: 100%; */
}
div#row1 {
    padding-top: 24px;
    /* padding-bottom: 40px; */
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

div#contact-top {
    color: blueviolet;
    font-size: 14px;
    text-align: right;
    /* float: right; */
    color: white;
    display: inline-block;
    font-family: MONTSERRAT;
}

div#logindiv {
    /* padding-bottom: 15px; */
    max-width: 744px;
    margin: 26px auto;
    padding: 30px;
    /* background: rgba(238,39,55,.8); */
    /* opacity: .6; */
    /* color: white; */
}



img#prof-img {
    margin: auto;
    display: block;
    height: 100%;
    width: 100%;
    max-height: 300px;
    max-width: 354px;
    position: relative;
    margin-bottom: 4%;
}

input#remember-me {
    margin-right: 1%;
}

#referral-types-set input {
    width: 20px;
}

#referrer-div input {
    vertical-align: bottom;
}

div#referrer-div {
    padding-bottom: 2px;
}

div#referrer-note-div {
    margin-left: 20px;
    font-size: 12px;
    margin-bottom: 28px;
    font-style: italic;
}

span.superstar {
    vertical-align: super;
    font-size: 1.1em;
}

fieldset#referral-types-set {
    padding-top: 6px;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

div#monty {
    position: relative;
    /* left: -32px; */
    top: 17px;
    font-family: "Gloria Hallelujah";
    font-size: 16px;
    text-align: center;
    margin-bottom: 29px;
}

div#monty2 {
    position: relative;
    text-align: center;
}

div#tc-title {
    font-size: 36px;
    font-family: raleway;
    text-align: center;
    padding-bottom: 5px;
}

div#tc-detail {
    height: 657px;
    overflow-y: auto;
}

div#tc-agree-div {
    padding-top: 25px;
}

div#tc-summary-title {
    font-family: sans-serif;
    font-size: 20px;
    border-bottom: 1px black dotted;
    margin-bottom: 10px;
}

div#tc-summary {
    font-family: serif;
    font-size: 19px;
}

#tc-summary ul {
    margin-bottom: 13px;
}

div#tc-summary-disclaimer {
    font-size: 12px;
    font-style: italic;
}

div#tc-detail-title {
    margin-top: 16px;
    border-bottom: 1px black dotted;
    font-size: 15px;
    margin-bottom: 17px;
}

#tc-container div#row1 {
    padding-bottom: 14px;
}

.hideShowPassword-field {
    -moz-padding-end: 92px;
}

.other-wrapper .form-control {
    display: inline-block;
    /* width: 100%; */
}

div#outer {
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 20px;
}

#logindiv .form-control, #logindiv .input.error {
    /* position: relative; */
    margin-bottom: 2%;
}

#logindiv div.form-control > label, #logindiv div.input.error > label {
    display: block;
}

button#login-button {
    padding: 16px 40px;
    /* padding-right: 5%; */
    position: relative;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
}

.other-wrapper {
    width: 100%;
    display: block;
}

#logindiv input[name="password"] {
    font-size: inherit;
    /* width: 98%; */
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
}

#signup-info label {font-weight: 500;font-size: 15px;line-height: 18px;}

.form-control, .input.error {
    /* margin-left: 7%; */
}

.other-wrapper .form-control {
    padding-right: 2%;
}

input#pw, input#pw2 {
    font-size: inherit;
}

.plain-textbox
    width: 80%;
}



fieldset {
    margin-bottom: 3%;
}

button[type=submit].butn {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1.3em;
    margin: 0 auto;
    display: block;
}





.error-message {
    margin-left: 0px;
    color: black;
    font-weight: bold;
    font-size: 0.9em;
}



.input.error input {
    box-shadow: 0 0 3px #CC0000;
}

input#email:valid, .show-valid:valid {
    background-image: url("../img/green_circle_check.png");
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 20px;
    /* padding-right: 20px; */
    /* width: 335px; */
}

:required::after {
	/* content: "****"; */
	color: red;
	font-size: 32px;
	position: relative;
	top: 64px;
	border: 20px solid green;
}

.hideShowPassword-wrapper {
    width: 90%;
}

.email-textbox {
    width: 100%;
    /* padding-right: 20px; */
    border-radius: 4px;
    border: 1px solid #d4dbe6;
    height: 45px;
    /* padding-left: 10px; */
    padding: 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.pw-textbox {
    width: 100%;
}

input#other-text {width: 350px;display: inline-block;}


@media screen and (max-width: 600px) {
    .plain-textbox {
        width: 90%;
    }

    #signup-info .hideShowPassword-wrapper {
        width: 90%;
    }

    input#other-text {
      width: 65%;
    }
    img#prof-img {
      width:40%;
    }

}

.login-textbox.pw-textbox {
    width: 90%;
}

a.below {
    display: block;
    /* padding-bottom: 10px; */
    /* color: white; */
    padding-top: 20px;
    text-align: center;
}


.required-label:after {
    content: " ";
    background: url('../img/required-2-blue.gif');
    position: relative;
    left: 5px;
    top: 1px;
    width: 12px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
}

label.required-label {
    position: relative;
}

div#or-text {
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

#or-signup-with {
    font-size: 33px;
    /* margin-top: 75px; */
    text-align: center;
    margin-bottom: 38px;
    font-weight: 400;
}

div#bg {background: blue;}

div#row1 {}

.blue-stripe {
    background: white;
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

div#logo {
    /* float: left; */
    display: inline-block;
}

div#contact-top a {
    color: yellow;
}

div#body-bg {
    /* background: url(../img/landing2/candidate_hero.jpg) center / cover; */
    /* padding-top: 100px; */
    padding-bottom: 100px;
    /* position: fixed; */
    width: 100%;
    /* margin-top: 60px; */
    bottom: 0;
    top: 60px;
}

div#social-wrapper {
    color: white;
    text-align: center;
    margin-bottom: 35px;
}

.social-signin {
    background: #fefbf2;
}

#social-wrapper .s-body {
    color: #071d49;
    line-height: 16px;
    font-family: montserrat;
    font-weight: 500;
    font-size: 15px;
}

.signup {
    font-family: montserrat;
}

legend {
    font-size: 1.3em;
    margin-bottom: 28px;
    margin-left: 7%;
    position: relative;
    text-align: center;
    width: 50%;
}

label {
    margin-bottom: 5px;
}

input {
    font-family: montserrat;
    font-size: 1.2em;
}

#logindiv input[type="text"], #logindiv input[type="password"] {
    height: 45px;
    border: 1px solid #D4DBE6;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 18px;
}





fieldset#signup-info {
    margin-top: 20px;
    width: 70%;
}

div#blue-stripe-pusher {
    height: 100px;
}

.message {
    color: black;
}

.horiz-line:before {
    margin-left: -42%;
    text-align: right;
}
.horiz-line:after {
    margin-left: 2%;
}

.horiz-line:before, .horiz-line:after {
    width: 40%;
    top: 51%;
    overflow: hidden;
    height: 1px;
    background-color: #d0d0d0;
    content: 'X';
    position: absolute;
}

div#or-lines {text-align: center;margin-bottom: 28px;}

.surround-with-lines::before, .surround-with-lines::after {
}

div#signup-with-email {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    /* line-height: 40px; */
    text-align: center;
    margin-bottom: 36px;
}

div#goto-login {
    text-align: center;
    margin-top: 25px;
}

div#stageline {
    margin-bottom: 75px;
}




@media screen and (max-device-width: 640px) {
    div#logindiv {
        margin: 0 auto;
    }
    div#body-bg {
        position:static;
        padding-top: -7px;
    }
    div#contact-top {
        display:none;
    }
    div#logo {
        text-align: center;
    }
    div#row1 {
        justify-content: center;
        z-index: 10;
        max-width: 375px;
    }

    .tiny .social-signin {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
    .social-signin-outer.tiny {
        display: inline-flex;
    }
    .social-signin-outer.large, .social-signin-outer.medium
     {
        display: none;
    }
    #signup-info div#pw-strength, #reset-info #pw-strength {
        font-size:0.8em
    }

    #stageline {
        display:none;
    }

    #or-signup-with {
        font-size: 25px;
    }
    div#signup-with-email{
    font-size: 25px;
}
}



form {}

div#social-wrapper .social-signin {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding-right: 20px;
    padding-left: 10px;
}

div#step {
    margin-top: 44px;
    text-align: center;
}