

#wrapper {
    background-color: #fff;
    padding: 24px 24px 0;
    text-align: center;
    height: calc(100vh - 40px);

    #logo {
        margin-bottom: 42px;

        img {
            height: 46px;
        }
    }

    #waitinglist {
        border-radius: 32px;
        background: #F9F4E6;
        background: linear-gradient(90deg,rgba(249, 244, 230, 1) 0%, rgba(217, 235, 227, 1) 100%);

        .image-holder {
            background-image: url("img/visual.png");
            background-repeat: no-repeat;
            height: 300px;
            background-position: top;
            margin: 0 auto;
	        margin-bottom: 15px;
        }

        .toggle {
            display: inline-flex;
            margin-top: 120px;
            margin-bottom: 40px;
            justify-content: space-around;
            align-items: center;

            > a {
                color: #3A413E;
                text-decoration: none;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0;
                font-weight: 400;
                font-family: 'DM Sans', sans-serif;
            }
        }

        .holder {
            padding: 4px;

            > img {
                width: 17px;
                height: 15px;
            }
        }

        #form-widget {
            max-width: 500px;
            display: block;
            margin: 0 auto;
        }
    }
}
