
/* Adding the color row background to the top of the form */
body:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background-image: url('https://i.postimg.cc/dQ73gWjP/D1-color-line-design.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px; /* Add space below the image */
}

div.__unstyled {
  line-height: 1.5em;
}

.LiveField {
    background-color:#285b9f;
}

.LiveField__header {
    font-size:1.5em;
    color:#fff;
}

.LiveField__description {
    color:#fff;
}

.LiveField__input {
    background-color:#fff;
    margin-top: 10px;
    padding:5px;
}

.Choices__label {
  line-height:1.25em;
}

.Choices .Choices__choice .material-icons {
    font-size:20px;
}

.LiveField__answer {
    background-color:#fff;
}

Matrix__container-inner {
background-color: #fff;
    padding: 5px;
    margin-top: 10px;
}

.submit .btn-raised.btn-primary {
margin-top: 50px;
}