

:root {
    --signupnavheight: 89px;
    --white: #ffffff;
    --select-arrow: var(--select-border);
    --black:#1f1f1f;
    --purple:#816af3;
    --white:#ffffff;
    
  }
  
  h1, h2, h3, h4, h5{
      color: #1f1f1f !important; 
  }



/***********************
   Bootstrap / overrides
************************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #1f1f1f;
}

body.full-height{
    /* overflow: auto; */
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

html {
    min-height:100%;
}

.btn.btn-social.btn-google:hover {
    background: #CC4635;
}


form[name="sign_up"] button.btn-social {
    background: rgb(31, 39, 48);
}

.btn-facebook:hover {
    color: #fff;
    background-color: #3b5998 !important;
    border-color: rgba(0,0,0,0.2);
}

.btn:hover, .btn:focus {
    color:#FFF;
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #007bb6  !important;
    border-color: rgba(0,0,0,0.2);
}

.btn-primary {
    border: none;
    background: #AEE559;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 17px 0;
    color: #000;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background: #8dbf40;
    color: #000;
}


.btn-block {
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
}

h3 {
    margin-top: -10px;
    margin-bottom: 25px;
}

/*Form stuff*/
label {
    color:#929292;
}

.form-control {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
}


.btn-social {
    border-radius: 20px;
    padding: 7px 17px;
    margin: 0 10px;
    font-size: 16px;
    background: none;
}

.btn-social:hover {
    color:#FFF;
}
.btn-social .fa {
    width: 35px;
    line-height: 38px;
    border-right:none;
    font-size:1.5em;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight:500;
    color: #4a4a4a;
}


/*****************
    Default attributes
******************/
.focus {
    border-color: #CCC !important;
    border-color: rgba(82, 168, 236, 0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.6) !important;;
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;;
}

span.username {
    color: #FFF;
}
div.user_info.pull-right {
    margin: 10px 0;
}

div.thumbnail_wrapper {
    position: relative;  overflow: hidden;  width: 100%;
}
a.thumbnail-block.center-block {
    width: 100%;  overflow: hidden;  position: relative;  display: block;  padding-bottom: 72%;
    background: #000 no-repeat center;
}


/****************
    Template Layout
*****************/

#trial-header h1,
#trial-header h2,
#trial-header h3 {
    color: #FFF;
    font-weight:300;
}


/****************
    HEADER LAYOUT
*****************/


#signup-trial-header, #trial-header {
    background: #1f1f1f;
}



#signup-trial-header{
    display: flex;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    height: var(--signupnavheight);
    padding: 0 3.5em;
    flex-direction: column;
}

.trial-logo {
    width: 251px;
    margin-top:20px;
    margin-bottom: 20px;
}

.signup-trial-logo{
    width: 200px;
    float: left;

}

#signup-trial-header p {
    color: #FFFFFF;
    float: right;
}

#signup-trial-header p a {
    color: #FFFFFF;
    margin-left: 10px;
}








p.already_have_an_account {
    font-size: 1.26rem;
    margin: 0em;
}

.open-link a{
    padding-left: 10px;
}

.gmail-block a{
 color: #4e4e4e !important;
}

.open-link img{
    width: 24px;
    height: 24px;
}

    /*Full Background Pages*/
.full-bg {
    color:#FFF;
    padding: 6% 0 45px 0;
    background: #1F2730;
    min-height: 100vh;
}

.full-bg-white {
    color:#000;
    padding: 6% 0 45px 0;
    background: #fff;
    min-height: 100vh;
}

.height-wrapper {
    min-height: 100%;
    height: 100%;
}

.full-bg label {
    color: #FFF;
    font-weight: 300 !important;
}

full-bg-white label {
    color: #000;
    font-weight: 300 !important;
}

.full-bg h1,
.full-bg h2,
.full-bg h3,
.full-bg h4,
.full-bg h5{
    color:#FFF;
}

.full-bg h1,
.full-bg h2,
.full-bg h3,
.full-bg h4,
.full-bg h5{
    color:#000;
}

.full-bg h4 small {
    color:#FFF;
    font-weight: 300;
    font-size: 14px;
}

.full-bg-small h4 small {
    color:#000;
    font-weight: 300;
    font-size: 14px;
}

