@charset "utf-8";

/*
-----------------
created 2019.12.12
-----------------
up date 2019.12.12
-----------------
table of contents
-----------------
01.ma form
*/

/*
01.ma form
---------------------------------------------------------------------------------------*/
.mauticform-row {
    display: table;
    min-height: 40px;
    margin: 20px 0;
    /*border-top: solid 1px rgb(236, 236, 236);*/
}

.mauticform-row > label {
    padding: 2px 0;
    width: 100%;
    background-color: rgb(247, 247, 247);
    border-top: solid 1px rgb(236, 236, 236);
}

.mauticform-row > input {
    width: 100%;
}

.mauticform-button-wrapper {
    text-align: center;
    padding-top: 20px;
}

.mauticform_wrapper {
    font-size: 1.2em;
}

.img > .mb {
    display: none !important;
}

.mauticform_wrapper {
    max-width: 700px !important;
}

.mauticform-row > button[type="submit"] {
    background-color: rgb(26, 205, 74) !important;
    color: rgb(255, 255, 255) !important;
}
