body
{
  margin: 0px;
  padding: 0px;  
  background-image: url(background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*form decarations*/
.formholder
{
  border: 1px solid white;
  border-radius: 10px;
  max-width: 390px;
  height: 520px;
  margin-left: 35%;
  margin-top: 7%;
  backdrop-filter: blur(30px);
}
.log
{
  margin-left: 38%;
  font-weight: bold;
  padding-top: 20px;
  color: white;
}
form
{
  margin: 25px;
}
.button
{
  text-decoration: none;
  background-color: black;
  color: white;
  padding: 10px 90px 10px 90px;
  border-radius: 10px;
}
.button:hover
{
  background-color: blue;
}
.napa input
{
   margin: 10px;
   border: none;
   border-bottom: 2px solid;
   border-radius: 10px;
   width: 300px;
   height: 40px;
   padding-inline-start: 10px;
   font-size: 15px;
}
.direction
{
  font-size: 15px;
  margin-left: 30px;
  color: white;
}
.direction input
{
  margin-left: 40px;
}
.direction a
{
  color: blue;
}
.direction a:hover
{
  color: white;
}
.sub
{
  margin-top: 40px;
  margin-left: 50px;
}


/*login using the google email or apple id*/
.Google
{
  text-decoration: none;
  display: flex;
}
.linkdevice
{
  cursor: pointer;
  border: 2px solid white;
  overflow: hidden;
  object-fit: cover;
  width: 85%;
  height: 45px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  padding-left: 20px;
  border-radius: 15px;
  background-color: white;
  margin-right: 10px;
  margin-left: 10px;
}
.linkdevice:hover
{
  border: 2px solid;
  border-top-color: red;
  border-bottom-color: green;
  border-right-color: blue;
  border-left-color: yellow;
}
.linkdevice h1
{
  margin-left: 0px;
  padding-left: 10px;
  padding-top: 1px;
  min-width: 70%;
  padding-right: 15px;
  color: black;
}
.linkdevice img
{
  width: 18%;
}

.Apple
{
  text-decoration: none;
  display: flex;
}
.apple
{
  cursor: pointer;
  border: 2px solid white;
  overflow: hidden;
  object-fit: cover;
  width: 85%;
  height: 45px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  padding-left: 20px;
  border-radius: 15px;
  background-color: white;
  margin-right: 10px;
  margin-left: 10px;
}
.apple:hover
{
  border: 2px solid black;
}
.apple h1
{
  margin-left: 0px;
  padding-left: 10px;
  padding-top: 1px;
  min-width: 70%;
  padding-right: 15px;
  color: black;
}
.apple img
{
  width: 18%;
}

/*media query for moblie viwe*/
@media (max-width: 780px)
{
  body
  {
  background-image: url(phone.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
 .formholder
 {
  margin-top: 70px;
  margin-left: 20px;
  min-width: 100px;
 }
 body
 {
  min-height: 830px;
  position: relative;
 }
 .log
 {
  color: white;
 }
}