html,
body {
	height: 100%;
}

body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	/*
	background-image: url("/library/style/img/gray_bg.png");
	background-repeat: repeat;
	background-color: #f5f5f5;
	*/
	background-color: #303c6c;
	color: #f5f5f5;
}

  .user_card {
      height: 425px;
      width: 350px;
      margin-top: auto;
      margin-bottom: auto;
      background: #b4dfe5;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 5px;
  }
  .brand_logo_container {
      position: absolute;
      height: 126px;
      width: 296px;
      top: -50px;
      border-radius: 5px;
      background: #f4976c;
      padding: 10px;
      text-align: center;
  }
  .brand_logo {
      height: 106px;
      width: 276px;
      border-radius: 5px;
      border: 2px solid white;
  }
  .form_container {
      margin-top: 100px;
  }
  .login_container {
      padding: 0 2rem;
  }
  .input-group-text {
      /*background: #c0392b !important;*/
	  background: #fbe8a6 !important;
      color: #303c6c !important;
      border: 0 !important;
      border-radius: 0.25rem 0 0 0.25rem !important;
  }
  .input_user,
  .input_pass:focus {
      box-shadow: none !important;
      outline: 0px !important;
  }
  .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      /*background-color: #c0392b !important;*/
	  background-color: #414141 !important;
  }

/*
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}      

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*/
@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	font-size: 3.5rem;
	}
}