body{
  height: 100%;
  overflow-x: hidden;
}

.buttonx{
  background-color: #00bff3;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 15px 35px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    text-decoration: none;
}

.buttonx:hover{
    cursor:pointer;
    background-color: #00bff3;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 15px 35px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    text-decoration: none;
}

a {
	cursor: pointer;
}

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{
	margin-bottom: 3%;
	font-weight: 700;
}

.form-control {
  padding: 9px;
  border-radius: 10px;
  background: #f5f6f7;
  border: 0;
}

a.link-cadastro{
	font-weight: 600;
	text-decoration: none;
	color: #00bff3;
}

/*.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('foto-ten.png');
	min-height: 100%;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-animation: fadein 2s linear 1 normal forwards;
}

.imagem-lado-login{
  background: url('foto-login.png');
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 95%;
  -webkit-animation: fadein 2s linear 1 normal forwards;
}

.vh-100 {
    min-height: 100vh;
    position: relative;
}

label.form {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0;
}

@media (max-width: 760px){

  .imagem-lado-login{
  background: url('foto-login-mobile.png');
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 95%;
  -webkit-animation: fadein 2s linear 1 normal forwards;
}

  .vh-100 {
      min-height: 50vh;
      position: relative;
  }

  form.login {
    margin-top: 3%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .imagem-lado-cad {
    background: url(foto-ten.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 2%;
    -webkit-animation: fadein 2s linear 1 normal forwards;
}

}

.translate-icons {
    display: inline-block;
}


li {
    display: inline-block;
    margin-right: 12px;
}