@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
  height: 100%;
  overflow-x: hidden;
  height: 100%;
  overflow-x: hidden;
  background: #f4fbff;
  font-family: 'Poppins', sans-serif;
}

.buttonx {
    background-color: #25D366;
    padding: 10px;
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: #fff;
    border-radius: 8px;
    border: solid 1px #000000;
    transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.buttonx:hover{
  cursor: pointer;
  transform: scale(1.05);
}

a svg {
    width: 100px;
}

a {
	cursor: hand;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/*MENU*/


/*LOGIN*/

p.legenda-senha{
	font-style: italic;
	color: #C7C7C7;
	font-size: 15px;
}

h2.login {
    font-weight: 700;
    margin-bottom: 0;
}

.form-control {
  padding: 9px;
  border-radius: 15px;
  background: #f5f6f7;
  border: 0;
}

a.link-cadastro{
	font-weight: 600;
	text-decoration: none;
	color: #39b7fe;
}

/*.content-form{
	width: 60%;
    margin-left: 18%;
    margin-top: 12%;
}*/

form.login{
	margin-top: 5%;
}

.spac{
	margin-top: 2%;
	margin-bottom: 2%;
}

@-webkit-keyframes fadein{
    from { opacity: 0; }
    to { opacity: 1; }
}

.imagem-lado-cad{
	background: url('img/foto-cadastro.png');
	min-height: 100%;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-animation: fadein 1s linear 1 normal forwards;
}

.vh-100 {
    min-height: 100vh;
    position: relative;
}


.form-control {
    padding: 9px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #deedff;
    font-size: 15px;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: .5rem;
    color: #565656;
    font-size: 15px;
}

.legenda {
    font-size: 13px;
    color: #8ca3b0;
}

.legenda a {
    font-weight: 500;
    color: #39b7fe;
}

.h2, h2 {
    font-size: 2.4rem;
}

svg.logo-mobile {
    width: 80px;
}

@media (max-width: 900px){

.h2, h2 {
    font-size: 1.5rem;
    margin-top: 25px;
}

  .vh-100 {
      min-height: 30vh;
      position: relative;
  }

  form.login {
    margin-top: 3%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .imagem-lado-cad {
    background: url(img/foto-ten.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% 2%;
    -webkit-animation: fadein 2s linear 1 normal forwards;
}

}