body{
    font-family: Poppins;
}

.wrapper{
    width: 100vw;
    height: calc(100% - 150px);
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    color: white;
}

#logo{
    width: 15em;
}

form{
    font-family: Poppins;
    width:80%;
    text-align: center;
}

.form-input{
    font-family: Poppins;
    width: 60%;
    padding: 15px;
    background-color: #111;
    color: white;
    border: none;
    border-bottom: 2px solid #c0c0c0;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-radius: 5px;
}

.buttonsDiv{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.submitBtn{
    font-family: Poppins;
    font-weight: 900;
    background-color: #c0c0c0;
    border: none;
    padding: 15px 20px;
    color: #111;
    border-radius: 5px;
}