body {
    background: #243745;
    color: white;
    font-family: sans-serif;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    place-items: center;
}

.title {
    color: #ffa90c;
}

.forms-container {
    background-color: #344b5b;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
}

.forms-input {
    width: 100%;
    padding: 5px;
    outline: none;
    margin-top: 10px;
}

.button {
    background-color: #ffa90c;
    color: white;
    padding: 10px;
    border: 0;
    font-weight: 800;
}