body {
	min-height: 100vh;
	background-color: #080808;
	background-image: url('../../img/background/Hero-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	font-family: "Baloo Bhaina 2", sans-serif;
}


#header-navbar {
	background-color: #080808;
	min-height: 60px;
	padding: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#header-navbar:before,
#header-navbar:after {
  content: " ";
  display: table;
}
#header-navbar:after {
  clear: both;
}
#header-navbar .container {
	max-width:100%;
}
.header-fixed {
	position: fixed!important;
    width: 100%!important;
    opacity: 1!important;
    background-color: white!important;
    z-index: 3!important;
}
.wr-nav-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-header {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
#formulario-autocadastro {
	padding: 4rem 0;
}
#autocadastro-error {
	padding-top: 10rem;
    padding-bottom: 8rem;
}
.autocadastro-title {
	color: #fff;
	font-size: 3.5rem;
}
.autocadastro-title-error {
	color: #fff;
	font-size: 2.5rem;
}
.autocadastro-form-title {
	color: #48388B;
}
.autocadastro-termos {
    color: #9e9e9e;
	margin: 30px 0;
}
.strong-password {
    color: #9e9e9e;
}
.preencher:required {
	border: 2px solid red;
}
.preencher:valid {
	border: 1px solid #ccc;
}

.logo img {
	width: 100%;
}

.logo {
    background-size: contain;
    background-repeat: no-repeat;
    height: 45px;
    width: 210px;
}

.formulario {
	width: 100%;
    max-width: 750px;
    margin: auto;
}

.form-options {
	display: flex;
}

.form-options button {
	    width: 100%;
    display: inline-block;
    background-color: #5e5e5e;
    border: none;
    border-shadow: none;
    padding: 1.3rem 1rem 1rem 1rem;
    font-size: 18px;
    color: #c9f420;
    position: relative;
}

.form-options button.active {
    background-color: #c9f420;
    color: #000;
}

.form-options button.active:after {
	content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #c9f420;
    border-bottom: 0px;
}

.formbox {
	padding: 4rem 2rem;
	background-color: #fff;
}


.btn-primary {
	color: #080808;
	background-color: #c9f420;
	border-color: #c9f420;
}

.info {
	color: #fff;
	text-align: center;
}

.info span {
	font-size: 20px;
	display: block;
}

.info a {
	font-size: 20px;
	font-weight: 700;
	margin: 3rem 0;
	color: #fff!important;
	text-decoration: underline;
	display: block;
}

.info h1 {
	font-weight: 800;
}