/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-Feb-2016, 15:50:08
    Author     : Babatunde
*/

html{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#main-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
    background: #fff;
    max-height: 1200px;
}

.full-page{
    height: 100%;
}

#slide-show{
    height: 100%;
}

.flexslider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

#login-side{
    background: #00AFE4;
    height: 100%;
    position: relative;
    color: #fff;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}

#login-box{
    max-height: 350px;
    width: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    padding: 0 10px;
}

.login-page-white-text{
    color: #FFF;
}

.login-button{
    width: 40% !important;
    border: 2px solid #fff !important;
    color: #000;
    font-weight: bold;
    padding:5px 10px !important;
    line-height: 0 !important;
}

.bottom-credits{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.8em;
    width: 100%;
    padding: 10px;
    text-align: center;
}