.inputStyles{
    background-color: transparent;
    color: white;
    font-weight: bold;
    border: 0;
    border-bottom: 2px solid #fff;
    font-size: 21px !important;
    transform: rotate(-6.5deg);
    outline: none;
    box-shadow: none;
}

.inputStyles:focus{
    outline: none;
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #fff;
}