.template-wrapper {
    position: relative;
}

.template-header {
    width: 100%;
    min-height: 700px;
    background-color: #F6F6F6;
    box-shadow: 0px 1px 2px 2px rgba(204, 200, 204, 0.75);
}

.template-header > .logo {
    position: absolute;
    padding-left: 28px;
    padding-top: 75px;
}

.template-header > .title {
    left: 300px;
    top: 25px;
    font-weight: 400;
    position: absolute;
    color: black;
    font-size: 20px;
} 
