body {
    height: 110vh;
    background-image: url("op.JPG");
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

    
}

.login-box {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}

h2 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: -20px;
}

form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.inpu {
  margin-bottom: -30px;
}

input {
    padding: 10px;
    margin-top: 15px;
    border: none;
    border-radius: 10px;
    background: black;
    opacity: 40%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

input::placeholder {
    color: #fff;
}

input:focus {
    outline: none;
}

.options {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 12px;
    color: white;
}

.options input {
    margin-right: 5px;
    margin-top: 0px;
}

.options a {
    text-decoration: none;
    color: white;
    margin-left: auto;
}

button {
    background: #fff;
    color: black;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 15px;
}

button:hover {
    background: transparent;
    color: white;
    outline: 1px solid #fff;
}

p {
    font-size: 12px;
    color: #fff;
    margin-top: 25px;
}


.flip {
  margin: -1;
  animation: flipdiv 2s infinite;
}