body,html {
    margin: 0;
    padding: 0;
    
    font-family: "Chocolate Classical Sans", "Roboto";
    font-weight: 400;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
.wrapper {
    margin: 0 auto;
    max-width: 72rem;
}

.bg-image {
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url(../image/background.jpg?1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  
.registration-panel {
    background-color: #eeeeeedd;
    min-height: 100vh;
}


.registration-panel-card {
    max-width: 50rem;
    margin: 0 auto;
}