 /* // SIGN UP // */



 body {

    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    color: #ebebeb;

 }


 form {

	width: 100%;

    font-family: 'Arvo', serif;

}


.form-field {

	/* width: 80%;
	height: 70px;

	margin: 20px auto;
	margin-bottom: 50px;

	background-color: white;

	color: black; */

}

input {

	font-size: 1.5em;
    /* padding: 0.35em; */

    /* background-color: #ebebeb; */

    /*width: 80%;*/
    /*margin: 20px auto;*/

    font-family: 'Arvo', serif;

    /* color: #292929; */
    /* border-color: white; */

    background-color: #ebebeb50;

}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {

    font-family: 'Arvo', serif;

	/*background-color: rgba(102, 163, 177, 0.45);*/
    /* background-color: unset; */
    /* background-color: white; */
    /* box-shadow: 0 0 0 55px white inset; */
    /*width: 100%;*/
    /* padding: 0.35em; */
}

/* input:-internal-autofill-selected {

    background-color: unset;
} */

input[type="password" i] {

    /* background-color: transparent; */
    color: #ebebeb;
}

input::-webkit-input-placeholder {
    color: #c7c7c7;
}




.submit-field {



}

button {

	font-size: 2em;
    width: 290px;
    /* padding: 0.5em; */

    background-color: #29292970;
    color: white;

    font-family: 'Arvo', serif;

}


.QuestionSet {

	padding-bottom: 100px;

}


.selectSet {

	padding-bottom: 20px;

}



label {

	font-size: 40px;
	margin: 0 40px 0 10px;
	vertical-align: top;

}


form p {

	/* font-size: 2em; */
    text-align: center;
    width: 80%;
    margin: 50px 0;

}

.success {

	font-size: 1em;
    width: 80%;
    margin: 100px auto;

}

.error {

	font-size: 1em;
    width: 80%;
    margin: 100px auto;

}