.login-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	width: 100%;
	max-width: 400px;
	padding-top: 2rem;
	padding-left: 2rem;
	padding-right: 5px;
	padding-bottom: 2rem;
}

.login-caption {
	text-align: center;
	font-weight: 600;
	font-size: 1.5em;
	color: #7A003B;
	padding-top: 30px;
}

.login-panel {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top: 10px;
}



.login-button-pane {
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

.btn.btn-primary-login{
	color: white;
	background:#7A003C !important;  
	border:10px;
	border-radius: 15px;
}

.btn.btn-primary-login:hover{
	color: white;
	background:#4d0026 !important;
	border:0px;
}

.login-img-logo {
    background-image: url('images/layout/logo191x80.png');
    background-repeat: no-repeat;
    width: 191px ;
    height: 82px;
}

.header-img-logo {
	background-image: url('images/layout/logo166x60.png');
	background-repeat: no-repeat;
	width: 166px ;
	height: 60px;
	background-repeat: no-repeat;
}             


.title-header {
	font-size: 2em;
	color: #414042;
	font-weight: bolder;
	width: 120px;
	padding-left: 12px;
}

.group-title-header {
	font-size: 1.2em;
	color: #414042;
	margin-top: 5px;
}



.header-right {
	width: 30px;
}

.header-infotext {
	
}

.form-group {
	width: 100%;
	font-size: 12px;
	line-height: 1.5;

}


.form-control {
  display: block;
  width: 100%;
  height: 24px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}

.btn-primary-login{
	color: white;
	background:#7A003C !important;  
	border:10px;
	border-radius: 3px;
	margin-top: 1em;
}

.btn-primary-login:hover{
	color: white;
	background:#4d0026 !important;
	border:0px;
}


