html,
body {
    height: 100%;
}

body.is-view-oauth-login,
body.is-view-freelancers-form,
.header-main {
    background-image: url('../img/background-pattern.png');
}

body.is-view-freelancers-list {
    padding-top: 60px;
}

a:not(.btn) {
    color: #ff5c36;
    text-decoration: none;
}

a:not(.btn):hover {
    text-decoration: underline;
}

.header-main {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
}

.header-main-logo-img {
    height: 100%;
    vertical-align: baseline;
}