*{
    margin: 0;
    padding:0;
    font-family: sans-serif;
}



body{
    background-image:url(./mountains-background-kfpok0pdo9yd6ha7.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}


.form {
    width: 250px;
    height: 340px;
    color: #fff;
    background:linear-gradient(to top,rgba(0, 0, 0, 0.6)50%,rgba(0, 0, 0, 0.6)50%);
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 40px 25px;

    
}


.form h1{
    width: 220px;
    text-align: center;
    padding-left: 11px;
    margin-bottom: 20px;
    font-size: 35px;
    color: #ffffff;
}


.form input{
    width: 100%;
    height: 35px;
    padding-top: 10px;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid#fff;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    background: scroll;
}


.form input:focus{
    outline: none;
}

::placeholder{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    
}



.btn{
    font-size: 18px;
    padding: 10px 15px;
    background: transparent;
    border: none;
    margin-top: 10px;
    margin-left: 80px;
    cursor: pointer;
    
    
}

.btn :hover{
    color: blue;
    transition: 1s ease;
    text-decoration-line: none;
}



.btn-a{
    text-decoration-line: none ;
    color: #fff;
}

.forgot-pass{
    font-size: 18px;
    padding-left: 50px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration-line: none;
    text-align: center;
    color: #fff;
    cursor: pointer;

}


.forgot-pass:hover{
    color:blue;
    transition: 1s ease;

}
