body {
    background: #eaeaea;
}
    #index-layout {
        position: relative;
        box-sizing: border-box;
        width: 960px;
        min-height: 100%;
        padding: 0 20px 20px 20px;
        margin: auto;            
    }
    @media all and (max-width: 960px) {
        #index-layout {
            width: 100%;
        }
    }
        header {
            display: flex;
            align-items: center;
            padding: 35px 0 32px 0;
            margin: 0;
            background: none;
            border-bottom: none;
        }
            .logo {
                width: 197px;
                height: 24px;
                background: url(../img/loggor/kursutvardering.svg);
            }
            header .button-box {
                margin-left: auto;
            }
            @media all and (max-width: 590px) {
                header .button-box {
                    display: flex;
                    flex-direction: column;
                }
                    .third-button-style.margin-right-32 {
                        margin-right: 0;
                        margin-bottom: 20px;
                    }
            }
        article {
            box-sizing: border-box;
            width: 100%;
            box-shadow: 0 0 10px 10px rgba(142, 142, 142, .05);
        }
        article.notice {
            padding: 120px 40px;
            background: #FFF;
            border: 2px solid #4317d1;
            margin-bottom: 86px;
            text-align: center;
        }
        article.white {
            padding: 248px 0;
            background: #FFF;
            margin-bottom: 86px;
            text-align: center;
        }
        article.blue {
            padding: 88px 68px 76px 68px;
            margin-bottom: 200px;
            background: #c1c8ef;
        }
            @media all and (max-width: 465px) {
                .blue h2 {
                    font-size: 30px;
                }
            }
            .blue .introduction {
                margin: 38px 0 32px 0;
                font-size: 18px;
                line-height: 1.56;
                color: #1a0950;
            }

#student-code{
    display: block;
    box-sizing: border-box;
    width: 340px;
    padding: 14px 5px;
    margin: 0 auto 40px auto;
    border: 1px solid #c0c0c0;
    font-size: 28px;
    text-align: center;
    color: #a1a1a1;
}
.second-button-style {
    display: inline-block;
    box-sizing: border-box;
    padding: 11px 27px 12px;
    border: 1px solid #4317d1;
    border-radius: 20px;
    font-size: 14px;
    color: #4317d1;
    user-select: none;
    white-space: nowrap;
}
.second-button-style:focus,
.second-button-style:hover {
    cursor: pointer;
    border: 1px solid #393939;
    color: #4317d1;
    outline: none;
}
.button-size-50 {
    font-size: 16px;
    padding: 16px 42px;
    border-radius: 25px;
}
.third-button-style {
    display: inline-block;
    box-sizing: border-box;
    padding: 11px 27px 12px;
    border: 1px solid #8f8f8f;
    border-radius: 20px;
    font-size: 14px;
    color: #393939;
    user-select: none;
    white-space: nowrap;
}
.third-button-style:focus,
.third-button-style:hover {
    cursor: pointer;
    border: 1px solid #4317d1;
    color: #393939;
    outline: none;
}
.margin-right-32 {
    margin-right: 32px;
}
.margin-top-6-negative {
    margin-top: -6px;                   
}
.margin-top-30 {
    margin-top: 30px;
}

/* Om style */
article.blue-split {
    display: flex;
    padding: 0;
    margin-bottom: 82px;
    background: #c1c8ef;
}
    .blue-split-content {
        box-sizing: border-box;
        width: calc(100% - 434px);
        padding: 88px 38px 52px 44px;
    }
    @media all and (max-width: 960px) {
        .blue-split-content {
            width: 100%;
            padding: 44px 20px 52px 20px;
        }
            .blue-split-content h2 {
                font-size: 30px;
            }
        .blue-split-image {
            display: none;
        }
    }
        .introduction {
            margin: 22px 0 82px 0;
            font-size: 16px;
            line-height: 1.63;
            color: #1a0950;
        }
        .introduction.grey {
            color: #AAA;
            font-size: 18px;
            line-height: 1.44;
        }
        .custom-list-container {
            margin-bottom: 40px;
        }
            .custom-list-item {
                margin: 16px 0;
                font-size: 26px;
                color: #4317d1;
                font-weight: bold;
            }
            .custom-list-item::before {
                content: '';
                display: inline-block;
                width: 26px;
                height: 20px;
                padding-right: 12px;
                background: url(../img/icons/check-list-img.svg) no-repeat;
            }
            .custom-list-item-smal {
                margin: 16px 0;
                font-size: 16px;
                color: #FFF;
                font-weight: 300;
            }
            .custom-list-item-smal:before {
                content: '';
                display: inline-block;
                width: 18px;
                height: 14px;
                padding-right: 8px;
                background: url(../img/icons/check-list-img-white.svg) no-repeat;
            }
            @media all and (max-width: 960px) {
                .custom-list-item {
                    font-size: 18px;
                }
                .custom-list-item::before {
                    width: 23px;
                    height: 18px;
                }
            }
    .blue-split-image {
        width: 434px;
        height: 748px;
        background: url(../img/photos/about.jpg);
    }
