.sm {
    color: #808285;
    font-family: arial, helvetica, tahoma;
    font-size: 12px;
    width: 586px;
    background: url(../images/tip-mom-mid.gif) repeat-y top left;
}

.sm-cntr {
    background: url(../images/tip-mom-top.gif) no-repeat top left;
}

.sm-form {
    background: url(../images/tip-mom-bottom.gif) no-repeat bottom left;
}

.sm-form h1 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}

.sm-field-cntr {
    margin-bottom: 17px;
    width: 375px;
    display: flex;
    justify-content: flex-end;
}

.sm-field-cntr .formLabel {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0;
    margin-top: 4px;
    width: 80px;
}

.sm-field-cntr .asterisk {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    color: #ec008c;
    font-size: 12px;
    margin-top: 4px;
}

.sm-field-cntr select {
    font-size: 14px;
    color: #505050;
    background: rgb(240, 240, 240) repeat-x 0 0;
    padding: 4px;
    border: 1px solid rgb(200, 200, 200);
    width: 280px;
    margin-left: 3px;
}

.sm-field-cntr input {
    background: url(../images/selectbox-four.gif) no-repeat top left !important;
    padding: 0 9px 1px;
    width: 280px;
    height: 31px;
    font-size: 14px;
    border: none;
    color: #808285;
    margin-left: 3px;
}

.sm-field-cntr textarea {
    background: url(../images/selectbox-five.gif) no-repeat top left !important;
    padding: 0 9px 1px;
    width: 280px;
    height: 217px;
    font-size: 14px;
    border: none;
    color: #808285;
    margin-left: 3px;
}
.sm-field-cntr .js-rqd-msg{
    display:none !important;
}
.sm-form-submit {
    cursor: pointer;
    margin-left: 95px;
    margin-bottom: 22px;
}

@media (max-width: 576px) {
    .sm {
        width: 100%;
        background-size: contain;
    }
    .sm-cntr {
        background-size: contain;
    }
    .sm-form {
        padding: 20px;
        background-size: contain;
    }
    .sm-field-cntr {
        width: auto;
        display: block;
    }
    .sm-field-cntr .formLabel {
        display: inline;
        text-align: left;
    }
    .sm-field-cntr .asterisk {
        display: inline;
    }
    .sm-field-cntr .js-form-field,
    .sm-field-cntr select,
    .sm-field-cntr textarea {
        margin: 0;
        display: block;
    }
    .sm-form-submit {
        margin-left: 0;
    }
}