#title {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 14px;
}

.subtitle{
    text-align: center;
}

#form {
    border-radius: 15px;
    padding: 22px;
    margin-bottom: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction:row;
    justify-content: space-around;
}

#formLeft, #formRight{
    display: flex;
    flex-direction: column;
    width: 45%
}

#formRight{
    justify-content: space-between;
    text-align: center;
}

.inputBox{
    height: 49px;
}

#dropdown{
    height: 39px;
}

.messageBox{
    height: 111px
}

#buttonDiv{
    display: flex;
    justify-content: space-between;
}

button{
    width: 199px;
    height: 53px;
    font-size: 105%;
    margin-left: auto;
    margin-right: auto;
    border: hidden
}

#submit:hover{
    background-color: #3bbc77;
}

#submit{
     background-color: #64ca93;
}

#reset {
    background-color: #ff5353;
}

#reset:hover {
    background-color: #ff1919;
}

#spacer {
    height: 592px;
}
