
.body-init{
  background-color:#3b3b3b;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}


.ContainerWhite{
  width: 300px;
  min-height:415px;
  border-radius:20px;
  background-color: white;
  padding: 50px 40px;
  box-shadow: 0px 0px 20px 5px rgba(255,255,255,0.9);
  text-align:center;
}

.ContainerWhite img{
  max-width: 150px;
  max-height: 150px;
}

.ContainerResize
{
	height:600px;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.backloginaccount{
	text-decoration:none;
	color:black;
	position:absolute;
	padding:2px 4px;
	border-radius:20px;
	font-size:18px;
	opacity:0.5;
	cursor:pointer;
	margin-left:300px;
	margin-top:-30px;
}

.backloginaccount:hover{
	opacity:1
}


#loading_init{
	position:absolute;
	margin-left:75px;
	margin-top:40px;
}

.ContainerInputs{
	margin-top:35px;
}



.textb{
  margin-top: 12px;
  position: relative;
}

.textb:focus{
  margin-top: 12px;
  position: relative;
}

.textb input#email{
  width: 88%;
  height: 35px;
  border: none;
  background-color: #ededed;
  border-radius: 4px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 10px 0 10px;
}

.textb input#password{
  width: 75%;
  height: 35px;
  border: none;
  background-color: #ededed;
  border-radius: 4px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 50px 0 10px;
}

.textb input:focus ~ .placeholder,
.textb input:valid ~ .placeholder{
  left: 15px;
  top: -23px;
}




.placeholder{
  font-family: 'Ubuntu',sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  line-height: 70px;
  top: -10px;
  left: 20px;
  color: #9d9d9d;
  user-select: none;
  pointer-events: none;
}

.show-password{
  position: absolute;
  right: 20px;
  top:-10px;
  line-height: 70px;
  color: #9d9d9d;
  font-size: 22px;
  cursor: pointer;
}



input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
  background-color: #ddd;
  outline: none;
}

.btn-go{
  display: block;
  width: 70px;
  height: 50px;
  padding-top:20px;
  margin: 0px auto;
  margin-top:20px;
  margin-bottom:-20px;
  font-size: 30px;
  border: none;
  border-radius: 50px;
  border: 2px solid;
  opacity: 0.1;
  transition: .2s linear;
}


