/******generic***********/
.form-control.focus, .form-control:focus, .form-control.m-input--solid:focus {
    border-color: #146936;
    color: #575962;
}

a, .theme-link {
    color: #007ba0;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: inherit;
        border-color: inherit;
        text-decoration: none;
    }

.btn-theme, .theme-btn {
    background-color: #146936;
    border-color: #146936;
    font-size: 16px;
    color: #fff;
}

    .btn-theme:hover, .theme-btn:hover {
        background-color: #083d1d;
        border-color: #083d1d;
    }

.font-14 {
    font-size: 14px;
}

.no-border {
    border: 0 !important;
}

.required-star {
    font-size: 10px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 7px;
    letter-spacing: normal;
    text-align: center;
    color: #fe0101;
    vertical-align: middle;
}
