#mailersend-section {
    margin-right: 20px;
}

#mailersend-section .mailersend-wrapper {
    display: flex;
    justify-content: space-between;
}

#mailersend-section .mailersend-wrapper .ms-right_content {
    width: 320px;
    flex-shrink: 0;
}

#mailersend-section .mailersend-wrapper .ms-left_content {
    width: calc(100% - 340px);
}

#mailersend-section .mailersend-wrapper .mailersend-container {
    padding: 15px;
    background: #fff;
    margin: 0 0 20px 0;
}

#mailersend-section .mailersend-wrapper .mailersend-container h2 {
    margin: 0;
    line-height: normal;
    font-weight: 700;
}

#mailersend-section .mailersend-wrapper .mailersend-container p {
    margin: 7px 0 10px 0;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field:not(:last-child) {
    margin: 7px 0 15px 0;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field .mailersend-label {
    min-width: 160px;
    padding: 0 20px 0 0;
    flex-shrink: 0;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field .mailersend-label label {
    font-size: 14px;
    font-weight: 500;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field .mailersend-submit {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field.submit {
    padding: 0;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field.submit input#submit {
    margin: 0;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field .mailersend-submit .input_wrap {
    flex-grow: 1;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field.error-box {
    margin: 0 0 10px 0;
    padding: 0 110px 0 0;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field.error-box article#alert-box-maintenance {
    margin: 0;
}

#mailersend-section .mailersend-wrapper .ms-left_content #mailersend_log {
    min-height: 125px;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-danger-zone {
    background: #FFFFFF;
    padding: 15px;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-danger-zone p.danger, .mailersend-label .danger {
    margin: 0;
    color: #FF0000;
    font-weight: bold;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-danger-zone p {
    margin: 10px 0 10px 0;
}


#mailersend-section .mailersend-wrapper .ms-right_content .mailersend-sidebar {
    padding: 15px;
    background: #fff;
}

#mailersend-section .mailersend-wrapper .ms-right_content .mailersend-sidebar h2 {
    margin: -15px -15px 0 -15px;
    line-height: normal;
    padding: 10px 15px;
    font-weight: 700;
}

#mailersend-section .mailersend-wrapper .ms-right_content .mailersend-sidebar .sidebar_infolink {
    margin: 10px 0 0 0;
}

#mailersend-section .mailersend-wrapper .ms-right_content .mailersend-sidebar .sidebar_infolink h3 {
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: normal;
}

#mailersend-section .mailersend-wrapper .ms-right_content .mailersend-sidebar .sidebar_infolink h3:not(:last-child) {
    margin: 0 0 10px 0;
}

#mailersend-section h1 {
    line-height: normal;
}

#mailersend-section .mailersend-wrapper .ms-left_content .credit_go {
    padding: 11px 15px;
    font-size: 14px;
    line-height: normal;
}


/******** Responsive Design CSS **********/

@media (max-width: 1199px) {

    #mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field .mailersend-label {
        min-width: 120px;
    }

}

@media (max-width: 1100px) {

    #mailersend-section .mailersend-wrapper .ms-left_content {
        width: 100%;
        margin: 0 0 30px 0;
    }

    #mailersend-section .mailersend-wrapper .ms-right_content {
        width: 100%;
    }

    #mailersend-section .mailersend-wrapper {
        flex-flow: wrap;
    }

}

@media (max-width: 782px) {

    #mailersend-section {
        margin-right: 10px;
    }

    #mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field .mailersend-label {
        width: 100%;
        margin: 0 0 7px 0;
    }

    #mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field:not(:last-child) {
        margin: 0 0 10px 0;
    }

    #mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field {
        flex-flow: wrap;
    }

    #mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field.error-box {
        padding: 0 0 0 0;
    }

}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field {

    display: flex;
    align-items: center;
}

.mailersend-input {

    display: flex;
    flex-direction: column;
    width: 100%;
}

.error {
    color: red;
    font-weight: bold;
}

#mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field input[type="text"], #mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field input[type="password"], #mailersend-section .mailersend-wrapper .ms-left_content .mailersend-form .mailersend-field textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 15px;
    flex-grow: 1;
    width: 100%;
}

.is_hidden {
    display: none;
}

.mailersend_code_def {
    padding: 5px 0;

}

.mailersend_code_def span {
    display: block;
    margin-bottom: 5px;
}

.mailersend_defined_text {
    height: 45px;
    line-height: 45px;
}

.mailersend_input_box {
    margin-top: 5px;
}

.mailersend-notice, .mailersend-conflict-found-notice {
    margin-left: 2px;
}

