/*----------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------- SIGN UP -------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------
ERRORS
------------------------------------*/
.sign-up .field-errors{
	color: red;
	font-size: .9rem;
	font-weight: 500;
}

/*----------------------------------
SIGNUP CONTENT SECTION
------------------------------------*/
.sign-up .s-form-v4__input{
	letter-spacing: normal;
    padding-left: 1rem;
	text-transform: none;
    height: 2.5rem;
	border: 0.0625rem solid;
	border-radius: .3rem;
}

.sign-up label{
/*
    color: #8C8C8C;
    padding-top: 1rem;
    padding-left: .5rem;
    padding-bottom: .2rem;
*/
}
.sign-up .container .js__form-eqaul-height-v1 .s-form-v4__input{
    border-color: initial;
    border-style: solid;
    border-width: 0.0625rem;
}
.sign-up .g-font-size-60--md{
    font-size: 3rem !important;
    padding-top: 3.2rem;
}
.sign-up .g-box-shadow__dark-lightest-v3 .g-width-100--xs{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sign-up .g-padding-y-50--xs{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.sign-up .g-margin-b-50--md{
    margin-bottom: .5rem;
}
.sign-up .s-form-v4__input::placeholder{
    font-size: 0.8125rem;
}
.sign-up .g-text-center--xs .g-margin-b-0--md{
    text-align: left;
    margin: .9rem 0rem;
}
.sign-up .g-text-center--xs p{
    color: #8C8C8C;
}

@media (min-width: 820px) and (min-height: 1180px) {
   
}

@media (min-width: 768px) and (min-height: 1024px) {
    
}

@media (max-width: 540px) {
    
    
    /*----------------------------------
    CONTENT SECTION
    ------------------------------------*/
    .sign-up .g-padding-y-80--xs{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .sign-up .g-padding-x-40--xs{
        Padding-left: .5rem;
        padding-right: .5rem;
    }
    .sign-up .g-margin-b-30--xs{
        margin-bottom: .875rem;
    }
    .sign-up label{
        padding-top: 1rem;
    }
}

@media (max-width: 414px) {
   
}

@media (max-width: 375px) {
   
}

@media (max-width: 280px) {
   
}


/* Extra small devices (phones, less than 576px) */
@media screen and (max-width: 364.98px) {
    /* Styles for extra small devices */
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width: 365px) and (max-width: 575.98px) {
    /* Styles for extra small devices */
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for medium devices */
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large devices */
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for extra large devices */
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
    /* Styles for extra extra large devices */
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------ END SIGN UP -----------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------*/