diff --git a/src/sass/_login.scss b/src/sass/_login.scss index 002ab59..4779a06 100644 --- a/src/sass/_login.scss +++ b/src/sass/_login.scss @@ -29,28 +29,27 @@ border-radius: 10px; outline: 0; border-color: transparent; + text-transform: none !important; &:focus { border-color: #ff9900; } } } - &-button { - width: 80%; + width: 80%; background-color: #cd9035; color: white; - &:hover{ + &:hover { background-color: #a7743d; color: white } - &:focus{ + &:focus { color: white; } } - &-alerta-error { width: 260px; left: calc(50% - 130px); top: calc(383px + 1.5em); } -} +} \ No newline at end of file