article.dark {
    padding: 60px 54px 72px 54px;
    margin-bottom: 200px;
    background: #171819;
}
    @media all and (max-width: 960px) {
        article.dark {
            padding: 44px 20px 52px 20px;
        }
        .dark h2 {
            font-size: 30px;
        }
    }
    .white {
        color: #FFF;
    }

    .split-container {
        display: flex;
        border: 1px solid #6a6a6a;
        border-radius: 10px;
    }
        .split-child {
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            width: 50%;
            padding: 44px 80px;
        }
        .split-child:first-of-type {
            border-right: 1px solid #6a6a6a;
        }
            .h3-child {
                margin: 4px 0 40px 0;
            }
            .flex-bottom {
                margin-top: auto;
            }
    @media all and (max-width: 960px) {
        .split-container {
            flex-direction: column;
        }
            .split-child {
                width: 100%;
                padding: 32px 16px;
                align-items: start;
            }
            .split-child:first-of-type {
                border-bottom: 1px solid #6a6a6a;
                border-right: none;
            }
                .flex-bottom {
                    margin: auto;
                }
    }
/* END - Om style */

/* Login style */
article.login-split {
    display: flex;
    padding: 0;
}
    .login-split-image {
        width: 434px;
        min-height: 748px;
        background: #FFF url(../img/photos/login.jpg) no-repeat;
    }
    .login-split-content {
        box-sizing: border-box;
        display: flex;
        width: calc(100% - 434px);
        flex-direction: column;
        background: #FFF;
        padding: 154px 64px 36px 76px;
    }
            .login-h3 {
                margin-bottom: 30px;
                font-size: 22px;
                color: #303030;
                font-weight: bold;
            }
                input.login-input {
                    margin-bottom: 22px;
                    padding: 14px 16px;
                    color: #a1a1a1;
                }
                input.login-input:last-of-type {
                    margin-bottom: 14px;
                }
                .login-forgot {
                    font-size: 13px;
                    color: #4317d1;
                    margin: 0 0 27px 0;
                    cursor: pointer;
                }
        .login-split-bottom {
            display: flex;
            justify-content: space-between;
            margin-top: auto;
            padding-top: 24px;
            border-top: 1px solid #d8d8d8;
            white-space: nowrap;
        }
            .login-split-bottom-text {
                font-size: 16px;
            }
    @media all and (max-width: 960px) {
        .login-split {
            box-shadow: none;
            justify-content: center;
            margin-top: 60px;
        }
            .login-split-image {
                display: none;
            }
            .login-split-content {
                min-width: 320px;
                width: 50%;
                padding: 30px 20px;
                box-shadow: 0 0 10px 10px rgba(142, 142, 142, .05);
            }
                .login-split-bottom {
                    margin-top: 140px;
                }
                .login-split-bottom-text {
                    display: none;
                }
    }

    #register-container {
        margin-top: -110px;
    }
    #register-container,
    #forgot-container,
    #register-footer {
        display: none;;
    }
        .custom-register-margin {
            margin: 20px 0 100px 0; 
        }
        .reg-input {
            margin-bottom: 22px;
        }
        .reg-input:disabled {
            background: #eee;
        }
    @media all and (max-width: 960px) {
        #register-container {
            margin-top: 0;
        }
            .custom-register-margin {
                margin: 20px 0 0 0; 
            }
    }
/* END - Login style */