/* Regis */
.label-textbox {
    width: 95px !important;
    margin-top: 0px !important;
}
.label-textbox {
    font-family: 'museo-sans-300', sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 11px;
    width: 114px;
    display: block;
    float: left;
    font-weight: normal;
}
.input-textbox {
    width: 300px;
}
.select-box {
    width: 300px;
}
@media only screen and (max-width: 1024px) {
    .input-textbox {
        width: 100%;
    }
    .select-box {
        width: 100%;
    }
    .select-arrow {
        cursor: pointer;
        position: absolute;
        pointer-events: none;
        right: 0.8em;
        top: 4.7em;
    }
}
.modal-body {
    position: relative;
    padding: 30px;
    padding-top: 15px;
}
/* .Regis */