diff --git a/src/style/pages/changePassword.css b/src/style/pages/changePassword.css index fc64e064..e8071be2 100644 --- a/src/style/pages/changePassword.css +++ b/src/style/pages/changePassword.css @@ -15,6 +15,7 @@ } .form-title { + font-style:bold; font-family:Jost; font-size: 48px; height: 70px; @@ -91,7 +92,7 @@ .button { background-color: #007bff; - color: #fff; + color: #003366; border: none; cursor: pointer; justify-self: center; @@ -119,7 +120,7 @@ input { .input-field::placeholder { font-family:Jost; font-size: 16px; /* Tamanho da fonte desejado */ - color: #999; /* Cor do texto do placeholder, se desejar */ + color: #6C6C6C; /* Cor do texto do placeholder, se desejar */ /* Outros estilos desejados */ }