*{
    margin: 0px;
    padding: 0px;
}
.arkaplan{
    position: fixed;
    right: 0;
    left: 0;
    top: 5.6rem;
    bottom: 0;
    background-color: rgb(234, 234, 235);
}
.containerlogin{
    position: fixed;
    right: 30%;
    left: 30%;
    top: 30%;
  
    background-color: white;
    border: 1px solid gray;
    border-radius: .5rem;
}
.headericon{
    width: 80%;
    margin: 1rem auto;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
}
.headericon>span{
   padding: 0.5rem;
   background-color: #dbeafe;
   border-radius: 50%;
}
.formheader{
    width: 80%;
    margin: .5rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.formheaderloginform{
    font-size: 21px ;
    font-weight: bold;
}
.loginemail{
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-bottom: 1rem;
}
.sifremiunuttumcontainer{
    width: 60%;
    margin: 1rem auto;
    display: flex;
    justify-content: end;
}
.btnsubmit{
    width: 90%;
    display: flex;
    justify-content: center;
   padding-top: 1rem;
}
.btnsubmit>button{
padding: 1% 15%;
   background-color: #3072ee;
   border-radius: .3rem;
   border: none;
   font-size: 1.3rem;
   color: white;
}
.şifremiunuttum{
    width: 80%;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.loginemail>input{
  width: 80%;
  height: 4dvh;
  margin-top: 1rem;
}

    .items {
            padding: .8% 1%;
        }

        .items:hover {
            background-color: rgb(80, 79, 79);
            border-radius: 5px;
            color: white;

        }


        @media screen and (min-width: 350px) and (max-width: 552px) {

.arkaplan{
    position: fixed;
    right: 0;
    left: 0;
    top: 5.6rem;
    bottom: 0;
    background-color: rgb(234, 234, 235);
}
.containerlogin{
    position: fixed;
    right: 5%;
    left: 5%;
    top: 30%;
  
    background-color: white;
    border: 1px solid gray;
    border-radius: .5rem;
}
.headericon{
    width: 80%;
    margin: 1rem auto;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
}
.headericon>span{
   padding: 0.5rem;
   background-color: #dbeafe;
   border-radius: 50%;
}
.formheader{
    width: 80%;
    margin: .5rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.formheaderloginform{
    font-size: 21px ;
    font-weight: bold;
}
.loginemail{
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-bottom: 1rem;
}
.sifremiunuttumcontainer{
    width: 60%;
    margin: 1rem auto;
    display: flex;
    justify-content: end;
}
.btnsubmit{
    width: 90%;
    display: flex;
    justify-content: center;
   padding-top: 1rem;
}
.btnsubmit>button{
padding: 1% 15%;
   background-color: #3072ee;
   border-radius: .3rem;
   border: none;
   font-size: 1.3rem;
   color: white;
}
.şifremiunuttum{
    width: 80%;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.loginemail>input{
  width: 80%;
  height: 4dvh;
  margin-top: 1rem;
}

    .items {
            padding: .8% 1%;
        }

        .items:hover {
            background-color: rgb(80, 79, 79);
            border-radius: 5px;
            color: white;

        }
        }