#splash img {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	margin-top: -250px;
	margin-left: -255px;
	top: 50%;
	left: 38%;
	border: 0;
	}

.login-body {
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	background-image:url("/gdr/javax.faces.resource/bav2-1920x1200.png.xhtml?ln=images"); 
}

.logo {
	width: 213px;
	height: 36px;
	margin: 30px auto;
}
.login-block {
	width: 320px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	border-top: 5px solid #4E8BDD;
	margin: 0 auto;
	opacity: 0.8;
}

.login-block h1 {
	text-align: center;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}

.login-block input {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	padding: 0 20px 0 50px;
	outline: none;
}
.login-block input#username {
	background: #fff url("") 20px top no-repeat;
	background-size: 16px 80px;
}

.login-block input#username:focus {
	background: #fff url("") 20px bottom no-repeat;
	background-size: 16px 80px;
}

.login-block input#password {
	background: #fff url("") 20px top no-repeat;
	background-size: 16px 80px;
}

.login-block input#password:focus {
	background: #fff url("") 20px bottom no-repeat;
	background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
	border: 1px solid #4E8BDD;
}

.login-block button {
	width: 100%;
	height: 40px;
	background: #4E8BDD;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #427EC7;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	outline: none;
	cursor: pointer;
}

.login-block button:hover {
	background: #619def;
}

.login-body-v2 {
	background-color:#3476B1; 
}

svg {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0; bottom: 0;
	left: 0;
	right:0;
}

.container {  
    display: grid;
    grid-template-columns: 1fr 1fr;  
    grid-template-rows: repeat(2, 50%);
}

.login-cloud {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-button {
    position: fixed;
    top: 72%;
    left: 45%;
}

.login-iotgo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-iotgo-text {
	font-size: 30px;
	font-family: 'Verdana', Geneva, sans-serif;
	color: #d9d9d9;
	text-shadow: #2e2e2e 0 4px 5px;
}

.login-elipse-img {
	border-radius: 50%;
	width: 100%;
	height: auto;
	max-width: 600px;
	display:block;
	margin:auto;
	margin-top: 4%;
	margin-bottom: 4%;
}