.input-f{
    width: 29% !important;
    border: 0px !important;
    padding: 4px !important;
    margin-left: 5px;
    border-radius: 15px !important;
}

.login-f{
    background-color: #f4f4f4 !important;
    color: #353535 !important;
    cursor: pointer !important;
}

.current-user-text{
    text-align: right !important;
    color: #ffffff !important;
    display: block !important;
}

.current-user-text a{
    color: #ffffff !important;
}
#login{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

#show-user-error{
    text-align: center !important;
    color: #fd9626 !important;
}
