.formEmbed {
    background: #f1f1f1;
    border-radius: 25px;
    border: 1px solid #ebeced;
    margin-bottom: 20px;
    padding: 25px 25px 20px;
    position: relative;
    align-items: flex-start;
    max-width: 1096px;
    border-top: 18px solid #25598c;
}
.half-field {
    width: 48%;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    flex-direction: row;
}
.half-field select {
    width: 100%;
}
.sm input, .sm select{
    width: 35% !important;
    flex-direction: row;
}
.sm select {
    margin-right: 15px;
}
#left {
    float: left;
}
#right {
    float:right;
}
#errMSGstd {
    width: 100%;
}
.form-submit {
    width: 100%;
}
.form-submit input, .form-submit button {
    display: flex;
    cursor: pointer;
    opacity: .8;
    position: relative;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 60px 10px 50px;
    font-size: 1rem;
    border-radius: 5px !important;
    border: none;
    border-left: 5px solid;
    box-shadow: 0 15px 15px -10px;
    min-width: max-content!important;
    color: #25598c;
}
#fields {
    min-width: 100%;
    margin: 10px;
}

/* Mobile styles */
@media only screen and (max-width: 600px) {
    .half-field {
        width: 100%;
        margin-left: 0px;
    }
    .sm input, .sm select {
        width: 100% !important;
    }
}
