input[name='USER_LOGIN'] {
    width: 70%;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-shadow: none;
    height: 48px;
    font-size: 13px;
    padding: 8px 13px 7px;
}
input[name='USER_LOGIN']:focus-visible {
    outline: 0;
}
input[type='submit'] {
    padding: 10px;
    width: 15%;
    background-color: white;
    border: 1px solid #eeeeee;
}

input[type='submit']:hover {
    border-color: #00BAFF;
    color:#0d6efd;
}