body{
    background-color: #f0f4dc;
}
.box{
    width: 75%;
    height: 95vw;
    background-color: rgb(151, 188, 173);
    position: relative;
    margin: 25vh auto;
    border: 1px #000 solid;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
h2{
    font-family: "Lalezar", cursive;
    text-align: center;
}
.email{
    font-family: "Lalezar", cursive;
    text-align: center;
}
.rams{
    font-family: "Lalezar", cursive;
    text-align: center;
}
#email{
    font-family: "Lalezar", cursive;
    display: block;
    margin: 0px auto;
    direction: rtl;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#password{
    font-family: "Lalezar", cursive;
    display: block;
    margin: 0px auto;
    direction: rtl;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
button{
    font-family: "Lalezar", cursive;
    display: block;
    margin: 0px auto;
    width: 80%;
    padding: 10px;
    margin-top: 2vw;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgb(141, 255, 209);
}
