/* ================================
   8. FORMS & INPUTS
   ================================ */

/* Container for Forms */
.col {
    float: left;
    width: 450px;
    margin: auto;
    padding: 0 50px;
    margin-top: 6px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Vertical Line */
.vl {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border: 2px solid #ddd;
    height: 175px;
}

.inner {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 8px 10px;
}

.hide-md-lg {
    display: none;
}

.bottom-container {
    text-align: center;
    background-color: #666;
    border-radius: 0px 0px 4px 4px;
}

/* Input Placeholder Styling */
.mon-input::placeholder {
    font-weight: bold;
    color: black;
    font-weight: bold !important;
    font-size: 20px;
    font-weight: 400;
}

.mon-input::-webkit-input-placeholder {
    font-weight: bold;
    color: black;
    font-weight: bold !important;
    font-size: 22px;
    font-weight: 600;
}

.mon-input::-moz-placeholder {
    font-weight: bold;
    color: black;
    font-weight: bold !important;
    font-size: 20px;
    font-weight: 600;
}

.mon-input:-ms-input-placeholder {
    font-weight: bold;
    color: black;
    font-weight: bold !important;
    font-size: 20px;
    font-weight: 600;
}

.label_hidden_1m8bb6v {
    font-size: 20px !important;
    font-weight: bold !important;
}

/* Modal Footer */
.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px;
}
