
body, html {
	font-family: 'Open Sans', sans-serif;
    font-size:medium; 
	height: 101%;
	width: 101%;
}

.bg {
	/*background-image: url("images/portal_background.jpg");*/
    background-image: url("portalbackground.jpg");    
	height: 100%;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -10px;
}

.MyTextBox,.MySubmitButton {
	margin: 7px 10px;
	padding: 10px;
	height: 30px; 
	/* border-radius: 7px; */	
}


.MySubmitButton {  
	text-align: center;
	border-color: #005d29;
	background-color: #005d29 ;
	border-style: solid;
	box-shadow: none;
	color: white;
	font-weight: 700;
}

.MyResetButton { 
    background-color:transparent;
    border:none;
    cursor:pointer;
    text-decoration:underline;
    padding: 0px;
	font-size: 12px;
	/*border-style: solid;
	border-color: #5a5b5d;*/
	color: white;
}


#resetButton { 
	/* margin: 7px 10px;
	padding: 10px; */
	font-size: 70%;
	text-decoration: underline;
	background-color: #5a5b5d;
	border-style: solid;
	border-color: #5a5b5d;
	color: white;
	/* border-color: rgba(0,0,0,0.7); */
	/* width:282px; */
}

#broker_portal_img{
	width: 100%;
	height: auto;
}

#loginForm{ 
	display: inline-block;
	align-content:center;
	/* background: rgba(0,0,0,0.2); */
	width: 370px;
	/* border-radius: 15px; */
	padding: 1% 0;
	margin-top: 7vh;
	margin-left: 10%;
	color: black;
	position:relative;
}
#loginFormText {
	text-align: center;
}
#loginFormText h1 {
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}
#loginFormText form {
	margin: 4%;
}
#submitButton, #inputBlock, #inputBlock2 {
	margin: 7px 10px;
	padding: 10px;
	border-color: rgba(0,0,0,0.7);
	width:282px;
	/* height: 20px; */
	/* border-radius: 7px; */
	
}
::-webkit-input-placeholder {
   text-align: center;
}
:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}
::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}
:-ms-input-placeholder {  
   text-align: center; 
}
#submitButton {
	text-align: center;
	border-color: #005d29;
	background-color: #005d29 ;
	border-style: solid;
	box-shadow: none;
	color: white;
	font-weight: 700;
}

