.se-webform-inner {
    background: #E7F0F2 !important;
}

.se-image {
    background-size: contain !important;
}

.se-body {
    padding: 20px !important;
}

.se-webform-inner .se-submit button {
    background: #0F6E80 !important;
}

.se-webform-inner .se-body ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.se-webform-inner .se-body ul li label {
    color: #0F6E80 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.se-webform-inner .se-body ul li label::after {
    color: #db5551 !important;
}

.se-webform-inner .se-body ul li input {
    background: #ffffff !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #0F6E80 !important;

}

.se-webform-inner .se-body ul li input:focus {
    outline: 1px solid #0F6E80 !important;
    color: #0F6E80 !important;

}

@media (max-width: 490px) {
.se-webform-v2-modal-content {
    width: 350px !important;
}
}

@media (max-width: 380px) {
.se-webform-v2-modal-content {
    width: 280px !important;
}

.se-image {
    height: 180px !important;
}
}