.full-bg a {
    font-weight:500;
    color:#FFF;
}

.full-bg-white a {
    font-weight:500;
    color:#000;
}

.full-bg .form-control {
    border-bottom:1px solid #FFF;
    background: none;
    font-weight:500;
    color:#FFF;
    font-size:18px;
    box-shadow: none;
}

.full-bg-white .form-control {
    border-bottom:1px solid #FFF;
    background: none;
    font-weight:500;
    color:#000;
    font-size:18px;
    box-shadow: none;
}


.go-back {
    height:32px;
    width:32px;
    position: absolute;
    left: 29px;
    top: 57px;
}


.navbar.navbar-small {
    min-height: 25px;
}

.navbar.navbar-small .navbar-nav>li>a {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}


.admin_bar {
    display:none;
}
body {
    margin-top:0 !important;
}

.select-content h4 b {
    font-weight: 500;
}


a.logout {
    /* position: absolute;
    right: 35px;
    top: 31px; */
    font-size: 18px;
    line-height: 32px;
    color: #FFF;
}




.full-bg span.help-block {
    display: block;
    position: initial;
    color: #FFF;
    background: rgba(252, 55, 104, 0.6);
    width: auto;
    padding: 5px 0 5px 10px;
    margin-top: 0px;
}

.full-bg-white span.help-block {
    display: block;
    position: initial;
    color: #FFF;
    background: rgba(252, 55, 104, 0.6);
    width: auto;
    padding: 5px 0 5px 10px;
    margin-top: 0px;
}

/********************
   Setup Progress
********************/
.setup-progress {
    height: 4px;
    background: rgba(144, 144, 144, 0.42);
}

.setup-progress .progress-bar {
    background: #CCC;
}

.setup-heading {
    font-weight: 300;
    text-align: center;
    color: #ffffff !important;
    font-size: 1.5rem;
}

.setup-page {
    padding-top:18%;
}



/************************
    My Sites Page
*************************/

/*Buttons for upgrade and view my site*/
a.btn.btn-red.btn-block {
    background: #f05d5d;
    color: #FFF;
}

a.btn.btn-red.btn-block:active,
a.btn.btn-red.btn-block:hover{
    background:#CC4646;
}

a.btn.btn-blue.btn-block {
    background: #4fbad8;
    color: #FFF;
}


a.btn.btn-blue.btn-block:active,
a.btn.btn-blue.btn-block:hover{
    background:#3A98B3;
}

iframe.iframe_theme_preview {
    pointer-events: none;
    border: none;
    overflow: hidden;
    position: absolute;
    background-color: #FFF;
    -webkit-transform: scale(0.50);
    transform: scale(0.30);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 0;
    right: 0;
    width: 333%;
    height: 333%;
}

.preview_wrapper {
    height: 277px;
    width: 100%;
    margin-bottom:20px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.preview_wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.siteselectionpage{
    max-width: 90%;
    margin: auto;
}


.site-item-wrapper{
    padding: 0 30px;
}
.site-item {
    margin-bottom: 55px;
}

.site-item h4 {
    color: #000;
    line-height: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}


.site-item .subtitle-item{
    margin-bottom: 1.5rem;
}


.welcome-message{
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--black);

}


.sub-title-site{
    font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--black);
  margin: 2.7rem 0 4.5rem;
}

/***********************
   Lost Password Page
************************/

#lost_password h2 {
    font-weight: 300;
}


/***********************
   Form Controls
************************/
.error-block {
    background: rgba(252, 55, 104, 0.6);
    padding: 6px;
    font-size: 14px;
}

form .alert.alert-danger {
    display: none;
}

