
body{
	margin:0;
	padding:0;
	width:100%;
}
.bodi{
	width:100%;
}
.mybodi{
	width:100%;
}
.errspan {
        float: right;
        margin-right: 6px;
        margin-top: -20px;
        position: relative;
        z-index: 2;
        color: red;
    }
.header {
	margin: 50px auto 0px;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}
.header h2{
	font-family: Roboto,sans-serif;
    font-weight: 400;
	font-size:24px;
}
.header h3{
	font-family: Roboto,sans-serif;
    font-weight: 400;
	font-size:18px;
	margin-bottom:0px;
}
form{
	margin-top:0px;
}
form, .content {
	margin: 0px auto;
	padding: 20px;
	background: white;
	border-radius: 0px 0px 10px 10px;
	text-align:center;
}
.input-group {
	margin: 10px 10px 10px 10px;
}
.input-group label {
	display: block;
	text-align: left;
	margin: 3px;
}
.input-group input {
	height: 30px;
	padding: 5px 10px;
	margin-bottom:10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #8c2062;
	color:#8c2062;
}
#user_type {
	height: 40px;
	padding: 5px 10px;
	background: white;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #8c2062;
	color:#8c2062;
}
input[type="text"] {
  border:1px solid #8c2062;
  color:#8c2062;
}

input[type="text"]:focus {
  border-color: #b2bd47;
  box-shadow: 0 0 8px 0 #b2bd47;
}

.inputWithIcon input[type="text"] {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  padding: 10px 15px;
  color: #aaa;
  transition: 0.3s;
  margin-top:4px;
}

.inputWithIcon input[type="text"]:focus + i {
  color: #8c2062;
}

.inputWithIcon.inputIconBg i {
  
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  
}
			input[type="password"] {
				 border:1px solid #8c2062;
  
}

input[type="password"]:focus {
  
}

.inputWithIcon input[type="password"] {
  padding-left: 40px;
}

.inputWithIcon input[type="password"]:focus + i {
   color: #823a21;
}

.inputWithIcon.inputIconBg i {
 
}

.inputWithIcon.inputIconBg input[type="password"]:focus + i {
  
}

.btn {
	padding: 10px;
	font-size: 15px;
	color: white;
	background: #8c2062;
	border: none;
	border-radius: 5px;
}
.btn:hover{
	color:#f2ec54;
	background: #8c2062;
}
.error {
	width: 92%; 
	margin: 0px auto; 
	padding: 10px; 
	border: 1px solid #a94442; 
	color: #a94442; 
	background: #f2dede; 
	border-radius: 5px; 
	text-align: left;
}
.success {
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	margin-bottom: 20px;
}
.importantt{
	color:red;
}
span:empty {
   display: none;
}
.navbar {
	position: static!important;
	margin: 0!important;
}
.navbar .navbar-inner {
	background: #b2bd47;
	border-bottom: 1px solid #2d2b32;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15)
}
.navbar .brand {
	color: #2d2b32;
	font-weight: bold;
	font-size: 20px;
	margin-right: 20px;
	padding: 20px
}
.footer {
	color: #999;
	padding: 25px 0 25px;
	border-top:1px solid #b2bd47;
}
.text-divider{margin: 2em 0; line-height: 0; text-align: center;}
.text-divider span{background-color: #f2ec54; padding: 1em;}
.text-divider:before{ content: " "; display: block; border-top: 1px solid #f2ec54; border-bottom: 1px solid #f2ec54;}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
     .inputWithIcon .icon {
    display: none;
  }
	.header{width:80%;
	
	}
	form, .content{
	width: 80%;}
	input{
		width:80%;
	}
	button{
		width:80%;
		padding-left: 40px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.header{width: 500px;
	
	}
	form, .content{
	width: 500px;}
	input{
		width:400px;
	}
	button{
		width:400px;
		padding-left: 40px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}