body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f1f1f1;
}
a {
  color: #3ac1b8;
}

.security-recover-pass {
  margin-bottom: 10px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
}

.forgot-pass {
  margin-top: 20px;
}

.alert ul {
  padding-left: 15px;
}

.btn.btn-primary {
  background: #3ac1b8;
  border-color: #3ac1b8;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #30a29a;
  border-color: #30a29a;
}

/*
New UI Layout 2024-06-21
*/

/* center vertically */
html,
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

body {
  background-color: white !important;
  background-image: url(/images/blue03-bg.jpg) !important;
  background-position: center 0 !important;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  padding-top: 0 !important;
  background-size: contain;
}

/*
BOX
*/
body .box {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(32, 38, 48, 0.473);
  border: solid 1px rgba(54, 58, 61, 0.05);
  background-color: #ffffff;
  margin-bottom: 30px;
  min-height: 154px;
}
body .box .inner {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}

body .box .inner .heading {
  font-size: 30px;
  padding-bottom: 30px;
}

body .box .inner .heading + .flash-msgs {
  margin-top: 0;
  margin-bottom: 20px;
}

.btn.btn-primary {
	background-image: linear-gradient(to right, #7abdda, #26abee);
    border-radius: 4px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
	background: #26abee;
    border-color: #1996d4;
}

@media (max-width: 749px) {

	body {
		background-size: auto;
		background-position: center 0 !important;
		background-image: url(/images/blue03-bg.jpg) !important;
		padding-left: 10px;
		padding-right: 10px;
	}
    .navbar-inverse .nav.navbar-nav>li {
		padding: 0 !important;
	}
}