.layout-start {
	min-height: 600px;
	background-image: url("../images/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	/* background-color: #9999de; */
}

.container {
	height: 100%;
	align-content: center;
}

.center-start {
	margin: auto;
	padding: 10px;
}

#heading {
	text-align: center;
	color: red;
	font-weight: 300;
	font-size: 100%;
	position: relative;
}

.form-control {
	min-height: 41px;
	background: #fff;
	box-shadow: none !important;
	border-color: #e3e3e3;
}

.form-control:focus {
	border-color: #70c5c0;
}

.form-control, .btn {
	border-radius: 2px;
}

.login-form {
	margin: 0 auto;
	padding: 55px 0 30px;
}

.signup-form {
	margin: 0 auto;
	background-color: cornflowerblue;
	padding: 15px;
}
.signup-form {

	}
.login-form form {
	color: #ffffff;
	border-radius: 2px;
	margin-bottom: 15px;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 20px;
	position: relative;
}

.login-form .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #70c5c0;
	padding: 1px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.login-form input[type="checkbox"] {
	margin-top: 2px;
}

.login-form .btn {
	font-size: 16px;
	font-weight: bold;
	background: #ff7f12;
	border: none;
	margin-bottom: 20px;
}

.login-form .btn:hover, .login-form .btn:focus {
	background: #e99043;
	outline: none !important;
}

.login-form a:hover {
	text-decoration: none;
}

.login-form form a:hover {
	text-decoration: underline;
}

#loginMsg {
	color: #f3172c;
}

.login-center {
	font-weight: 500;
	font-size: 30px;
}

.error {
	color: red;
}
.modal-dialog .modal-header{
  background-color: #3b06f1;
}
.modal-dialog .modal-footer{
  background-color: #cec9c3;
}


.showpwd input{
    padding-right: 25px;
  }
 .showpwd [id^=eyepwd-] {

  }
