
body {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #fff;
}

.navbar {
    background: black;
}

    .navbar label {
        color: whitesmoke;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 38px;
        font-weight: 400;
        display: block;
    }

.form-login .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-login .need-help {
    color: whitesmoke;
}

.form-login .new-account {
    color: whitesmoke;
}

.form-login .form-control:focus {
    z-index: 5;
}

.need-help .new-account {
    margin-top: 10px;
}

.btn-social {
    opacity: 0.85;
    padding-left: 65px;
    border: none;
    margin-bottom: 8px;
}

.btn-yodiwo {
    height: 60px;
    margin-bottom: 10px;
    font-size: 1.5em;
    padding-top: 14px;
    opacity: 1;
    background: #004453; /* In case linear-gradient property is not supported. */
    background: linear-gradient(to right, #004453, #5b8e86);
    color: white;
}

    .btn-yodiwo:hover {
        color: white;
        background: #002a33; /* In case linear-gradient property is not supported. */
        background: linear-gradient(to right, #002a33, #507c76);
    }

    .btn-yodiwo:focus {
        color: white;
        background: #002a33; /* In case linear-gradient property is not supported. */
        background: linear-gradient(to right, #002a33, #507c76);
    }

.yodiwo-img {
    display: inline-block;
    margin-top: 14px;
    width: 70%;
}

.btn-social > :first-child {
    width: 50px;
}

i.fa {
    width: 15px;
    margin-left: 5px;
}

p {
    font-size: 1.4em;
}

span {
    font-size: 0.9em;
}

@media screen and (max-width:770px) {
    a#login_with_yodiwo_btn {
        font-size: 1.2em;
    }
}

@media screen and (max-width:330px) {
    a#login_with_yodiwo_btn {
        font-size: 1em;
    }
}

#content-box {
    background: rgba(0, 0, 0, 0.2);
}

.features-box {
    padding-top: 80px;
    padding-bottom: 80px;
}

.feature-list {
    list-style-type: none;
    color: white;
}

    .feature-list li {
        margin-top: 30px;
    }

    .feature-list p {
        font-size: 1em;
        margin-top: 10px;
    }

.yodiwo-login-box-body {
    border-left: 1px solid #fff;
    margin-top: 22%;
}

.login-icon {
    width: 60px;
    display: inline-block;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
}

#page-title {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-top: 0;
}

    #page-title span {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 2px;
    }

.login-logo img {
    width: 130px;
}