.has-error .form-control {
    border-color: #c21e33;
    
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #c21e33;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}


span.success-block {
    display: none;
}

.success span.success-block {
    display: block;
}

ul[role='alert'] {
    padding-left: 0;
    list-style: none;
    color: #c21e33;
}


.recaptcha-message{
position: relative !important;
top: 0px !important;
margin-top: 40px !important;
}

span.help-block {
    position: absolute;
    left: 102%;
    top: 29px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 250px;
    color: #c21e33;
    font-weight: 500;
}
span.success-block{
    color: #14BF42;
}

@media(max-width: 1156px){
    .success-block,
    span.help-block {
        display:block;
        position:initial;
    }
}

.group 			  {
    position:relative;
    margin-bottom:45px;
}
input 				{
    font-size:18px;
    padding:10px 10px 10px 5px;
    display:block;
    width:300px;
    border:none;
    border-bottom:1px solid #757575;
}

/* Remove our default styling for focus on inputs*/
.has-error .form-control:focus,
.form-control:focus	{
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline:none;
}

/* Place holder styling, not used */
::-webkit-input-placeholder {
    /* line-height:20px; */
    font-size:12px;
}
:-moz-placeholder {
    /* line-height:20px; */
    font-size:12px;
}
::-moz-placeholder {
    /* line-height:20px; */
    font-size:12px;
}
:-ms-input-placeholder {
    /* line-height:20px; */
    font-size:12px;
}

/* LABEL */
label 				 {
    /* font-weight: 500;
    position:absolute;
    pointer-events:none;
    left: 0px;
    top: 6px;
    font-size:14px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
    z-index: 10; */
}

/* active state */
input:focus ~ label,
#login_page input:valid ~ label, /* We only want this on login page due to some complications */
.success label,
input[aria-invalid="true"] ~ label{
    margin-bottom: 0 !important;
    top: 6px !important;
    font-size:14px !important;
}

input[value=""] ~ label {
    /* font-weight: 500;
    position:absolute;
    pointer-events:none;
    left: 0px;
    top: 30px;
    font-size:18px; */
}

select ~ label {
    font-weight: 500;
    position:absolute;
    pointer-events:none;
    left: 0px;
    font-size:18px;
}


.success > .help-block {
    display:none;
}



/*Custom Form input, select packages*/

.select-content h4 {
    color:#FFF;
    font-size:24px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 4px 0;
}

.select-content {
    color:#FFF;
    cursor: pointer;
    text-align: center;
    height: 128px;
}

.select-package {
    display: block;
    position: relative;
}

a.select-package:hover {
    text-decoration: none;
}

#contestpad,
#videopad {
    opacity: 0.8;
    border: 2px solid #FFF;
    text-decoration: none;
}

#contestpad.selected,
#contestpad:hover {
    opacity: 1;
    border: solid 2px #b90f00;
}

#videopad.selected,
#videopad:hover {
    opacity: 1;
    border: 2px solid #1870dd;
}

#contestpad .select-content {
    background-color: #b90f00;
    padding: 15px;
    margin: 3px;
}

#videopad .select-content {
    background-color: #1870dd;
    padding: 15px;
    margin: 3px;
}


/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}

.form-group {
    position: relative;
    /* padding-bottom: 6px; */
    /* padding-top: 28px; */
}



.control-group.success::after{
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 35px;
    color: #14BF42;
    padding:10px;
    padding-right: 15px !important;
    background-color: #ffffff;
}

.input-group-addon {
    background: none;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    padding-right: 20px;
}

.input-group {
    font-weight: 500;
    position: initial;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.full-bg input:-webkit-autofill,
.full-bg input:-webkit-autofill:hover,
.full-bg input:-webkit-autofill:focus,
.full-bg input:-webkit-autofill:active {
    -webkit-text-fill-color: #FFF;
}

.full-bg-white input:-webkit-autofill,
.full-bg-white input:-webkit-autofill:hover,
.full-bg-white input:-webkit-autofill:focus,
.full-bg-white input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
}

.full-bg-white .go-back > img {
    filter: invert(1);
}

.full-bg-white .title-wizard {
    color: #000;
}



/***********************
   Trial page
************************/
p.package-description {
    margin-bottom: 25px;
}

#trial-header h1 {
    line-height: 48px;
}

/* package input */

.select-content span,
.select-content .button {
    background: #FFF;
    padding: 7px 15px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.select-content span:hover,
.select-content .button:hover {
    background: #E6E0E0;
    text-decoration: none;
}

#videopad .select-content span {
    color: #4fbad8;
}

#contestpad .select-content span {
    color: #f16c6c;
}



#signup_form .text-black{
    color: var(--black);
}
#signup_form .text-purple{
    color: var(--purple);
}


