*{
    font-family: "Nunito", sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-image: url('/img/bg.png');
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.box{
    background-color: rgba(255,255,255,.8);
    border-radius: 25px;
    margin: 50px 100px;
    padding: 50px;
}

.logo{
    width: 150px;
    margin: auto;
    display: block;
    padding-bottom: 80px;
}

.bottom-image{
    width: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -9;
}

.top-image{
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
}

.left-top-image{
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
}

.bottom-left-image{
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.left-image{
    width: 150px;
    position: absolute;
    top: 100px;
    left: 0;
}

#save-button{
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    background-color: #f7a937;
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    margin-top: 80px;
}

#save-button:hover{
    background-color: rgba(247,169,55,.5);
    color: #653219;
}

input{
    padding: 12px;
    font-size: 20px;
    background-color: rgba(101,52,25,.8);
    color: #fff;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    width: 150px;
    border: none;
    margin-right: 5px;
    outline: none;
    margin-bottom: 10px;
}

td{
    min-width: 150px;
}

.container{
    width: 80%;
    margin: auto;

}

