
#hidden_line{
    height: 3rem;
    background-color:#FFFFFF;
    color:#FFFFFF
}

#check{
    display:none
}
#check>i{
    width: 1rem;
    line-height: 2.375rem;
    color:green
}

/*在分隔線<hr>內加字*/
hr{
  text-align:center;
  line-height:0rem;

 }
hr:after{
  content:"OR";
}
/*在欄位前加icon*/
.name {
  position: relative;
  display:inline-block;
}
.name:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f007";
  font-size: 0.875rem;
  position: absolute;
  left: 1.6875rem;
  top: 50%;
  transform: translateY(-50%);
}
.name input {
  text-indent: 1.25rem;
}
.email {
  position: relative;
  display:inline-block;
}
.email:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 500; 
  content: "\f0e0";
  font-size: 0.875rem;
  position: absolute;
  left: 1.6875rem;
  top: 50%;
  transform: translateY(-50%);
}
.email input {
  text-indent: 1.25rem;
}
.pwd {
  position: relative;
  display:inline-block;
}
.pwd:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f023";
  font-size: 0.875rem;
  position: absolute;
  left: 0.6875rem;
  top: 50%;
  transform: translateY(-100%);
}
.pwd input {
  text-indent: 1.25rem;
}
.country p {
  text-indent: 1.25rem;
}