html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 20px;
  margin: auto;
  background-color: rgba(255,255,255,1);
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#form-regUser{
  max-width: 1000px;
}

#form-regUser .btn-outline-dark {
    border-color: #FFFFFF; 
}

@media only screen and (max-width: 768px) {
  #form-regUser .row div:not(:nth-child(1)) {
    margin-top: 20px;
  }

  #form-regUser .defaultImage div:not(:nth-child(1)) {
    margin-top: 0px;
  }  

  #form-regUser .rowBtn {
    margin-top: 0px !important;
  }    
}

.whatsapp-float, .whatsapp-float:hover {
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  text-decoration: none;  
}

.email-float, .email-float:hover {
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:20px;
	background-color:#255cd3;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  text-decoration: none;  
}

.my-float {
	margin-top:16px;
}

