Evo.Auth/apps/web/elements/Input.module.css
2022-11-27 12:55:26 +03:00

18 lines
315 B
CSS

.input {
font-family: Montserrat;
border: 1px solid rgba(0,16,61,.12);
box-sizing: border-box;
height: 40px;
background: #fff;
padding: 0 12px;
width: 100%;
outline: none;
/* font-size: 15px; */
}
.input::placeholder {
color: var(--color-primary);
filter: brightness(0.25);
opacity: 0.9;
}