.wrapper{
    height: 100vh;
}

.belownav{
    height: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.leftdiv{
    width: 45%;
    text-align: center;
    padding-bottom: 5%;
}

.leftdiv p{
    font-size: 80px;
    color: rgb(255, 187, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.formholder{
    margin: auto;
    padding-right: 5%;
    width: 55%;
    border-width: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
}

.errormessage{
    font-size: 18px;
    color: #F00;
}

.formholder .formcontrol{
    width: 90%;
    margin-bottom: 30px;
    font-size: 20px;
    padding: 7px;
    border: none;
    border-bottom: solid;
    border-color: rgba(255, 187, 0);
    outline: none;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

::placeholder{
    color: rgb(180, 180, 180);
}

.formholder .formsubmit{
    width: 50%;
    padding: 10px;
    background-color: rgba(255, 187, 0);
    border-style: solid;
    border-color: rgba(255, 187, 0);
    border-width: 3px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.formholder .formsubmit:hover{
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 3px;
    color: rgb(255, 187, 0);
    transition: 0.3s;
    cursor: pointer;
}

.formholder a{
    text-decoration: none;
    color: rgb(255, 187, 0);
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
