*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
body{
    background: linear-gradient(rgba(0, 0, 0, 0.2)50%, (rgba(0, 0, 0, 0.2)50%), url(ya.jpg));
    background-position: center;
    background-size: 100% 1155px;
    height: 100vh;
    background-image: url(ya.jpg);
}
.form{
    width: 250px;
    height: 340px;
    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%);
    border-radius: 10px;
    padding: 40px 25px;
}
.form h1{
    width: 220px;
    text-align: center;
    padding-left: 11px;
    margin-bottom: 20px;
    font-size: 35px;
    color: #00f0ff;
}
.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;
}
.form input:focus{
    outline: none;
}
::placeholder{
    color: #fff;
    font-family: Arial;
}
.btnn{
    font-size: 18px;
    padding: 0px 15px;
    background: transparent;
    border: none;
    margin-top: 0px;
    margin-left: 80px;
    cursor: pointer;
    text-decoration: none;
    color: #9ec8df;
    font-weight: bold;
}
.btnn:hover{
    color: #00f0ff;
}
.form .link{
    font-family: Arial;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
}
.form .link a{
    text-decoration: none;
    color: #167fff;
}
.form .link a:hover{
    color: orange;
}
.btn{
    font-size: 18px;
    padding: 10px 15px;
    background: transparent;
    border: none;
    margin-top: 10px;
    margin-left: 80px;
    cursor: pointer;
}
.btn a{
    text-decoration: none;
    color: #9ec8df;
    font-weight: bold;
}
.btn a:hover{
    color: #00f0ff;
}
.header h1{
    text-align: center;
    font-size: 80px;
    font-family: Arial;
    color: rgb(0, 47, 255);
}
.cur{
    color: blue;
}
