body {
    background-image: url(/images/kwiapxmgeqoz.jpg);
    background-repeat: no-repeat;       
    background-size: cover;             
    background-position: center center; 
    background-attachment: fixed;   
}
.login {
    width: 300px;
    height: 240px;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    text-align: center;
    background-color: #ffffff3b;
    border-radius: 10px;
}
.login h3 {
   
    font-size: 20px;
    font-weight: bold;
    
}
.login input {
    
    width: 80%;
    height: 30px;
    border-radius: 5px;
}
.login button {
    margin-top: 5px;
    width: 60%;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(127, 255, 212, 0.652);
    
}
.login button:hover {
    background-color: rgba(127, 255, 212, 0.893);
}
.login p {
    color: red;
    margin: 0;
}


