html, body {
    min-height: 100%;
}

body {
    background: #FCFEFD;
    background: linear-gradient(180deg,rgba(252, 254, 253, 1) 0%, rgba(183, 217, 216, 1) 100%);
}

.form-container {
    padding: 0 10px;
}

.mauticform_wrapper {
    padding-top: 110px;
    background-image: url('../img/rdt_logo.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 200px;
}