*{
    padding: 0;
    margin: 0;
}
.logo{
    display: flex;
    padding: 2px 30px;
}
.header{
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    padding: 20px 0 70px 40px;
}
.png_image{
    margin-left: 20px ;
    width: 250px;
    height: 250px;
    padding: 50px 100px;
    align-self: center;
    transition: 2s;
}
.png_image:hover{
    transform: scale(1.2);
    transition-delay: 0;
}
.login-class{
    display: flex;
}
span{
    font-weight: bold;
    padding: 0 10px;
    color: #555;
    cursor: pointer;
    width: 100px;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    text-decoration: underline;
}
form .btn{
    width: 30%;
    height: 30px;
    border: none;
    cursor: pointer;
    margin: 10px 100px;
    display: inline-block;
    font-size: 15px;
    background-color: #e8fce9;
    border-radius: 10px;
    position: relative;
    top: 10px;
    transition: 1.2s;
}
form .btn:hover{
    background-color: rgb(168, 187, 239);
    /* color: white; */
    transform: scale(1.3);
}

form a{
    font-size: 12px;
    text-decoration: none;
    position: relative;
    left: 80px;
    top: -56px;
    color: rgb(87, 85, 37);
}

.account{
    padding: 50px 0;
    /* background: radial-gradient(#fff, #ffd6d7); */
}
.login-class{
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    border-radius: 20px;
    background: radial-gradient(#fff, #ffd6d7);
    background:linear-gradient( rgb(246, 164, 77),rgb(237, 206, 147),orange,white,white,rgb(23, 225, 23),rgb(102, 177, 102),white);

}
.login{
    background: #fff;
    width: 300px;
    height: 400px;
    position: relative;
    /* top: -50px; */
    text-align: center;
    padding: 20px 0;
    margin: auto;
    box-shadow: 0 0 20px 0 rgba(0,0,0,1.1);
    border-radius: 20px;
    background: radial-gradient(#fff, #ffd6d763);
    transition: 0.5s;
    /* background:linear-gradient( rgb(243, 197, 148),orange,orange,white,white,rgb(23, 225, 23),rgb(102, 177, 102),white); */

    /* transition-delay: 2s; */
}
.login:hover{
    /* position: relative; */
    transform: translateY(-20px);
    transition-delay: 0ms;
}

input{
    height: 30px;
    width: 250px;
    margin: 10px 0;
    border-radius: 10px;
    background-color: rgb(255, 241, 241);
}
.signin-options p{
    font-weight: normal;
}
.signin-options .btn1{
    position: relative;
    top: 20px;
    width: 200px;
    left: 53px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background:#cefaca;
    transition: 1.2s;
}
.btn1:hover{
    transform: scale(1.1);
    transition-delay: 0ms;
}
.signin-options .btn1 p{
    align-self: center;
}
.signin-options .btn2{
    position: relative;
    top: 35px;
    left: 53px;
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #cefaca;
    transition: 1.2s;
}
.btn2:hover{
    transform: scale(1.1);
    transition-delay: 0ms;
}
.signin-options .btn2 p{
    align-self: center;
}
.signin-options .btn1 img{
    /* align-self: center; */
    margin-left: 10px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
}
.signin-options .btn2 img{
    align-self: center;
    margin-left: 10px;
    margin-left: 0;
    padding-left: 0;
}
/* or{
    position: relative;
    top: 100px;
} */
.signin-options .register .register-p a{
    text-decoration: none;
    color: rgb(239, 14, 14);
}
.signin-options .btn1:hover{
    cursor: pointer;
}
.signin-options .btn2:hover{
    cursor: pointer;
}
input{
    padding-left: 10px;
}
@media (max-width: 850px){
    .login-class{
        display: grid;
    }
}
.login-page-1{
    display: flex;
    justify-content: center;
    align-items: center;
}
body{
    background:linear-gradient( rgb(243, 197, 148),orange,orange,white,white,rgb(23, 225, 23),rgb(102, 177, 102),white);
    background-size: cover;
    background-repeat: no-repeat;
    background: radial-gradient(#fff, #ffd6d7);
}