body{
    background-image:  url("../img/background.jpg");
    
}
#global-form{
    width: 80%;
margin-left: 10%;
border: solid white 2px;
border-radius: 10px;
height: 570px;
background-color:#009a9c;
margin-top: 10%;
}
#logo_biform{
    margin-top: 6%;
    width: 50%;
    margin-left: 25%;
}
#phrase1{
    color:white;
    margin-left: 24%;
}
#button{
    margin-top: 1%;
    margin-left: 40%;
    height: 60px;
    width: 250px;
    background-color:#424242 ;
    border-radius:  50px;
    /* margin-right: auto; */
}
#phrase2{
    margin-left: 20%;
    color:black;
}
#phrase3{
    color:white;
    margin-left: 35%;
}

#global-catalogue{
    padding:1%;
}
#button_submit{
    background-color:#424242 ;
    color:white;
    /* margin-left: 40%; */
    margin-top:1%;
    border-radius: 5px;
}
#button_visit_website{
    background-color:#424242 ;
    color:white;
    margin-left: 60%;
    margin-top:1%;
    border-radius: 5px;
    
}
.customer_service_title{
    margin-top: 2%;
    text-align: center;
    color: white;
}
.customer_service_data{
    color: white;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}
.emoji{
    width: 25px;
}
label{
    color: white;
}
