
.text{
    color: white;
    text-align: center;
    /*text-transform: uppercase;*/
    margin: 90px 0;
    font-size: 22px;
    top: 40%;
    left: 50%;
}






@keyframes gradient-move {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.login{
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -200px;
    background-color: whitesmoke;
    width: 450px;
    height: 310px;
    border-radius: 25px;
    text-align: center;
    padding: 5px 40px;
    box-sizing: border-box;
}


.login-s{
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -200px;
    background-color: whitesmoke;
    width: 450px;
    height: 360px;
    border-radius: 25px;
    text-align: center;
    padding: 5px 40px;
    box-sizing: border-box;
}


.p{
    font-size: 42px;
    font-weight: 600;
}

input{
    background-color: whitesmoke;
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    border: none;
    margin-bottom: 10px;
    outline: none;
    font-size: 22px;
}


.btn{
    background-color: #59c2c5;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 600;
    color: white;
}

.btn:hover{
    background-color: #59c2a0;
}






