#interaction{
    height: 100vh;
    min-height: 650px;
    
}
#interaction .interaction-content{
    height: 100%;
    min-height: 650px;
    
}
.client-info{
    height: 100%;
}
.client-info .register{
    background-color: #FCBA2D;
    text-align: center;
    padding: 25px 0;
    height: 40%;
}
.client-info .info{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 0;
}
.client-info .newsletter{
    background-color: #592D82;
    height: 60%;
    flex-direction: column;
    justify-content: center;

}
.client-info .newsletter p{
    color: #FCBA2D;
    margin-bottom: 45px;

}
.client-info #register{
    margin: auto;
    display: flex;
    justify-content: center;
}
.client-info #register .button{
    margin-top: 10px;
}

.client-info .register p, .client-info .register strong{
    color: #592D82;
    font-size: 1.875rem;
    margin: 10px 0;
    padding: 10px;
}
.client-info .ticket{
    width: 230px;
    height: 50px;
    background-color:#592D82;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 25px;
    transition: transform .3s; /* Animation */
}
.client-info .ticket:hover{
    transform: scale(1.15);

}
.client-info .ticket a{
    text-decoration: none;
    color: #fff;
}

.newsletter .client-form{
    text-align: center;
    
}
.newsletter .client-form p{
    font-size: 1.875rem;
}
.newsletter .politic{
    color: #FCBA2D;
    background-color: transparent;
    border: none;
    text-decoration: none;
    font-size: 0.75rem;
    padding: 0px;
}
.newsletter .client-form .form-group input{
    color: #fff;
    font-size: 1rem;
    background-color: #592D82;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    opacity: 1;
    margin-right: 10px;
    
}
.newsletter .client-form .data{
    justify-content: center;
}
.newsletter .client-form .auth, .newsletter .client-form .auth a{
   font-size: 0.75rem;
   padding: 0 15px;
}
.newsletter .client-form .auth a{
   font-size: 0.75rem;
   text-decoration: none;
   color: #FCBA2D;
}
.newsletter .client-form .data input::-webkit-input-placeholder {
    color: #fff;
    font-size: 1rem;
    font-weight: lighter;

    
 }
 
 .newsletter .check-options{
     padding-left: 25px;
     text-align: left !important;

 }
 
 .newsletter .check-options:first-child{
    margin-bottom: 15px;
 }
 
 .newsletter .client-form .data input:-moz-placeholder {
    color:  #fff;
    font-size: 1rem;
    font-weight: lighter;

 }
 
 .newsletter .client-form .data input::-moz-placeholder {
    color:  #fff;      
    font-size: 1rem;
    font-weight: lighter;

 }
 
 .newsletter .client-form .data input:-ms-input-placeholder {  
    color:  #fff;  
    font-size: 1rem;
    font-weight: lighter;
 }

#interaction .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
    border: 1px white solid;
    background: transparent;
    width: 20px;
    height: 20px;
    padding: 2px;
}
#interaction .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
    border-radius: 50%;
    border: 1px white solid;
    background: transparent;
    width: 20px;
    height: 20px;
    background: url("/assets/images/check-symbol.svg"), no-repeat;
    background-size: cover;
}
#interaction .custom-control-input:checked ~ .custom-control-label::before{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.newsletter .custom-checkbox {
    display: flex;
    padding: 5px 40px
}
.client-info .newsletter input[type=text], .client-info .newsletter input[type=email]{
    height: 50px;
    padding-left: 30px;
    }

@media (min-width:767.98px) and (max-width: 991.98px) { 
    .client-info .newsletter input[type=text], .client-info .newsletter input[type=email]{
        width: 100%;
        height: 50px;
    }
}
@media(max-width: 791.98px) { 
    #interaction{
        height: 100%;
    }
    #interaction .register, #interaction .newsletter{
        padding: 0 20px;
    }
    .client-info .register p, .client-info .register strong{
        font-size: 1.625rem;
    }
    .client-info .newsletter input[type=text], .client-info .newsletter input[type=email]{
        width: 100%;
        height: 50px;
    }
    .newsletter .custom-checkbox {
        display: block;
        padding: 5px 40px
    }
    .newsletter .client-form{
        text-align: center;
        margin: 40px auto;
        padding: 0px;
    }
    .newsletter .client-form p{
        font-size: 1.125rem;
    }
    .newsletter .client-form .auth{
        text-align: justify
    }   
    .newsletter .button button{
        margin: auto;
        margin-top: 20px;
    }
}