:root {
    /*    --primary-color: #cd2d91;
    --primary-color-rgb: 241, 30, 59;
    --secondary-color: #f15a24;
    --secondary-color-rgb: 67, 186, 255;
    --primary-color: #392d9e;*/
    --primary-color: #393192;
    --primary-color-rgb: 241, 30, 59;
    --secondary-color: #fdb128;
    --secondary-color-rgb: 67, 186, 255;
}

/*.input-required {
    border: 1px solid red !IMPORTANT;
}*/

.backgroundHeader {
    /*background-color: #8781f2 !important;*/
    background-color: #393192 !important;
}

.myButton {
    background-color: #fdb128 !important;
    /*     -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 18px;
    border: 1px solid #fbb03b;
    /*     display:inline-block; */
    /*     cursor: pointer;
    color: #ffffff; */
    /* font-family: Arial; */
    /* font-size: 17px; */
    /* padding:16px 31px; */
    /*     text-decoration: none;
    text-shadow: 0px 1px 0px #fbb03b;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-family: "Red Hat Display";
    font-weight: 400;
    font-style: normal; */
}