
.signupButton {
    align-content: center;
    border-color: transparent;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%;
    border-style: solid;
    background-color: #39375c;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #d0c8c8;
    transition: opacity 0.3s ease-in-out, background-color 1.0s ease;
}
.signupButton:hover {
    transition: opacity 0.3s ease-in-out, background-color 1.0s ease;
    background-color: #6a66a9;
}

.signupIO {
    display: flex;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}
.signupColumn {
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
}

.signupHeader 
{
    margin: 5%;
    align-content: center;
    border: 2px solid #5e59ac;
    border-radius: 10px;
    height: 60px;
    width: 100%;
    background-color: #39375c;
    font-family: Verdana, sans-serif;
    color: white;
    font-size: 18px;
}
.inputLabel {
    font-family: Verdana, sans-serif;
    color: white;
    font-size: 14px;
    font-weight: bold;
}