body {
    background-color: #fafafa;
    font-family: "SF Text";
}

.head-div {
    height: 350px;
    width: 100%;
    background: #00d660;
    text-align: center;
    padding: 0px 40px;
}

.head-div.small-height {
    height: 300px;
}

.head-div .sub {
    width: 270px;
    margin: auto;
    position: relative;
}

.head-div .sub .back-arrow {
    position: absolute;
    top: 45px;
    left: -50px;
    height: 30px;
    cursor: pointer;
}

.head-div .logo {
    height: 45px;
    max-width: 100%;
    margin: 25px auto;
}

.head-div .title {
    color: #ffffff;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.29;
}

.head-div .sub-title {
    color: #ffffff;
    margin-top: 20px;
    font-size: .8rem;
    line-height: 1.29;
    font-weight: normal;
}

.nowrap {
    white-space: nowrap;
}

@media only screen  
and (min-device-width : 400px) {
    .head-div .logo {
        height: 50px;
    }

    .head-div .title {
        font-size: 1.3rem;
    }

    .head-div .sub-title {
        font-size: .9rem;
    }
}

@media only screen  
and (min-device-width : 350px)
and (max-device-width : 399px) {
    .head-div .logo {
        height: 50px;
    }
    
    .head-div .title {
        font-size: 1rem;
    }

    .head-div .sub-title {
        font-size: .9rem;
    }
}

.div {
    margin: auto;
    margin-bottom: 0px;
    padding: 10px 40px 20px;
    width: 100%;
    max-width: 450px;
    background-size: 100% auto;
    background-repeat: no-repeat; 
}

.div .box-form {
    background-color: #fafafa;
    box-shadow: 0px 2px 19px 0 rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 30px 40px;
    margin-top: -130px;
}

.div .box-code {
    margin-top: -80px;
}

.div .sub-box {
    padding: 10px 40px;
}

.div img{
    max-width: 100%;
}

.connected-div {
    margin: 0px auto;
    padding: 10px 40px;
    width: 100%;
    max-width: 450px;
    background-color: #f5f5f5;
}

.connected-div .logo {
    height: 45px;
    max-width: 100%;
    margin: 25px auto;
}

@media only screen  
and (min-device-width : 400px) {
    .connected-div .logo {
        height: 50px;
    }
}

@media only screen  
and (min-device-width : 350px)
and (max-device-width : 399px) {
    .connected-div .logo {
        height: 50px;
    }
}

.div .wifi-logo {
    width: 190px;
    height: 190px;
    margin: -130px auto 30px auto;
    border-radius: 50%;
    background-color:#fafafa;
    background-position: center;    
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-image: url(../images/icon_wifi.svg);
    box-shadow: 0px 2px 19px 0 rgba(0, 0, 0, 0.1);
}

.connected-div .label {
    font-size: 1rem;
}

.value-input {
    border: 0px;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 0px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    background: transparent;
    color: #b0b0b0;
    transition: border-color 0.4s linear;
}

.value-input:focus {
    border-color: #00d660;
    background: transparent;
    color: #b0b0b0;
}

.email-input {
    margin-top: 25px;
    margin-bottom: 25px;
}

.age-select {
    border: 2px solid #00d660;
    border-radius: 5px;
    height: 3.35rem !important;
    color: #00d660;
    font-size: 1rem;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/icon_arrow.svg);
    background-size: auto .4rem;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 1rem);
    background-position-y: center;
    padding-right: 1.6rem;
}

.age-select:focus {
    border-color: #00d660;
    color: #00d660;
    background-color: transparent;
    background-image: url(../images/arrow_on.svg);
}

.age-select:invalid {
    color: #b0b0b0; 
    background-color: #efefef;
    border-color: #efefef;
}

.age-select option {
    color: #b0b0b0;
}

.label {
    text-transform: uppercase;
    color: #b0b0b0;
    margin: 10px 0px;
    font-size: 0.8rem;
    padding-left: .75rem;
}

.sub-label {
    color: #b0b0b0;
    margin: 10px 0px;
    font-size: 0.8rem;
}

.terms-table {
    margin: 0.75rem 0px 1.5rem 0px;
}

.terms-table tbody {
    vertical-align: top;
}

.gender-radio {
    display:none;
}
.gender-radio + label {
    color: #b0b0b0;
    font-size:1rem;
    line-height: 3rem;
    text-align: center;
    width: 100%;
}

.gender-radio + label span {
    display:inline-block;
    width:100%;
    height: 3.35rem;
    margin:0px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    border-radius: 5px;
}

