
body.splash
{
    background-color: #373b4a;
    height:100vh;
    background-image:url('../img/vector.png');
    background-size:cover;
}
body.splash .container-fluid
{
    height:100%;
}
.splash-form-container 
{
    display:table;
    height:100%;
    width:100%;
}
.splash-form-container-v-align
{
    display:table-cell;
    vertical-align:middle;
}
.splash-form 
{
    padding:25px;
    background:#FFF;
    border:1px solid #efefef;
    max-width:600px;
    margin:0 auto;
}

body.splash footer 
{
    display:block;
    text-align:center;
    position: absolute;
    bottom:0;
    width:100%;
    color:#FFF;
}
body.splash footer a 
{
    color:#FFF;
}


.splash-logo
{
    font-weight:bold;
    text-align:center;
    font-family: 'Roboto Condensed', sans-serif;
    color:#aaa;
    font-size:2.6em;
    border-bottom:1px solid #dfdfdf;
    padding-bottom:20px;
}

/*==========================================================================
   Splash box
==========================================================================*/
.splash-box
{
	background-color: #FFF;
    padding: 30px;
    max-width:800px;
}

.splash-box .footer
{
	background-color: #DDD;
	padding: 15px;
	margin: -30px;
	margin-top: 30px;
	text-align: center;
}

.splash-box .footer p
{
	margin: 0;
}

.splash-box .big-icon
{
	display: block;
	text-align: center;
	font-size: 90px;
	margin-bottom: 1rem;
	background: #DDD;
	padding: 15px 0px;
}

.btn-primary 
{
    font-weight:400;
    text-transform:uppercase;
}