body {
    background-color: #fff;
}

a {
    color:#000000;
}

.header {
    position: relative;
    background: url("../storage/img/header1.jpg") no-repeat;
    background-size: cover;
    /* background-color:rgba(243,154,67,0.5); */
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    
    height: 300px;
}
.header .content {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}
.title, .header p {
    text-align: center;
}

.link-button {
    display: block;
    width: 170px;
    margin: 32px auto 0;
    font-weight: bold;
}
.login-button {
    margin: 16px auto 0;
}

.feature-content img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
}

.subtitle {
    font-weight: bold;
    font-size: 18px;
}