*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background: #ededed;
  background-image: url('../../assets/images/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  line-height: normal !important;
}

input, select, button {
  border: none;
  outline: none;
  background: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.tip {
  font-size: 20px;
  margin: 40px auto 50px;
  text-align: center;
}

.cont {
  overflow: hidden;
  position: relative;
  width: 900px;
  height: 550px;
  margin: 0 auto 10px;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}

.form {
  position: relative;
  width: 640px;
  height: 100%;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  padding: 10px 30px 0;
}

.form-inscricao {
  position: relative;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  padding: 10px 30px 0;
}


.sub-cont {
  overflow: hidden;
  position: absolute;
  left: 640px;
  top: 0;
  width: 900px;
  height: 100%;
  padding-left: 260px;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.cont.s--signup .sub-cont {
  -webkit-transform: translate3d(-640px, 0, 0);
          transform: translate3d(-640px, 0, 0);
}

button {
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 36px;
  border-radius: 30px;
  color: #162631;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.img {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 100%;
  padding-top: 360px;
}
.img:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 900px;
  height: 100%;
  background-image: url('../../assets/images/bg_login.png');
  background-size: cover;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.cont.s--signup .img:before {
  -webkit-transform: translate3d(640px, 0, 0);
          transform: translate3d(640px, 0, 0);
}
.img__text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.img__text h2 {
  margin-bottom: 10px;
  font-weight: normal;
}
.img__text p {
  font-size: 14px;
  line-height: 1.5;
}
.cont.s--signup .img__text.m--up {
  -webkit-transform: translateX(520px);
          transform: translateX(520px);
}
.img__text.m--in {
  -webkit-transform: translateX(-520px);
          transform: translateX(-520px);
}
.cont.s--signup .img__text.m--in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.img__btn {
  overflow: hidden;
  z-index: 2;
  position: relative;
  width: 150px;
  height: 36px;
  margin: 0 auto;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}
.img__btn:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
}
.img__btn span {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}
.img__btn span.m--in {
  -webkit-transform: translateY(-72px);
          transform: translateY(-72px);
}
.cont.s--signup .img__btn span.m--in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cont.s--signup .img__btn span.m--up {
  -webkit-transform: translateY(72px);
          transform: translateY(72px);
}

h2 {
  width: 100%;
  font-size: 26px;
  text-align: center;
}

h3 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #cfcfcf;
}

.sign-up h2 {
  color: #cfcfcf;
}

.form-inscricao h2 {
  color: #cfcfcf;
}

label {
  display: block;
  width: 260px;
  margin: 25px auto 0;
  text-align: center;
}
label span {
  font-size: 14px;
  color: #cfcfcf;
}

input, select{
  display: block;
  width: 100%;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid rgba(252, 189, 24, 0.8);
  text-align: center;
  color: #cfcfcf;
}

input[type='checkbox']{
  display: inline !important;
  width: unset !important;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid rgba(252, 189, 24, 0.8);
  text-align: center;
  color: #cfcfcf;
}

.align-center, .center {
  text-align: center!important;
}

.forgot-pass, .forgot-pass a {
  text-align: center;
  font-size: 14px;
  color: #cfcfcf;
}

.error-login {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #f44336;
}

.submit {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #fcbd18;
  text-transform: uppercase;
}

.back {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #cfcfcf;
  text-transform: uppercase;
}

.agree-imagem,
.ok-termo-heineken,
.ok-politica-heineken
{
  margin-top: 10px;
  margin-bottom: 10px;
  background: #337ab7;
  color: #fff;
  text-transform: uppercase;
}

.fb-btn {
  border: 2px solid #d3dae9;
  color: #8fa1c7;
}
.fb-btn span {
  font-weight: bold;
  color: #455a81;
}

.sign-in {
  transition-timing-function: ease-out;
}
.cont.s--signup .sign-in {
  transition-timing-function: ease-in-out;
  transition-duration: 1.2s;
  -webkit-transform: translate3d(740px, 0, 0);
          transform: translate3d(740px, 0, 0);
}

.sign-up {
  -webkit-transform: translate3d(-900px, 0, 0);
          transform: translate3d(-900px, 0, 0);
}
.cont.s--signup .sign-up {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.icon-link {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 32px;
}
.icon-link img {
  width: 100%;
  vertical-align: top;
}
.icon-link--twitter {
  left: auto;
  right: 5px;
}
.footer-text, .footer-text a{
  color: #3c2c1c;
}
.footer-text a:hover{
  font-weight: bold;
}

.autorizacao_responsabilidade{
  color: #2196F3;
}

.form-inscricao .field{
  font-size: 18px;
  color: #cfcfcf;
}

.form-inscricao .data{
  font-size: 18px;
  color: #fcbd18
}

.form-inscricao label {
  width: 100%;
}

.form-chefe label {
  width: 40%;
}

.form-inscricao hr{
  margin: 40px 50px 40px 50px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #cfcfcf !important;
}

select option{
  background-color: #44382a;
}

.form-chefe {
  overflow-y: scroll;
}

.dados-participante{
  margin: 10px 50px 40px 50px;
  border-style: ridge;
  border-color: #eee;
  color: #cfcfcf;
}

.obs{
  font-size: 12px;
  margin: 0 10px;
}

a.autorizacao_imagem,
a.termo_heineken,
a.politica_heineken{
  color: #337ab7;
  text-decoration: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% 15% 5% 15%; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
}

.modal h2{
  color: #337ab7;
  text-align: left;
  text-align: justify;
}

.modal h3{
  color: #337ab7;
  text-align: left;
  padding-top: 24px;
}

.modal hr{
  margin-right: 20px;
}

.modal .texto{
  line-height: 20px;
}
/* The Close Button */
.close-imagem,
.close-termo-heineken,
.close-politica-heineken
{
  color: #f44336;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-imagem:hover,
.close-termo-heineken:hover,
.close-politica-heineken:hover,
.close-imagem:focus,
.close-termo-heineken:focus,
.close-politica-heineken:focus
{
  color: black;
  text-decoration: none;
  cursor: pointer;
}