.tb_temp_class_customform-label{
    display: block;
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #393939;
}
.tb_temp_class_customform-input{
    background: #f1f1f1;
    box-shadow: none;
    border: 0;
    margin-bottom: 16px;
    width: 100%;
    padding: 8px 16px;
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #393939;
    border-bottom: 2px solid transparent;
}
.tb_temp_class_customform-input:active, .tb_temp_class_customform-input:focus{
    border-bottom: 2px solid #393939;
}