body{
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    font-family: Roboto,Helvetica Neue,sans-serif;
}
.box{
    padding: 100px 40px 40px 40px;
    max-width: 360px;
    border-radius: 20px;
    margin: 200px auto 0;
    background-color: rgb(255 255 255 / 90%);
    background-image: url(../img/MySpaLive-logo.png);
    background-repeat: no-repeat;
    background-position: center -30px;
    background-size: 180px;
    text-align: center;
}
h1{
    font-size: 25px;
    color: #655489;
    margin: 30px 0;
}
h2{
    font-size: 20px;
    color: #535E6A;
}

input{
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 16px;
    border: 1px solid #c5c5c5;
    box-shadow: 1px 1px 4px #c5c5c5;
    color: #535e6a;
    max-width: 250px;
    width: 100%;
}

button{
    background: #655489;
    color: #FFF;
    font-size: 21px;
    padding: 10px 40px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin: 20px 0 0 0;
}
button:hover{
    background: #9686B7;
}