/*
 * test
 */

html,
body {
  height: 100%;
}

body {
  font-family: "SF Pro Text", "Open Sans", sans-serif;
  background-color: #f5f5f5;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: left;
}

.content {
  width: 100%;
  padding: 15px;
  margin: auto;
}

.logo {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 1px;
}

.card-title {
  font-size: 1.5rem !important;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.form-signin {
  width: 100%;
  max-width: 26rem;
  padding: 20px;
  margin: auto;
  text-align: left;
}
input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 40, 100, 0.12);
  /* border: none; */
  border-radius: 6px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input:focus {
  /* outline: auto 1px #21b2af; */
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  width: auto;
}

.btn-primary {
  color: #fff;
  background-color: #1677FF;
  border-color: #1677FF;
  border-radius: 6px;
  padding: 8px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1677FF;
  border-color: #1677FF;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #188e8b;
  border-color: #188e8b;
}

a:hover {
  color: #c23c01;
  text-decoration: underline;
}

a {
  color: #1677FF;
  text-decoration: none;
  background-color: transparent;
}

p.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #cd201f;
}

.login-page-wrapper {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100% !important;
  margin: 0 !important;
}

.login-form-wrapper {
  background-color: #fff;
}

.login-gradiant {
  height: 100vh;
  background: linear-gradient(to right, #427aef, #795fe6);
}

.login-title {
  font-size: 30px;
  font-weight: 600;
}

.custom-login-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 6px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-login-input > input {
  border: none !important;
}

.custom-login-input:hover {
  border: 1px solid #1677FF;
}

.pointer-cursor {
  cursor: pointer;
}

.hero-logo {
  max-width: 50%;
}

.fms-icon {
  max-width: 15%;
  margin-bottom: 20px;
}

.login-form-spacer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .login-gradiant {
   display: none !important;
  }
}