/*=====================================
            Html, Body
=====================================*/

html, body{
    height: 100%;
}

body{
    color: #fff;
}




/*=====================================
            Home
=====================================*/
.home{
    background: none;
    /*height: 100%;*/
}

.home-bg{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;    
    background-image: url(/Content/img/achtergrond.JPG);
    background-size: cover;
    
}

.overlay-home{
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.home-content{
    width: 100%;
    height: 100%;
    display: table;
}

.home-content-inner{
    /*display: table-cell;
    vertical-align: middle;*/
}

.home-heading{
    text-align: center;
}

.home-heading-1{
    color: #00b3b3;
}

.home-heading-2{
     color: #fff;
}

.home-heading h2{
    
    font-size: 45px;
    font-weight: 100;    
    margin: 0;
    display: inline-block;
}

.home-heading h2 span{
    color: #00b3b3;
    font-weight: 500;
}

.home-heading-2{
    text-transform: uppercase;
}

.home-text p{
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    margin: 8px 0 30px 0;
}

.btn-home{
    border-radius: 28%;
    width:150px;
    color: black;
}

.home-table{
    color: #fff;
    
}

/*=====================================
            User
=====================================*/

.create-user h1{
    color: #fff;
}

.progresionState{
    margin-top:50px;
}
/*=====================================
            Footer
=====================================*/
footer{
    
    padding: 30px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

footer p{
    color: #fff;
    line-height: 20px;
}

footer p span{
    color: #DF0101;
}