.term-p:first-child {
    margin:20px 0 17.5px;

}
p.t-and-c {
    margin:0 0 17.5px;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    color: #898989;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

p.t-and-c a{
    color: #816af3;
}

.select-content .button.outline {
    padding: 2px 10px;
    margin-top: 5px;
    border: 2px solid #FFF;
    color: #fff;
    font-size:14px;
    background:none;
    font-weight: 400;
}



/****************
    Lost Password
****************/

#lost_password h4 {
    font-weight:400;
}


button.btn.btn-lg.btn-block {
    font-weight: 600;
}


/* Footer */
footer {
    text-align: center;
    background-color: #1F1F1F;
}

footer .logo-place a {
    font-size: 14px;
}

.trial-button .btn {
    font-size: 1.5em;
}

footer .logo-place p {
    margin: 0;
    line-height: 17px;
}

footer .logo-place p {
    margin: 0;
    padding: 0;
}

.logo-place {
    width: 25%;
    text-align: left;
    float: left;
}

.footer-content {
    text-align: left;
    vertical-align: top;
    font-weight: 200;
    margin-top: 40px;
    padding-bottom: 20px;
}

.content-list ul {
    margin-left: 20px;
}

.footer-content .content-list {
    width: 20%;
    float: left;
}

.footer-content .content-list a {
    font-size: 16px;
    line-height: 35px;
}

.logo-place img {
    max-width: 90%;
}

footer .social-media a {
    font-size: 24px;
    margin: -4px 0px;
    padding: 5px 9px;
    width: 42px;
    border-radius: 25px;
    line-height: 32px;
    text-align: center;
}

.social-media a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

footer .container {
    padding-top: 36px !important;
}


footer a:visited,
footer a {
    text-decoration: none;
    color: #FFF;

    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer a:hover {
    color: #FFF;
    text-decoration: underline;
}

a.btn-red {
    background-color: #E64234;
    border-radius: 25px;
    color: #fff;
}

a.btn-red:hover{
    background: #DF6056;
    color: #FFF;
}

a.btn-red:active,
a.btn-red:focus{
    background: #D9271D;
}

.site-hint {
    text-align: center;
    font-size: 18px;
    color:#929292
}

.hint-text {
    font-size: 18px;
}

.full-column-height{
    height: 100%;
    display: flex;
    justify-content: center;
}

.full-image-height{
    padding: 0;
}

#signup_form .portlet-body.form.validateForm {
    margin: auto;
    text-align: center;
}

#signup_form .site_address_input input {
    /* width: 388px; */
}


#signup_form .emailExistMsg {
    color: #fc3768;
}

#signup_form .resend-block {
    text-align: right;
    max-width: 492px;
    margin: auto 20px;
}

#signup_form .portlet-body.form {
    margin: auto;
    width: 100%;
    text-align: center;
}

#signup_form .resend-block a {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    color: #2c6fbd;
}

#signup_form .open-link {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
}
#signup_form .span-hr {
    width: 55px;
    height: 0.16em;
    margin: 0 12px;
    background: #1f1f1f;
    padding: 0px !important;
}
#signup_form .input-box{
    width: 100%;
    margin: auto;
}

#signup_form h4 {
    font-size: 18px;
    /* margin: 30px auto; */
}
#signup_form .portlet-body.form .alert.alert-danger {
    background-color: #f2dede;
    background-image: none;
    font-size: 15px;
    margin:15px 0;
    color: var(--black);
}

#signup_form .portlet-body.form .alert.alert-danger i {
    color: #a94442 !important;
    margin-right: 10px;
}

#signup_form .link-message p {
    margin: 20px 0 15px;
    font-size: 18px;
    color: #444244;
}

#signup_form #togglePassword {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 43px; 
    font-size: 16px;
}




#signup_form .success-block,
#signup_form span.help-block {
    font-stretch: inherit;
    font-style: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
    
}

#signup_form .portlet-box {
    width: 100%;
    margin: auto;
}
#signup_form .form-control {
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #1f1f1f;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-left: 22px;
    position: relative;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent !important;
    background-image: none !important;
}

#signup_form .form-control:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

#signup_form .form-control[type="password"]:after{
    display: none !important;
    top: 0;
}

#signup_form .siteFormDiv.success::after{
    display: none;
}

#signup_form .fa.fa-caret-down{
    float: right;
    position: absolute;
    right: 20px;
    top: 43px;
}
 
