*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body{
    background: linear-gradient(rgba(0,0,0,0.4) 50% ,rgba(0,0,0,0.4) 50%), url(image/img_login.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.form_Login{
    width: 350px;
    height: 330px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 40px 25px;
    border-radius: 10px;
}

.form_Login h1{
    width: 330px;
    text-align: center;
    padding-left: 11px;
    font-size: 35px;
    color: #66ff00;
    margin-bottom: 60px;
}

.form_Login p{
    padding-bottom: -15px;
}

.form_Login input{
    width: 90%;
    height: 35px;
    padding-top: 5px;
    margin-bottom: 30px;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    outline: none;
    font-size: 15px;
    letter-spacing: 1px;
}

.form_Login input[type="submit"]
{
    width: 60%;
    margin-left: 50px;
    border: none;
    height: 40px;
    color: #000;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 15px;
}

.form_Login input[type="submit"]:hover{
    cursor: pointer;
    background: #66ff00;
    color: #fff;
    font-weight: bold;
}
.fa{
    margin-right: 10px;

}

.eye{
    position: absolute;
    margin-top: 15px;
    }
#hide1{
    display: none;
}