/*===============================
    T2G Base CSS
    Author : caboya GmbH
================================= */

body, html {
  height: 100%;
}

.form-background{
	background: url('../img/bg/solvias-bg-pexels-brett-sayles-2020156.jpg') bottom;
	
	
	/*
	background: url('../img/bg/bg-underwater-silhouette-fish-aquarium.jpg') bottom;
	background: url('../img/bg/bg-unsplash-from-fiona-ayerst.jpg') bottom;
	background: url('../img/bg/bg-unsplash-from-hiroko-yoshii.jpg') bottom;
	background: url('../img/bg/bg-stormtrooper.jpg') bottom; 
	*/

	height: 	100%;
	min-height: 100%;
	overflow-x: hidden;
	
	/* Center and scale the image nicely */
  	background-position: center;
  	background-repeat: 	 no-repeat;
  	background-size: 	 cover;
}

/* --------------
    LOGO
   -------------- */
#logo-element {
    width:  180px;
    height:  80px;
    margin-top:  10px;
    margin-left: 10px;
    background: rgba(0, 0, 0, 0.14);
    background: 0 0 transparent no-repeat url(../img/misc/logo-solvias-192.png);
}
.logo {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -1px;
    display: inline-block;
    line-height: 58px;
    padding: 0 0 10px 18px;
    text-decoration: none;
}
.logo-full {
    color: #FFF;
}
.x-hidden {
    color: #3399FF;
}