body, html {
    height: 100%;
    margin: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	background: #f7f6f9;

}

.logo-container {
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;

}

.logo {
    width: 300px;
    height: 83px;
    position: absolute;
    top: calc(50% - 200px / 1.618);
}
