input{
    font-size: 17px;
    padding: 10px;
}

button{
    height: 40px;
    width: 300px;
    padding: 5px;
    font-size: 17px;
    font-weight: bold;
    color:  white;
    border-style: none;
    border-radius: 4px;
}

h1{
    color: #333;
}

a{
    text-decoration: none;
    color: #333;
    font-weight: normal;
}

p a{
    font-weight: bold;
}

a:hover{
    text-decoration: underline;
}

.signup-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.signup-form{
    width: 400px;
}

.signup-form form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.name-container{
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.name-input{
    width: 150px;
    margin: 5px;
}

.show-password{
    width: 250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: flex-end;
}

.actions{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.email-input{
    width: 333px;
    margin: 2px;
}

.bday-input{
    width: 333px;
    margin: 2px;
}

.username-input{
    width: 333px;
    margin: 2px;
}

.password-container{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pwd-input{
    width: 333px;
    margin: 2px;
}

.show-password{
    width: 250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: flex-end;
}

.actions{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.terms{
    font-size: 14px;
    color: #949191;
}


.bday_label{
    align-self: flex-start;
    font-size: 14px;
    font-weight: bold;
    color: #7e7e7e;
}


