body {
	font-family: "Special Gothic Expanded One", sans-serif;
    background-color: #f2f2f2;
    margin: 0;
	background-image: url(../imgs/animated-cloud.gif);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 130px;
}

.special-gothic-expanded-one-regular {
	  font-family: "Special Gothic Expanded One", sans-serif;
	  font-weight: 400;
	  font-style: normal;
}


header {
    background-color: #333;
    color: #fff;
    padding: 1em;
    text-align: center;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: inline;
    padding: 0 20px;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
}

header nav ul li a:hover {
    color: #ccc;
}

section {
    padding: 2em;
}

.container {
	margin-top: 50px;
    max-width: 600px;
    margin-left: auto;
	margin-right: auto;
}

.formbox {
	
	border-style: solid;
    border-color: #e6e6e6;
    border-width: 0.1px;
    padding: 25px;
    border-radius: 25px;
}

h2 {
    margin-top: 0;
}

form {
    display: flex;
    flex-direction: column;
}

       

input[type="text"], input[type="email"], input[type="password"] {
    padding: 1em;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    //**box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);**//
}

input[type="password"]:nth-of-type(2) {
    margin-bottom: 0;
	margin-bottom: 20px;
}

label {
    margin: 10px;
}

select {
    padding: 1em;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

button[type="submit"] {
    padding: 1em 2em;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	font: inherit;
}

button[type="submit"]:hover {
    background-color: #444;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 1em;
    text-align: center;
    clear: both;
}

footer p {
    margin-bottom: 0;
}

.aligncenter {
    display: flex;
    flex-direction: column;
    /* align-items: stretch; */
}
