temperature-alarm/frontend/styles/auth.css

45 lines
727 B
CSS

body {
font-family: Arial, Helvetica, sans-serif;
}
/* Full-width input fields */
input[type=text], input[type=password], input[type=email] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
/* Set a style for all buttons */
button {
background-color: #04AA6D;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
button:hover {
opacity: 0.8;
}
.form-container {
width: 800px;
padding: 16px;
margin: auto;
}
.details {
display: flex;
justify-content: space-between;
margin-top: 0.5rem;
}
button{
border-radius: 20px;
}