*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}

#register_form{
    box-shadow: 0px 0 25px rgb(0 0 0 / 15%);
    padding:10px 30px 20px 30px;
}

#acc_person{
    display: none;
}
.Member{
    display: flex;
    justify-content: space-evenly;
}
.Check{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    
    margin-top: 30px;
}
.Registration_Form{
    display: flex;
    
    flex-wrap: wrap;
}
.Registration_Form>div{
    margin-top: 10px;
}
.Accompanying{
    display: flex;
}
.Accompanying{
    width: 87%;
}
.Accompanying>div{
    width: 58%;
}
.City{
    width: 92%;
}
.Row{
    display: flex;
}
.Member12{
    margin-top: 20px;
}
.Payment{
    display: flex;
}
.img-fluid{
    width:100%;
}