.gform_wrapper .welcome-back-msg {
    color: #fbc272;
    margin-bottom: 15px;
    margin-top: -11px;
    border: 1px solid #ccc;
    padding: 8px 8px;
    border-radius: 5px;
    background: #b5181a;
}

ul#gform_fields_19 {
    padding-left: 0px;
}

ul#gform_fields_19 li {
    list-style-type: none;
}

.mw-agree-to-terms-policy ul {
	padding-left: 0px !important;
}

.mw-agree-to-terms-policy .gfield_label {
	display: none;
}

.mw-wp-loading {
	position: absolute;
    top: 40%;
    left: 45%;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.mw-wp-loading-text {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    margin-top: 6px;
}

.mw-wp-loading-icon {
  	border: 5px solid #32b29b;
    border-radius: 50%;
    border-top: 5px solid #9ef027;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: inline-block;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.mw-overlay {
	background: rgba(242, 240, 240, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
}
