body{background-color:#f1f1f1;}

.card {
    /*width: 350px;*/
    overflow: hidden;
    border-radius: 10px;
    transition: transform 1s ease-in-out;
    box-shadow: 0px 0px 5px 0px #c7c7c7c2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

form {
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 10px;
}

input {
    padding: 10px;
    border: 0.4px solid #e0e0e0;
    border-radius: 10px;
}

    input:focus {
        outline: none;
        border-color: #bebebe;
    }

        input:focus::placeholder {
            color: #cfcfcf;
        }

h1 {
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 15px;
}


a {
    font-size: 12px;
    text-decoration: none;
}



/*  */
/* body{position: relative;}
.bg-image{opacity: .4;width: 100%;height: 100%;} */



/*  */