#signup_form select.form-control{
    appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
}

.validTokenBox::-webkit-inner-spin-button,
.validTokenBox::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#signup_form select::before{
    content: "\f0dd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
}







.signUpSlider {
    width: 100%;
    height: 100%;
}

.signUpSlider>div{
    height: 100%;
    overflow: hidden;
}

.signUpSlider .slider-img-item{
    overflow: hidden;
    width: 100%;   
    height:100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover  !important;
    -o-background-size: cover  !important;
    background-size: cover  !important;
    background-position:left top;
    background-repeat: no-repeat;
    background-attachment: initial;
    min-height: 120vh;
}

.signUpSlider .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding:0 !important;
    height: 100% !important;
    
}


.signUpSlider .slick-track {
    height:100vh;
  }
  



#signup_form .button-previous{
    background: #ffffff !important;
    border: solid 1px #1f1f1f;
    color: #1f1f1f !important;
}
#signup_form .emailLogin {


    font-stretch: inherit;
    font-style: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    position: inherit;
    left: 0;
    top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
    color: #000;
}

#signup_form .loginDetails {
    color: #c21e33 !important;
    margin: 5px 0 !important;
    text-align: left;
}

/* #signup_form .loginDetails:first-child{
    margin-top: 10px;
} */

#signup_form .input-box .form-group {
    padding: 0px;
}

#signup_form .form-group {
    padding-top: 0px;
    margin-bottom: 25px;
}
#signup_form label {
    position: inherit;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px !important;
    top: 0px !important;
    /* padding: 0 75px 0 0; */
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    color: #1f1f1f;
    display : flex;
}

.okaySpan {
    color: #1f1f1f;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: normal;
    color: #1f1f1f;
    margin-left: 40px;
    padding-top: 2.5px;
    text-align: left;
  
}

#signup_form .tabRegister {
    text-align: center;
}

#signup_form .input-box-inner {
    display: flex;
    align-content: space-around;
    align-items: center;
    justify-content: space-around;
    margin: auto;

}
#signup_form .form-actions .btn{
    width: 100%;
    background: #000;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.69px;
    text-align: center;
    color: #ffffff;
    /* padding: 16px 37px 15px 35px; */
    height: 44px;
}
#signup_form h3 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: left;
}
.secondDiv {
    width: 100%;
}
#signup_form h4 {
    font-size: 18px;
}

#signup_form .generalFont {
    font-family: 'Open Sans', sans-serif;
    color: #1f1f1f;
}

#signup_form img {
    max-width: 100%;
}
#signup_form .login-bg img {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 867px;
    height: 750px;
    max-height: none;
    max-width: none;
    z-index: -999999;
    left: 0px;
    top: -20.5px;
}

#signup_form .input-group-addon {
 border-bottom: unset;
}

#signup_form .site_address_input {
    border: 1px solid #ccc;
}

#signup_form .site_address_input .form-control{
    border: unset;
}

#signup_form .site_address_input p{
    color: #898989;
    font-size: 18px;
}

#signup_form .site-hint {
    float: left;
    font-size: 15px;
}

#signup_form .passwordDivForm.success::after{
    display: none;
}

#signup_form .control-group.success::after {
    right: 5px;
    top: 42px;
    font-size: 20px;
    background: white;
    padding: 0 9px;
}

#signup_form .term-p {
    text-align: left;
}

#signup_form .control__indicator {
    position: absolute;
    top: 0px;
    height: 24px;
    width: 24px;
    padding: 5px 5px 6px 6px;
    border: solid 1px #929292 !important;
    background-color: #ffffff !important;
}
#signup_form .control--radio .control__indicator {
    border-radius: 50%;
}
#signup_form .control:hover input ~ .control__indicator,
#signup_form .control input:focus ~ .control__indicator {
    border: 1px solid;
    border-radius: 3px;
}
#signup_form .control input:checked ~ .control__indicator {
    border: 1px solid;
    border-radius: 2px;
}
#signup_form .control:hover input:not([disabled]):checked ~ .control__indicator,
#signup_form .control input:checked:focus ~ .control__indicator {
    background: #fff;
}
#signup_form .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
#signup_form .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
#signup_form .control input:checked ~ .control__indicator:after {
    display: block;
}
#signup_form .control--checkbox .control__indicator:after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 13px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#signup_form .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

