﻿body {
  background-color: #e9e9eb;
}
#header.header-sticky #header-wrap {
  background-color: transparent !important;
  z-index: 500;
}
#account-link-to-dashboard .users-name,
#account-link-to-login .users-name {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 15px;
  margin-right: 10px;
}
#header .header-buttons {
  display: inline-block;
  float: right;
  height: 60px !important;
  padding: 10px 0 0 0;
}
.habs-checkbox {
  display: inline-block;
  float: left;
}
.habs-checkbox .label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}
.habs-checkbox .label-cbx.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.habs-checkbox .label-cbx input:checked + .checkbox {
  border-color: white;
}
.habs-checkbox .label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.habs-checkbox .label-cbx input:disabled + .checkbox {
  pointer-events: none;
  opacity: 0.2;
}
.habs-checkbox .label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}
.habs-checkbox .label-cbx .checkbox {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #C8CCD4;
  border-radius: 3px;
  padding: 0px;
}
.habs-checkbox .label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.habs-checkbox .label-cbx .checkbox svg path {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.habs-checkbox .label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.habs-checkbox .label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
  display: inline-block;
  margin-top: 9px;
  color: white;
  font-weight: 100;
  margin-bottom: 14px;
}
.habs-checkbox .cntr {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
}
.habs-checkbox .invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
.tx-14 {
  font-size: 14px;
  font-weight: 100 !important;
}
#account-link-to-login {
  display: none;
}
.photo-column {
  height: 100vh;
  padding: 0px;
  background-color: #FF3366;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .photo-column {
    display: none !important;
  }
}
.photo-column img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header {
  background-color: transparent !important;
  height: 90px;
  position: absolute !important;
  top: 0;
  display: block;
  width: 100%;
  z-index: 500 !important;
}
#header #header-wrap {
  transition: opacity 0s, height 0s, background-color 0s !important;
  -webkit-transition: opacity 0s, height 0s, background-color 0s !important;
  height: 90px;
}
#header #header-wrap:hover {
  background-color: transparent !important;
}
#header #header-wrap #logo {
  height: 90px;
}
#header .header-sticky {
  background-color: transparent !important;
  transition: opacity 0s, height 0s, background-color 0s !important;
  -webkit-transition: opacity 0s, height 0s, background-color 0s !important;
  height: 90px;
}
#header .header-sticky #logo {
  height: 90px;
  padding-top: 3px;
}
#header .header-sticky #header-wrap {
  transition: opacity 0s, height 0s, background-color 0s !important;
  -webkit-transition: opacity 0s, height 0s, background-color 0s !important;
  height: 90px;
}
#header .header-sticky #header-wrap:hover {
  background-color: transparent !important;
}
#header .header-sticky #header-wrap #logo {
  height: 90px;
  padding-top: 3px;
}
.checkbox input[type=checkbox] {
  position: relative;
  margin: auto;
}
.checkbox label {
  color: white;
}
.login-form {
  background-color: #555;
  height: 100vh;
}
a.forgot-link {
  display: inline-block;
  float: right;
  margin-top: 9px;
  color: white;
}
a.forgot-link:hover {
  text-decoration: underline !important;
  color: white;
}
.form-control {
  border: 2px solid rgba(255, 255, 255, 0.66);
  border-radius: 5px;
  margin-bottom: 8px;
  background-color: transparent !important;
  transition: border 0.3s !important;
  -webkit-transition: border 0.3s !important;
  color: white !important;
}
.form-control:focus {
  border: 2px solid #ffffff;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ececec;
}
.form-control:-moz-placeholder {
  /* Firefox 19+ */
  color: #ececec;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ececec;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ececec;
}
.checkbox {
  width: 100%;
  padding: 10px 0px;
  display: inline-block;
  text-align: center;
}
.validation-summary-errors {
  color: white;
  /* border: 2px solid red; */
  padding: 10px 20px;
  background-color: #494949;
  border-radius: 30px;
  display: inline-block;
  width: 100%;
}
.validation-summary-errors ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
  width: 100%;
}
.btn {
  background-color: #FF3366;
  color: white;
  border-radius: 30px;
  width: 100%;
  padding: 10px 0px;
  font-size: 17px;
  outline: none;
}
section {
  padding: 0px;
}
#loginForm {
  min-height: calc(100vh - 60px);
}
#loginForm .mg-r-5 {
  margin-right: 5px;
}
#loginForm .wrapper {
  margin-top: 110px;
  margin-bottom: 20px;
  background-color: grey;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #FF3366;
}
#loginForm .wrapper .form_top {
  width: 100%;
  background-color: #fff;
}
#loginForm .wrapper .form_top .login-icon {
  color: grey;
  font-size: 32px;
  padding: 20px;
}
#loginForm .wrapper .form_error {
  display: inline-block;
  width: 100%;
  color: #d21f1f;
  margin-bottom: 10px;
}
#loginForm .wrapper .form_error li {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: none;
  text-align: center;
}
#loginForm .wrapper .form_middle {
  width: 100%;
  display: inline-block;
  background-color: #5d5d5d !important;
  background-color: #fbfbfb !important;
  padding: 20px;
  color: #505050;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#loginForm .wrapper .form_middle .reset-title {
  color: #FF3366;
  display: inline-block;
  float: left;
  width: 100%;
  margin: 10px 0px 20px 0px;
  text-align: center;
  font-size: 22px;
}
#loginForm .wrapper .form_middle .instrucitons {
  color: #505050;
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
  text-align: left;
  line-height: 20px;
}
#loginForm .wrapper .form_middle .btn-login {
  width: 100%;
  color: #fff;
  background-color: #FF3366;
  border: 1px solid #FF3366;
}
#loginForm .wrapper .form_middle .btn-login:hover {
  background-color: #ff668c;
  border: 1px solid #ff668c;
}
#loginForm .wrapper .form_middle .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
#loginForm .wrapper .form_middle label {
  font-size: 12px;
  margin-left: 0px;
  padding-left: 0px;
  position: relative;
  top: -2px;
}
#loginForm .wrapper .form_bottom {
  width: 100%;
  background-color: white;
  padding: 15px 20px;
  display: inline-block;
}
#loginForm .wrapper .form_bottom a {
  color: #6b7c85;
  font-size: 12px;
}
#loginForm .wrapper .form_bottom a:hover {
  text-decoration: underline;
  color: #546269;
}
#loginForm .wrapper .form_bottom a .fa {
  margin-right: 5px;
}
#loginForm .wrapper input[type="text"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  color: black;
  border: 1px solid #d9d9d9;
}
#loginForm .wrapper input[type="password"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  color: black;
  border: 1px solid #d9d9d9;
}
#loginForm .wrapper .form-control {
  display: block;
  width: 100%;
  height: 34px;
  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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mg-r-10 {
  margin-right: 10px;
}
.full-height {
  height: 100vh;
  padding: 0px;
}
.login-form-container {
  background-color: #6b7c85;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .login-form-container {
    box-shadow: none;
  }
}
.login-form-container .form_middle {
  display: inline-block;
  width: 100%;
  padding: 0px 40px;
}
#main-footer {
  display: none;
}
.form_error {
  margin-top: -50px;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: none !important;
}
.btn .fab,
.btn .fal,
.btn .far,
.btn .fa {
  margin-right: 10px;
}
.btn.btn-light {
  background-color: white;
  color: #FF3366;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.btn.btn-light:hover {
  background-color: white;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn.btn-primary {
  background-color: #FF3366;
  display: inline-block;
  float: left;
  color: white;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.btn.btn-primary.disabled {
  border-color: transparent;
}
.btn.btn-primary.disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  background-color: #ff4d79;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.btn.right {
  float: right !important;
}
.btn.btn-success {
  background-color: #6eb300;
  display: inline-block;
  float: left;
  color: white;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.btn.btn-success:hover {
  background-color: #7ecd00;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-success.disabled {
  border-color: transparent;
}
.btn.btn-success.disabled:hover {
  background-color: #7ecd00;
  -webkit-box-shadow: none;
  box-shadow: none;
}