/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.flex-container {
    /* list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.wrap {
    /* -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
}

.form-row {
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 25px; */
}

.label-toku {
    /* width: 40% !important;color: #808080 !important; */

}

.input-toku {
    /* width: 60% !important;border-color: #808080 !important; */
}

.font-color-toku {
    /* color: #808080 !important; */

}