#login-form {
    background-color: white;
}

#blog-posts {
    background-color: #6d6f6f;
    background-image: url(../img/loginscreen.jpg);
    background-size: cover;
    background-position: center;
}

#login-form-container {
    padding: 40px 20px;
}

#login-form-logo,
#login-form-kontornet {
    text-align: center;
}

#login-form-logo img {
    max-height: 75px;
    width: auto;
}

#login-form-kontornet {
    display: none;
}

#login-form-kontornet-container {
    max-width: 412px;
    margin-left: auto;
}

#login-form-kontornet img {
    width: 150px;
    height: auto;
    margin: 40px 0;
    opacity: .5;
}

h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    color: #999;
    text-align: center;
    margin: 40px 0;
}

.login-form-row {
    max-width: 254px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 6px;
    text-align: center;
}

.login-form-row input {
    width: 100%;
    border: 0;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    padding-left: 36px;
}

.login-form-row input:focus {
    border-color: #1893e7;
}

.login-form-row-icon-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    text-align: center;
}

.login-form-row .icon {
    font-size: 28px;
    color: #1893e7;
    line-height: 40px;
}

.button {
    font-weight: 400;
    color: white;
    background-color: #1ec659;
    text-decoration: none;
    font-size: 18px;
    height: 42px;
    padding: 0 !important;
    border-radius: 3px;
    display: inline-block;
    border: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    cursor: hand;
    width: 140px !important;
    margin-top: 30px !important;
}

.button:hover {
    background-color: #1ed55e;
}

.button:focus {
    border: none;
}

.login-form-row a {
    color: #999;
    font-weight: 300;
    text-decoration: none;
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
}

#blog-posts-container {
    padding: 40px 20px;
}

#blog-posts-container h2 {
    color: white;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}

#blog-posts-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 20px 0;
}

#blog-posts-container ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#blog-posts-container ul li:last-child {
    border-bottom: 0;
}

#blog-posts-container ul a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    padding: 8px 6px;
}

#blog-posts-container ul a:hover {
    background-color: rgba(255, 255, 255, .05);
}

#blog-posts .ghost-button {
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 10px 14px;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

#blog-posts .ghost-button:hover {
    background-color: rgba(255, 255, 255, .1);
}