*{
    margin: 0;
    padding: 0;
}
img{
    width: 100px;
}
.box{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}  
.sin{
margin-right: 100%;
}

.two{
 width: 300px;
 height: 300px;
 padding: 12px;
 text-align: center;

 box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}  
.one{
    padding-left:20px;
    margin: 15px;
    width: 65%;
    border: none;
    background-color: rgb(239, 243, 247);
    height: 35px;
    width: 65%;
    border-radius: 50px;

  
}
.int{
    font-size: 12px;
}
.three{
    padding: 5px;
    margin: 5px;
    width: 65%;
    border: none;
    background-color: aliceblue;
    height: 25px;
    border-radius: 35px;
}
.show{
    margin-right: 50%;
    padding: 2px;
}
.forgot{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 25px;
}
a{
    text-decoration: none;
}
.btn{
    width: 70px;
    height: 30px;
   background-color: blue;
   cursor: pointer;
   color: white;
   border: none;
  &:hover{
    color: papayawhip;
  }
}
