.signupmodal .modal-content {/*max-width: 420px;*/ border-radius:4px;}
.signupmodal .modal-title {color: #fff; border-bottom: none; margin-bottom: 0; font-family: 'DINCond-BoldAlternate',Arial; font-size: 24px;}
.signupmodal .modal-header { border-bottom:none;padding-top:30px;}
.signupmodal .modal-header, .signupmodal .modal-body, .signupmodal .modal-footer { padding-left: 30px; padding-right: 30px;}
.signupmodal .modal-body { padding-top:0;}
.signupmodal .modal-footer {border-top: none;}
.intrologin {display: block; width: 100%; margin-bottom: 12px;font-size: 14px; color: #c6c6c6;}
.intrologin span { color: #fff; font-weight: 700;}
.loginform .login-field { display: inline-block; margin-bottom: 12px; width: 100%;position: relative;}
.loginform .login-field label { display:inline-block; width: 100%; margin-bottom: 5px;font-family: 'DINCond-BoldAlternate',Arial;}
.loginform .login-field label.signuplabel { display: none;}
.loginform .login-field input {height: 40px; border: 1px solid #545454; border-radius: 4px; background: #212121; margin-bottom: 5px;
    color: #fff; padding: 0 9px; vertical-align: baseline; width: 100%; box-sizing: border-box;}
.gender-field { border: 1px dotted #212121; padding: 5px;}
.gender-choice { width: 100%; display:inline-block;}
.loginform .login-field.gender-field label.container { width: 49%;}
.loginform .login-field.gender-field label {width: auto; vertical-align:top;}
.loginform .login-field.gender-field input { height: auto;width:auto; vertical-align: top;}
.loginform .gender-field .checkmark { border-radius: 50%;}
.loginform .container { display: inline-block; position: relative; padding-left: 20px;
    margin-bottom: 12px; cursor: pointer;-webkit-user-select: none;-moz-user-select: none; -ms-user-select: none; 
    user-select: none; font-weight: 500; font-size: 18px; background:none; }  
.loginform .container input:checked ~ .checkmark { background-color: #212121;}
.loginform .checkmark { position: absolute; top: 2px; left: 0; height: 20px; width: 20px; background-color: #212121;
    border: 1px solid #545454; border-radius: 4px;}
.loginform .container input:checked ~ .checkmark::after { display: block;}
.loginform .container input { position: relative; opacity: 0; cursor: pointer;}
.loginform .container .checkmark::after { left: 4px; top: 0px; width: 10px; height: 16px; border: solid #03b629;
    border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.loginform .checkmark::after { content: ""; position: absolute; display: none; }
.loginform .login-field label.container {width: 10%; vertical-align:top;}
.agreetext { width: 85%; display: inline-block; font-size: 12px;}
.agreetext span { font-weight: bold; }
.agreetext a, .agreetext a.active, .agreetext a.focus, .agreetext a.visited { color: #fff; text-decoration: underline;}
.agreetext a:hover { color: #ccc;}
.agreedisclaimer { max-height: 50px; overflow: auto; padding-right: 10px;}
.agreedisclaimer ul { padding-left: 15px;}
.agreedisclaimer ul ol { padding-left: 10px;}
.signup-profileimg { text-align: center;padding-bottom:12px;}
.signup-profileimg img { max-width: 150px; text-align: center; border-radius: 50%; border: 3px solid red; display: inline-block;
    position: relative; max-height: 150px; height: 150px; width: 150px; margin: 0;}
.loginform button.disabled, .loginform input.disabled, .loginform input[disabled] { opacity: .5;cursor: default; pointer-events: none;}
.loginform button.btn-green, .loginform .btn-green, .loginform input.btn-green { height: auto; display: inline-block; border-radius: 4px;
    padding: 8px 27px; border: 2px solid #03b629; text-transform: none; background: #03b629; font-family: 'Futura Light',Arial;
    font-weight: 500; font-size: 24px; color: #fff; width: 100%;}
.loginform button.btn-green:hover,.loginform .btn-green:hover { background: #fff; color: #03b629; }
.loginnotice { font-style:italic;font-size: 12px; margin-top: 14px;}
.modal-body .loginform #message { padding: 12px; border: 1px solid #03b629;}
.signupmodal .modal-header { position:relative;}
.signupmodal .btn-close { position:absolute; top:30px; right:30px;}
.signupmodal .btn-close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px;
    color: #fff; content: '\f00d'; font-family: 'FontAwesome Regular'; margin: 0;vertical-align: top; display: inline-block; font-weight: 400;
    overflow: hidden; speak: none; text-align: center;}