
html,
body {
/*css for full size background image*/
  background: url('./web_home.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
} 

.main{
 	margin:50px 15px;
}

.title { 
	font-size: 50px;
	font-family: 'Passion One', cursive; 
	font-weight: 400; 
}

hr{
	width: 10%;
	color: #fff;
}

.form-group{
    margin-top: 30px;
	margin-bottom: 15px;
}

label{
	margin-bottom: 10px;
}

input{
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}
.form-control {
    height: auto;
padding: 8px 12px ;
}
.input-group {
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
}

.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 400px;
    padding: 10px 40px;
	background:#001133;
	    color: #FFF;
    text-shadow: none;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);

}

.radio-container {
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21); 
    height: auto;
    background:#bbbbbb;
    border-radius: 2px;
    padding: 8px 0px ;
}

#bootstrap-overrides .submit{
   background:#bbbbbb; 
   border-color:#000000;
}