#WG_inscription .frame_login {
   width: 100%;
}

#WG_inscription .input {
    width: 100%;
    margin: 20px auto;
    border: none;
    border-bottom: 1px solid #96a2ac;
    color: #96a2ac;
    font-family: lato;
    font-size: 15px;
    background: transparent;
    outline: none;
    height: 40px;
}
#WG_inscription .btn_login {
 display: table;
   font-family: lato;
  font-weight: bold;
  font-size: 15px;
color: #fff;
text-transform: uppercase;
margin: 20px auto;
background-color: #ca2e54;
padding: 10px 30px;
text-decoration: none;
transition: all 0.5s ease;
}
#WG_inscription .error {
border-bottom:1px solid #ca2e54;
}
#WG_inscription .btn_login:hover{background-color: #e0aa54;}

