﻿.pie-frm{
	text-align:center; 
	color:#666666; 
	padding-left:15px; 
	padding-right:15px; 
	padding-bottom:20px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:small;
}
.form-account {
  max-width: 330px;
  padding: 1rem;
}

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

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

.form-account input[type=name] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;  
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;

}
.form-account input[type=lastname] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;  
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

