/* Header Start */

header {
    background: #29304a;
    padding: 20px 0px;
}

/*header .btn--login-status{
    background: #f2f2f2;
    padding: 8px 17px;
    border: none;
}*/

/*header .btn--login-status:hover{
    background: white;
}*/

/* Header End */

/* Nav Start */

nav {
    background: white;
}

    /*.home-icon{
    height: 23px;
    width: 23px;
    position: relative;
    top: -3px;
}*/

#basket {
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
}

    #basket a {
        color: white;
    }

/* Nav End */

/* Login Start */

.field-validation-error {
    left: 20px;
}

/* Login End */

.centered {
    margin: 0px auto !important;
}

.next-module-btn:hover, .last-module-btn:hover {
    background: #d74e2e;
}

label {
    font-weight: inherit;
}

.col-xs-12 {
    /*float: left;*/
    width: 100%;
    min-height: 1px;
    position: relative;
}

#overlay2 {
    text-align: center;
    z-index: 1000000000;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    display: none;
}

    #overlay2 img {
        top: calc(50% - 100px);
        position: absolute;
        left: calc(50% - 100px);
    }
