button{
    height: 35px;
    background-color:  rgba(212, 179, 158, 0.16);
    font-size: 18px;
    border-radius: 15px;
    border: 0px;
    outline: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition-duration: 0.1s;
    width:200px;  
    margin-top:20px;
}

.RegButton, .ResetPassButton, .LoginButton {
    height: 40px;
}

.RegButton, .ResetPassButton {
    margin-bottom: 20px;
}

button:active {
    background-color: #FFF2C0;
    transform: translateY(4px);
}
button:hover {
    background-color: #FFF2C0;
    color: black;
    cursor: pointer;
}

#join {
    margin-bottom:50px;
    margin-top: 50px;
}