.gender-radio + label span {
    background-color:#efefef;
    background-position: center;    
    background-repeat: no-repeat;
    background-size: 60% 60%;
    border: 2px solid #efefef;
}

.gender-radio:checked + label span {
    background-color: transparent;
    border-color: #00d660;
}

.gender-male:checked + label span{
    color: #00d660;
}

.gender-female:checked + label span{
    color: #00d660;
}


.gender-radio + label span,
.gender-radio:checked + label span {
    -webkit-transition:background-color 0.4s linear;
    -o-transition:background-color 0.4s linear;
    -moz-transition:background-color 0.4s linear;
    transition:background-color 0.4s linear;
}

.terms-label {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    color: #b0b0b0;
    font-weight: normal;
}

.btn:focus {
    box-shadow: none;
}

.btn-submit {
    border: 2px solid #efefef; 
    box-shadow: none;
    color: #b0b0b0;
    background-color: #efefef;
    width: 100%;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    border-radius: 5px;
    white-space: normal;
}

.btn-submit:active {
    color: #00d660;
    border-color: #00d660;
    background-color: #deffee;    
}

.btn-back {
    color: transparent;
    background-position: center;    
    background-repeat: no-repeat;
    background-size: 37% 33%;
    background-image: url(../images/back_arrow.svg);
    box-shadow: none !important;
}

.btn-back:active {
    background-image: url(../images/back_arrow_hover.svg);
    background-color: #ffffff !important;
}

.checkbox-custom{
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label{
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-right: 10px;
    cursor: pointer;
}

.checkbox-custom-label{
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #efefef;
    display: inline-block;
    vertical-align: middle;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0.4rem;
    border-radius: 5px;
    border: 2px solid #efefef;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    -webkit-transition: border-color 0.4s linear, background-image 0.4s linear;
    -o-transition: border-color 0.4s linear, background-image 0.4s linear;
    -moz-transition: border-color 0.4s linear, background-image 0.4s linear;
    transition: border-color 0.4s linear, background-image 0.4s linear;
    
}

.checkbox-custom + .checkbox-custom-label:focus {
    outline: none;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    /*content: "\2713";    */
    background-image: url(../images/check_on.svg);
    background-color: transparent;
    background-position: center;    
    background-repeat: no-repeat;
    background-size: 62% 42%;
    border: 2px solid #00d660;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: none; /* focus style */
}

.error-warning {
    background-color: #fdeeee !important;
    border-color: #e54b4b !important;
}

.error-warning-checkbox::before {
    background-color: #fdeeee !important;
    border-color: #e54b4b !important;
}

.error-label {
    color: #e54b4b;
    margin: 10px 0px;
    font-size: 0.8rem;
}

.campaign-div {
    margin: 0px auto;
    padding: 10px 0px;
    width: 100%;
    max-width: 400px;
}

.campaign-form-body{
    position:relative;
}

.campaign-form-body img{
    margin-left: auto;
    margin-right:auto;
    cursor:pointer
}

.dec-div{
    background-color: rgba(0,0,0,0.4);
    position:absolute;
    top:0px;
    right:0px;
    width:auto;
    color:white;
    padding:2px;
}

.pl1{
    padding-left: 1px !important;
}

.pr1{
    padding-right: 1px !important;
}

.pr5{
    padding-right: 5px !important;
}

.pl5{
    padding-left: 5px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.text-center{
    text-align: center !important;
}



@media only screen  
and (min-device-width : 451px) {

    .connected-div {
        margin-top: 20px;
        border: 1px solid #ededed;
    }
}

::-webkit-input-placeholder {
    color: #b0b0b0 !important;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    color: #b0b0b0 !important;
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    color: #b0b0b0 !important;
 }
 
 :-ms-input-placeholder {  
    color: #b0b0b0 !important;
 }

 .hide {
     display: none !important;
 }

 .intl-tel-input {
     width: 100% !important;
 }

 .selected-flag {
    padding-left: .75rem !important;
    border-right: 5px solid #fafafa;
    width: 55px !important;
 }

 .selected-flag .iti-arrow {
    background-image: url(../images/icon_arrow.svg);
    background-position-x: right;
    background-repeat: no-repeat;
    height: .4rem !important;
    width: 1rem !important;
    border: none !important;
    right: 0px !important;    
 }

 .selected-flag:focus {
     outline: none;
 }

 .selected-flag:focus .iti-arrow {
    background-image: url(../images/arrow_on.svg);
 }

 .intl-tel-input.allow-dropdown input {
    padding-right: 10px !important;
    padding-left: 68px !important;
 }

 .terms-body {
    font-family: 'SF Text';
    font-size: small;
}

.loading-img {
    width: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
}