/*
 Theme Name:   beauty24
 Theme URI:    https://www.mojom.io/beauty24
 Description:  theme enfant
 Author:       Mojom
 Author URI:   https://www.mojom.io/
 Template:     mojom_v1.3
 Version:      1.0.0
 Text Domain:  mojom-child
*/

/*------CSS LAURENCE------*/
#form-classic .civility input:checked~.gender-select::before {
    background-color:#7cd1fb;
}

.terms a{
    color:#7cd1fb;
}
.terms {
    background-color:rgb(16 17 20 / 70%); ;
}
#form-classic{
    border-radius:0px;
}
@media(min-width:1024px){
    #container-form>div {
        width: 50%;
    }
    #container-form{
        align-items: flex-start;
    }
    #container-form img.img-lot{
        border-radius:20px 0 0 20px;
    }
    #form-classic{
        border-radius: 0px 20px 20px 0;
    }
}
