body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}
input, textarea {
    background-color: #20C20E
}
.login {
    display: flex;
}
.login-form {
    color: white;
}
.secret {
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: default;
}

#popup-img {
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    width: 120px;
    cursor: default
}