@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {

	font-family: 'Open Sans', sans-serif;
}
.wrapper {
	
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5) ;
	
}
.olbTitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #15182a;
	text-align: center;
	margin-top: 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#userid {
	display: block;
	float: left;
	width: 93%;
	height: 30px;
	padding: 0 5px 0 10px;
	margin: 3px 0 7px 0;
	background-color: transparent;
	border: none;
	box-shadow: inset 0px 3px 8px #666;
	outline: none;
	border-left: 1px solid #ddd;
	color: #656363;
	background: #fff;
	line-height: 32px;
	font-size: 1em;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	

}
#userid:active, #userid:focus {
	background: #eef2f6;
	box-shadow: inset 0px 3px 8px #d3d7dc;
}
#password {
	display: block;
	float: left;
	width: 93%;
	height: 30px;
	padding: 0 5px 0 10px;
	margin: 3px 0 7px 0;
	background-color: transparent;
	border: none;
	box-shadow: inset 0px 3px 8px #666;
	outline: none;
	border-left: 1px solid #ddd;
	color: #656363;
	background: #fff;
	line-height: 32px;
	font-size: 1em;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
#password:active, #password:focus {
	background: #eef2f6;
	box-shadow: inset 0px 3px 8px #d3d7dc;
}

.olbBtn {
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	background: #d12e27;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	-webkit-appearance: none;

}
.olbBtn:hover {
	background: #fff;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	border: 0;
	-webkit-appearance: none;
}

.wrapper {
color:#fff!important;	
}