*{
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

body{
  font-family: 'Open Sans', sans-serif;
  background-image: url(jorntrofasaude.jpg);

background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}


svg{
  position:fixed;
  top:10px;
  left:180px;
}

.container{
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display:block;
  margin-bottom:80px;
  width:500px;
  height:480px;
  background:#fff;
  border-radius:5px;
  overflow:hidden;
  z-index:1;
  opacity: 0.9;
  
  
}

.container2{
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display:block;
  margin-bottom:80px;
  width:500px;
  height:480px;
  background:#fff;
  border-radius:5px;
  overflow:hidden;
  z-index:1;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center; 
 
}
h2{
  padding:20px;
  font-weight:lighter;
  text-transform:uppercase;
  color:#858585;
}

h1{
  padding:10px;
  font-weight:lighter;
  text-transform:uppercase;
  color:#858585;
}

h4{
  padding:10px;
  font-weight:lighter;
  text-transform:uppercase;
  color:#858585;
}

f6{
  padding:40px;
  font-weight:lighter;
  text-transform:uppercase;
  color:#858585;
}

f2{
  padding:20px;
  font-weight:lighter;
   color:#FFFFFF;
}

f4{
    padding:50px;
  font-weight:lighter;
  color:#858585;
  text-align:justify;
}

input{
  display:block;
  height:50px;
  width:90%;
  margin:0 auto;
  border:none;
  &::placeholder{
    -webkit-transform:translateY(0px);
      transform:translateY(0px);
    -webkit-transition:.5s;
      transition:.5s;
  }
  &:hover,
  &:focus,
  &:active:focus{
    color:#ff5722;
    outline:none;
    border-bottom:1px solid #ff5722;
    &::placeholder{
      color:#ff5722;
      position:relative;
      -webkit-transform:translateY(-20px);
      transform:translateY(-20px);
      
    }
  }
}


.cpwd,
.name,
.email,
.pwd{
  position:relative;
  z-index:1;
  border-bottom:1px solid rgba(0,0,0,.1);
  padding-left:20px;
  font-family: 'Open Sans', sans-serif;
  
  color:#858585;
  font-weight:lighter;
  -webkit-transition:.5s;
  transition:.5s;
}



link{
  text-decoration:none;
  display:inline-block;
  margin:27px 28%;
  text-transform:uppercase;
  color:#858585;
  font-weight:lighter;
  -webkit-transition:.5s;
  transition:.5s;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: #E1EEF4;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button2 {
  background-color: #E1EEF4; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.reg{
    position:absolute;
    top:0;
    left:0;
    -webkit-transform:translateY(-100%) scale(1);
    transform:translateY(-100%) scale(1);
    display:block;
    width:20px;
    height:20px;
    border-radius:50px;
    background:#673ab7;
    z-index:5;
    -webkit-transition:.8s ease-in-out;
    transition:.8s ease-in-out;
  }



.sig{
   position:absolute;
   top:0;
   right:0;
   -webkit-transform:translateY(-100%) scale(1);
   transform:translateY(-100%) scale(1);
   display:block;
   width:20px;
   height:20px;
   display:block;
   background:#ff5722;
   z-index:5;
   -webkit-transition:.8s ease-in-out;
    transition:.8s ease-in-out;
}

h3{
  position:absolute;
  top:-100%;
  left:20%; 
  text-transform:uppercase;
  font-weight:bolder;
  color:rgba(255,255,255,.3);
  -webkit-transition:.3s ease-in-out 1.2s;
  transition:.3s ease-in-out 1.2s;
}