body{
	background-color: #0B3F30;
}

h1{
	color: white !important;
}

.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url(./showroom.jpg);
  background-size: cover;
  background-position: center center;
}

DIV#flags{
}

.flagdiv{
	display: none;
    margin: -15px 10px 30px 10px;
}
.flagspan {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 20px;
       background-repeat: no-repeat;
}

.right-panel{
    background-image: url(./logo.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 300px ;
	background-origin: content-box;
	padding: 5%;
}

.login-box{
    
    margin-top: 200px;
}

.login-heading{
    color: #0062ad;
}