.wrapper, html, body {
    height: 100%;
    margin: 0;
	background: url("http://streamline-assets.com/admin2022/images/bg_hawaii.jpg") no-repeat center center #000000;
	background-size:cover;
	background-attachment: fixed;
}
.wrapper {
    display: flex;
    flex-direction: column;
	color:white;
}
#login-panel {
    letter-spacing: .5px;
}
.streamline-icon {
    width: auto;
    height: 100%;
    position: absolute;
    opacity: .4;
    right: 0;
}
.streamline-icon img {
    height: 100%;
    width: auto;
    margin-left: auto;
}
.row {
    flex:2;
    display: flex;
}
.col-sm-6  {
  display: flex;
  align-items: center;
	padding-left:0;
}
#login-panel {
	background:rgba(0,0,0,.5);
	padding:50px;
}
#streamline-logo {
	background:rgba(0,0,0,.3);
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	padding:10px 30px 10px 80px;
	width:100%;
	max-width:500px;
	text-align: right;
}
#streamline-logo img {
	width:100%;
	max-width:400px;
	height:auto;
}
#login-container {
    width: 100%;
    max-width: 360px;
}
#login-container a {
	color:white;
	text-decoration: underline;
	font-size: 12px;
}
#login-container h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}
#login-container input, #login-container select{
	background:rgba(21,68,90,.5);
	color:#eee;
	border-radius: 0;
	height:40px;
}

#login-container input.btn-login {
	background: #fff;
	color:#20607F;
}
#login-container input.btn-login:hover {
	background: #15445A;
	color:#ffffff;
}
@media screen and (max-width:767px) {
	.wrapper {
    display: flex;
    flex-direction: column;
	color:white;
}
	body {
		background-attachment: scroll;
	}

.row {
    display: flex;
    align-items: center;
}
	#login-panel {
		padding:0px;
		background: transparent;
}
	#login-container {
		max-width: 400px;
		margin: auto;
		background:rgba(0,0,0,.5);
		padding:35px;
	}
	#login-container h2 {
    font-size: 15px;
		text-align: center;
		padding: 10px 0;
		margin:20px 0;
		border-top: 1px solid rgba(255,255,255,.25);
		border-bottom: 1px solid rgba(255,255,255,.25);
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.5+51,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 50%, rgba(0,0,0,0.5) 51%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.49) 50%,rgba(0,0,0,0.5) 51%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.49) 50%,rgba(0,0,0,0.5) 51%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

		
}
}
