
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #171324;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.bgforms_festival {
    background-color: #fff;
    border-radius: 15px;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.button_festival {
    position: absolute;
    width: 171px;
    height: 66px;
    background-color: #f5a682;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    color: #1c1836;
    text-align: center;
    line-height: 66px;
    cursor: pointer;
}




.bgbutton_festival {
    background-color: #f5a682;
    border-radius: 50px;
    border: none;
    height: fit-content;
    color: #1c1836;
    font-family: BiennaleBlack;
}

    .bgbutton_festival:hover {
        color: lightgrey;
    }

.bgbutton_festival_small {
    background-color: #f5a682;
    border-radius: 50px;
    border: none;
    height: fit-content;
    color: white;
    font-family: BiennaleBlack;
    font-size: x-small;
}

.bgbutton_small:hover {
    color: lightgrey;
}

.field {
    border: 1px solid #f5a682;
    border-radius: 50px;
    background-color: #fff;
}

    .field:hover {
        color: #333333;
    }

    .field:focus {
        outline: none !important;
        border: 2px solid #f5a682;
        box-shadow: 1px !important;
    }

.subtitle_festival {
    color: #f5a682;
    font-family: BiennaleBlack;
    font-size: large;
}

.subtitle_festival_small {
    color: #f5a682;
    font-family: BiennaleBlack;
    font-size: smaller;
}

.title_festival {
    color: #f5a682;
    font-family: BiennaleBlack;
    font-size: xx-large;
}

.bgbedrag_festival {
    background-color: lightgrey;
    border-radius: 50px;
    border-color: #f5a682;
    border: thin;
}

.bgtopbar_festival {
    background-color: #171324 !important;
    font-family: BiennaleBlack;
    color: #F5A682;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: #1c1836;
    border: thin;
}

.maintitle_festival {
    color: #1c1836;
    font-family: BiennaleBlack;
    font-size: xx-large;
}
