@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
/*Cores*/
/*Cores Padrão do Sistema*/
/*Cores Orcamento*/
/*Cores para fundos listrados*/
html,
body {
  width: 100%;
  height: 100vh;
}
.fundo {
  background: url(../imagens/login/tela-login.jpg) 0 50% no-repeat;
  background-size: cover;
}
#box-conteudo {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 80px;
  height: 100vh;
}
.coluna1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.coluna1 #box-form-login {
  text-align: center;
}
.coluna1 #formLogin {
  width: 100%;
}
.coluna2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.coluna2 p {
  font: 2em 'Source Sans Pro';
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
}
.font-bold {
  font-weight: 600;
}
.botao {
  text-decoration: none;
  display: inline-block;
  background: #2a7e78;
  color: #ffffff;
  font: 1.3em 'Montserrat' !important;
  font-weight: 600 !important;
  padding: 9px 50px;
  border-radius: 50px;
  border: none;
  transition: all .3s;
}
.botao:hover {
  background: #7fc0ad;
  cursor: pointer;
  transform: translateY(-5px);
}
@media (max-width: 961px) {
  body {
    background: #fff;
  }
  #box-conteudo {
    padding: 0;
    display: block;
  }
  .coluna1,
  .coluna2 {
    justify-content: center;
    height: auto;
  }
  .coluna1 {
    padding: 40px 0;
  }
  .coluna2 {
    background: #2a7e78;
    height: 50vh;
    align-items: flex-start;
    padding-top: 40px;
  }
}
/*Contas*/
/*Páginas de Assinatura*/
.container-assinatura {
  /*
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
   */
}
@media (max-width: 961px) {
  .container-assinatura {
    display: block;
  }
}
.box-assinatura {
  max-width: 700px;
  margin: auto;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 20px 40px;
  background: #fff;
}
