.finckers-form {
    margin-bottom: 15px;
}

.finckers-form label {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    /*
    width: 100%;
    display: block;

     */
}

@media only screen and (max-width: 600px) {

    #finckers-loan-select-submit label {
           margin: 0;
    }

}




.finckers-form input[type=text], .finckers-form input[type=date], .finckers-form select {
    border: 1px solid #6a99cb;
    font-size: 110%;
    height: 50px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .finckers-form input[type=date] {
        min-width:95%;
    }
}


.finckers-form select option {
    height: 50px;
}

.finckers-form button[type=submit] {

    background: #5cb85c;
    color: #FFF;
    border: none;
    height: 50px;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    position: relative;

}

.finckers-form button[type=submit]:after {

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    color: #FFF;

    position: absolute;
    right: 8px;
    top: 12px;

}



.finckers-form label {
    position: relative;
    cursor: pointer;
}



.finckers-form label .far {
    display: inline
}

.finckers-tt {
    display: none;
    position: absolute;
    bottom: 20px;
    background: #ff5c01;
    border-radius: 5px;
    padding: 20px;
    font-weight: normal;
    color: #FFF;
    width: 250px;
}

.finckers-form label:hover .finckers-tt {
    display: block;
}

.finckers-input {
    position: relative;
}

@media only screen and (max-width: 600px) {
    .finckers-input {
        width: 100%;
    }

}

.finckers-input .finckers-tt {
    bottom: -120px;
}

.finckers-tt-alert {
    display: block;
}

.finckers-input-container.false .finckers-tt-alert .finckers-tt {
    display: block;
    z-index: 1;
}

