 body {
 	background-image: url(../images/bg1.jpeg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
 }
 
.rbs-loginWrapper {
	margin-top: 60px;
	padding-bottom: 20px;
}

.rbs-loginWrapper .rbs-loginBody {
	background-color: white;
    opacity: .75;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.rbs-logospace img {
	height: 70px;
	width: 100%;
}

.rbs-logo {
    padding: 0px 10px 10px 10px;
    border-bottom: 1px #eee solid;
    text-align: center;
    display: block;
}

.rbs-titlebar {
	padding: 20px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px #eee solid;
}

.rbs-header {
	padding: 10px;
    text-align: center;
}

.rbs-loginForm .rbs-formData {
	margin-top: 5px;
	margin-bottom: 20px;
} 

.rbs-loginForm .rbs-quickHelp {
	text-align: center;
}

.rbs-loginFooter .rbs-newUser, .rbs-loginFooter .rbs-supportedBrowser {
	font-size:11px;
	display: inline-block!important;
	margin-top: 20px;
}

.rbs-languageChoice {
	text-align: center; 
	margin-top: 20px;
}

.rbs-hide {
	display: none;
}

.rbs-alert-error {
	display: flex;
	padding: 10px;
	margin-bottom: 5px;
}

.rbs-alert-img {
	float: left;
}

.rbs-alert-img-text {
	padding-left: 10px;
}

.rbs-required:after {
    content: " *";
    color: red;  
}

@media only screen and (min-width: 600px) {
	.container {
		width: 500px;
	}
}

@media only screen and (max-width: 320px) {
	.rbs-logospace img {
		height: 50px;
		width: 100%;
	}
}

.rbs-loginWrapper label{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

 .rbs-loginForm .rbs-formData .form-control{
	font-size: 14px;
	height: 34px;
}

 .rbs-loginForm .form-group{
	margin-bottom: 15px;
}

 .rbs-loginForm .checkbox, .radio {
	 position: relative;
	 display: block;
	 margin-top: 10px;
	 margin-bottom: 10px;
 }

 .rbs-loginForm .checkbox label, .radio label {
	 min-height: 20px;
	 margin-bottom: 0;
	 font-weight: 400;
	 cursor: pointer;
 }
 .rbs-loginForm .checkbox input[type=checkbox]{
	 margin-right: 7px;
	 vertical-align: middle;
	 margin-top: -2px;
 }