*{
    color: black;
}
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../images/background.jpg);
    background-size: cover;
}
.verify_data{
    display: flex;
    flex-direction: column;
}
a:hover {
    color: rgb(0, 193, 0);
    cursor: pointer;
}
#eye-spot{
    position: absolute;
    transform: translate(-110%,-8%);
    cursor: pointer;
}
.logo{
    position: absolute;
    margin-top: 25px;
    left: 50%;
    transform: translatex(-50%);
    height: 30px;
    width: auto;
}
.formok{
    margin-top: 100px;
    width: 350px;
    height: 350px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
}
#regForm, #loginForm{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#regForm{
    z-index: 1;
}
#loginForm{
    z-index: 2;
}