#signup_form .success label.control {
    margin-bottom: 15px !important;
    cursor: pointer !important;
    font-size: 18px !important;
}

#signup_form .control-group.opt-in.success::after {
    content: none;
}

#signup_form .control-group label.control {
    pointer-events: auto;
}
#signup_form .control-group label.control input[type="checkbox"] {
    width: auto;
  }
#signup_form .control {
    display: block;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px;
}
#signup_form .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#signup_form .tabValidate .input-box .form-group {
    margin-bottom: 5px;
}

#signup_form .tabValidate h3.title-wizard {
    text-align: center !important;
    margin:20px auto !important;
}
#signup_form .tabValidate h4.title-wizard {
    text-align: center !important;
    margin:20px auto 30px !important;
}


#signup_form .validateForm .form-wizard .tabValidate .control-group.success::after {
    right: 10px;
    top: 10px;
}


.upgradeBtn {
    height: 66px;
    padding: 16px 17px 15px 18px;
    background-color: #1f1f1f;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.69px;
    text-align: center;
    border-radius: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.siteViewBtn {
    height: 66px;
    padding: 16px 17px 15px 19px;
    border: solid 1px var(--black);
    background-color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.69px;
    text-align: center;
    color:  var(--black);
    margin: auto;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.siteViewBtn:hover, .siteViewBtn:active, .siteViewBtn:focus{
    background-color: var(--black);
    color: var(--white);

}
.loginError {
    color: #c21e33;
}

#signup_form .authDiv {
    float : left;
}

.signup-btns {
    display: flex;
    flex-direction: column;
    margin-top:10px;
}
.signup-btns .btn{
    margin: 10px 0;
}
.signup-btns .button-previous {
    margin-right: 10px !important;
}
/*#signup_form .opt-in {
    padding: unset;
}

#signup_form .control__indicator {
    top: 0px;
}*/
@media (max-width:768px) {
    footer .logo-place p {
        display: inline-block;
        margin: 0 0px 0 0;
        padding: 0;
    }

    footer .logo-place a {
        margin-right: 10px;
        /* display: block; */
    }

    footer .logo-place > a {
        display: block;
    }
    .footer-content .logo-place img {
        width: 145px;
    }

    footer .logo-place {
        width: 60%;
    }

    .footer-content {
        padding-bottom: 70px;
    }

    footer .social-media {
        float: right;
    }

    footer .social-media {
        float: right;
        margin-top: 28px;
    }

    footer .social-media a {
        font-size: 18px;
    }

    .login-bg {
        min-height: 100vh;
        background-color: #000!important;
    }


    
}







/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

#signup_form .portlet-box h4.title-wizard{

    max-width: 448px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0px 0 20px;

}


#signup_form .portlet-box .tabValidate h4.title-wizard{
    max-width: 500px !important;
}

#signup_form .portlet-body.form .validTokenBox::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



#signup_form .portlet-body.form .validTokenBox {
    align-items: center;
    border: 1px solid #929292;
    display: flex;
    font-size: 2rem;
    height: 10%;
    justify-content: center;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    width: 80%;
    -moz-appearance: textfield;
}

#signup_form .input-box-inner {
    max-width:500px;

}

#signup_form .resend-block-message{
    max-width: 448px;
    margin: auto;
}

#signup_form .portlet-body.form .validTokenBox {
    margin-bottom: 0;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    
}

.logform_wrapper{
    max-width: 650px;
    padding: 80px 0 0 0;
    width: 90%;

}

