* {
    font-family: "Ubuntu Sans", sans-serif;
    color: #63666A;
}

body {
    margin: 0 auto;
}

.container {
    display: block;
    height: 100vh;
    width: 100%;
}

.left-section {
    height: 100px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: none;
}

.right-section {
    width: 90%;
    background-color: white;
    margin: auto;
}

.logo-img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    top: 25%;
}

.logo-mobile {
    display: none;
}

.logo-desktop {
    display: block;
}

.form-group {
    margin-top: 0.75em;
}

.form-title {
    font-size: 1.5em;
    color: #E30613;
    font-family: "Urbanist", sans-serif;
}

label {
    display: block;
    font-weight: bold;
    font-size: 0.625em;
}

input[type="text"],
input[type="email"],
select {
    width: 90%;
    font-size: 1em;
    background: #ffffff !important;
    color: #363636;
    padding: 0.75em;
    margin: 0.5em 0;
    border: 1px solid #ccc;
    border-radius: 100px;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="text"],
input[type="email"] {
    padding-left: 15px;
}

.checkbox-field {
    display: flex;
    flex-direction: row;
}

.legals {
    color: #000000;
}

button {
    padding: 10px 20px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}

.checkbox-table {
    display: table;
}

.checkbox-table-cell {
    display: table-cell;
}

input[type="checkbox"] {
    transform: scale(1.5);
    accent-color: #E30613;
    height: 15px;
    cursor: pointer;
}

label[for="agree"] {
    width: 90%;
    text-align: left;
    position: relative;
    display: block;
    padding-left: 4px;
}

.agree-text {
    vertical-align: middle;
    padding-left: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}

.form-button-center {
    text-align: center;
    width: 90%;
    margin-top: 2.5em;
}

.form-button {
    background-color: #E30613;
    font-family: "Ubuntu Sans", sans-serif;
    color: #ffffff;
    border: 1px solid #ff001b;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.75em 2em;
    cursor: pointer;
    margin: 0.5208vw 0 1.40625vw 0;
    font-size: 0.875em;
    border-radius: 100px;
    font-weight: bold;
    letter-spacing: 1px;
}

.mandatory-fields {
    font-size: 0.75em;
    padding: 2em 0 1em 0;
}

/*====================*/
/* ERROR MESSAGE CSS */
/*====================*/

form .error {
    color: #E30613 !important;
}

input.error,
select.error {
    border: 1px solid #E30613 !important;
    color: #E30613 !important;
}

input.error::placeholder,
select.error::placeholder {
    border: 1px solid #E30613 !important;
    color: #E30613 !important;
}

input.error::-webkit-input-placeholder {
    color: #E30613;
    border: none !important;
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
    .left-section {
        height: 16%;
    }

    .right-section {
        padding: 0 2em;
    }

    .form-title {
        font-size: 2.5em;
        font-family: "Urbanist", sans-serif;
    }

    .form-group {
        margin-top: 1em;
    }

    .logo-img {
        width: 33%;
    }

    label {
        font-size: 1.1em;
    }

    .agree-text {
        font-size: 0.9em;
    }

    input[type="checkbox"] {
        transform: scale(2);
        height: 40px;
    }

    input[type="text"],
    input[type="email"] {
        padding-left: 15px;
    }

    .form-button {
        font-size: 1.3em;
        margin: 2.5208vw 0 1.40625vw 0;
    }
}

@media only screen and (min-width: 1024px) {
    .form-title {
        padding: 3vh 1em 0.7vh 0em;
        font-size: 2.125em;
        color: #E30613;
        font-family: "Urbanist", sans-serif;
    }

    .container {
        display: table;
        height: 100vh !important;
        min-height: 900px;
    }

    .left-section {
        display: table-cell;
        width: 60%;
        height: 100vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("https://image.email.groupeseb.com/lib/fe3611717564047d721177/m/1/1893b990-3f8d-4ff4-9b79-345c98f62518.png");
    }

    .right-section {
        display: table-cell;
        width: 40%;
        height: 100vh;
        background-color: white;
        padding: 0 3.8125em;
        vertical-align: middle;
    }

    .logo-img {
        position: relative;
        display: block;
        width: auto;
        top: 5%;
        left: 5%;
        margin: 0;
    }

    .logo-mobile {
        display: none;
    }

    .logo-desktop {
        display: block;
    }

    label {
        display: block;
        font-weight: bold;
        font-size: 0.625em;
    }

    input[type="text"],
    input[type="email"],
    select {
        width: 90%;
        padding: 10px;
        font-size: 0.75em;
        border: 1px solid #ccc;
        border-radius: 100px;
        -ms-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    input[type="text"],
    input[type="email"] {
        padding-left: 15px;
    }

    .mandatory-fields {
        font-size: 0.75em;
        padding: 0.5em 0 0 0;
    }
}