.header {
    text-align: center;
    padding: 35px 0px 20px 0px;
}

.ectas-logo {
    position: relative;
    width: 50px;
    height: 50px;
    background: url("../content/images/eCTASIcon48x48.png") no-repeat;
    background-size: 50px 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.ectasTypography {
    font-weight: 600;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
}

.ectasTypography::first-letter {
    font-weight: normal;
}

.ectasColor {
    color: #682471;
}

.ectasStatus {
    padding: 0px 0px 15px 0px;
}