#signup_form .tabRegister h3.title-wizard{
    max-width: 100%;
}
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  

    /* Place holder styling, not used */
    ::-webkit-input-placeholder {
        /* line-height:20px; */
        font-size:1.5rem;
    }
    :-moz-placeholder {
        /* line-height:20px; */
        font-size:1.5rem;
    }
    ::-moz-placeholder {
        /* line-height:20px; */
        font-size:1.5rem;
    }
    :-ms-input-placeholder {
        /* line-height:20px; */
        font-size:1.5rem;
    }

    #signup_form .form-control{
        font-size: 1.5rem;
    }

    .upgradeBtn,.siteViewBtn{
        font-size: 2rem;
    }

    .signup-btns {
        flex-direction: row;

    }
    .signup-btns .btn{
        margin: 0;
    }


    .okaySpan{
        font-size: 1.8rem;
    }
    .p.t-and-c {
        font-size: 18px !important;
    }
    #signup_form .portlet-body.form .validTokenBox {
        font-size: 3.6rem;
        padding: 10px 0;
    }

    .logform_wrapper{
        padding: 80px 0 0 0;
        width: 90%;

    }
    #signup-trial-header{
        flex-direction: row;
    }
    .signup-trial-logo{
        width: 251px;
        float: left;
    
    }
        
    #signup-trial-header .logo-brand{
        margin-right: auto;
    }

    #signup_form h3 {
        font-size: 3rem;
    }

    #signup_form .portlet-body.form .validTokenBox {
        height: 75px;
        width: 65px;
        padding: 6px 12px;
        font-size: 40px;


    }
   
    #signup_form .span-hr {
        width: 12px;
    }

    #signup_form .resend-block {
        margin: auto;
    }
    
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  

    /* Place holder styling, not used */
::-webkit-input-placeholder {
    /* line-height:20px; */
    font-size:18px;
}
:-moz-placeholder {
    /* line-height:20px; */
    font-size:18px;
}
::-moz-placeholder {
    /* line-height:20px; */
    font-size:18px;
}
:-ms-input-placeholder {
    /* line-height:20px; */
    font-size:18px;
}

    .input-group-addon{
        font-size: 18px;
    }
    .upgradeBtn.siteViewBtn{
        font-size: 25px;
        
    }

    p.t-and-c {
        font-size: 18px;
    }
    p.already_have_an_account {
        font-size: 1.5rem;
    }

    #signup_form h3 {
        font-size: 36px;
        text-align: left;
    }
    body.full-height{
        /* overflow: hidden; */
    }

    #signup_form .form-control {
        height: 60px;
        font-size: 16px;
    }

    #signup_form label {
        margin-bottom: 10px !important;
        font-size: 18px !important;
    }
    #signup_form .fa.fa-caret-down{
        top:59px;
        transform: translate(0,0);
    }

    #signup_form .form-actions .btn{
        font-size: 21px;
        text-align: center;
        color: #ffffff;
        height: 66px;
    }

    #signup_form .control-group.success::after {
        top: 55px;
    }

    #signup_form #togglePassword {
        font-size: 20px;
        right: 20px;
        top: 55px;
        
    }

    #signup_form .tabRegister{
        text-align: center;
    }

    .welcome-message{
        font-size: 36px;
    }
    .sub-title-site{
        font-size: 22px;
    }

}
 

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    

}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}
 
@media screen and ( min-width: 1440px ) and ( max-height: 992px )
{

   
    .signUpSlider .slider-img-item{
        zoom: 1.6 !important;
    }
}


@media screen and ( min-width: 1200px ) and ( max-height: 992px )
{

    .signUpSlider .slider-img-item{
        zoom: 1.3 !important;
    }
}




 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/


/* PADDING STANDARD */


.py-1{
    padding:0.3rem 0;
}


.py-2{
    padding:1rem 0;
}

.mt-05{
 margin-top: 0.5rem !important;
}

.mt-1{
 margin-top: 1rem;
    
}


.mt-1-5{
 margin-top: 1.5rem;

}   



.mt-2{
 margin-top: 2rem;

}

.mt-2-5{
    margin-top: 2.5rem;
}

.py-3{
    padding:2rem 0;
}

.py-4{
    padding:3rem 0;
}

.py-5{
    padding:4rem 0;
}

.py-6{
    padding:5rem 0;
}



/* ONLY WHEN DEVELOPER NAVBAR IS VISIBLE */

#developer{
    display: none;
}

#content-container{
    /* padding-bottom: 50px; */
}


.signUpSlider.slick-slider{
    margin-bottom: 0 !important;
}

.input-label-down{

    margin: 10px 0 10px;
    text-align: left;

}

.warning-last-attempt {
    background-color :#fbf77d !important;
    color : #998f1a !important
}

.form-check.login-auth-box .form-check-input{
    margin-right: 10px !important;
}

.form-check.login-auth-box{
    display: flex;
}