body{
    margin:0;
    padding:0;
    background:url(../img/bg.jpg)no-repeat center center fixed;
    background-size:cover;
    background-size:cover;
    font-family:sans-serif;
}
.box{
    background:#f5f5f5;
    color:red;
    top:50%;
    left:30%;
    position:absolute;
    transform:translate(-50%,-50%);
    box-sizing:border-box;
    padding: 80px 40px 40px;
}
.user{
    width:70px;
    height:70px;
    position:absolute;
    top:10px;
    left:90px;
}
h1{
    margin:0;
    margin-top: 10px;
    padding:0 0 20px;
    text-align:center;
    font-size:22px;
    color:black;
}
p{
   color:#f49126;
   margin:5px 0 5px;
   padding:0;
   font-weight:bold; 
}
input{
    width:100%;
    margin-bottom:10px;
}
input[type="text"],input[type="password"],input[type="email"]{
    border:none;
    border-bottom:1px solid #ffff;
    background:transparent;
    outline:none;
    height:40pz;
    color:#00B140;
    font-size:16px;
}
input[type="submit"]{
    border:none;
    outline:none;
    height:40px;
    background:#2196f3;
    color:#ffff;
    font-size:18px;
    border-radius:20px;

}
input[type="submit"]:hover{
    cursor:pointer;
    background:#0097a7;
}
a{
    display: block;        
    margin-top: 5px;      
    text-align: center; 
    text-decoration:none;
    font-size:16px;
    line-height:5px;
    color:#069818;
}
a:hover{
    
    color:#0E87CC;
}