.success {
    display: none !important;
}

.success.active {
    display: block !important;
}

.error {
    display: none !important;
}

.error.active {
    display: block !important;
}

.header {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1050px) {
	.header {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 45px;
	}
}

body {
  background-color: #282828;
}

