* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: url(background.jpg);
    opacity:0.9;
}

.content label, h4{
    text-align: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 400px;
    padding: 20px; 
    border: 2px solid  rgba(195, 210, 224, 0.155);
    border-color:rgba(174, 200, 224, 0.098);
    border-radius: 8px;
    background-color: rgba(195, 210, 224, 0.379);
}

form {
    background-color: rgb(84, 91, 98);
    image-rendering: crisp-edges;
    justify-content: center;
    margin-top: 150px;
}

form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

form input {
    display: block;
    text-align: center;
    width: 250px;
}

form button{
    padding: 1px;
    margin-top: 1px;
    width: 100px;
}

.login{
    color: rgb(255, 253, 253);
}

.login{
    color: white;
}

.login:hover{
    text-decoration: blue;
    text-transform: uppercase;
}

.color-option {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}

.color-option input {
  margin-right: 5px; /* space between radio circle and label text */
}