/*
	===============================
			Variables
	===============================
*/
:root {
  --main-color:              #2dd3b0;
  --main-color-hover:        #0db390;  
  --main-alt-color:          #3d2652;
  --main-graph-color:        #05a7f1; 

  --main-table-header-color: #4f4f4f;
  --main-table-text-color:   #3d2652;
  
  --login-cb-label:          rgba(55, 61, 77, 0.50);
}
/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
html {
    height: 100%; }
  
  body {
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
    background: #fff; }
  
  .form-container {
    display: flex; }
  
  .form-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    min-height: 100%; }
    .form-form .form-form-wrap {
      max-width: 480px;
      margin: 0 auto;
      min-width: 400px;
      min-height: 100%;
      height: 100vh;
      align-items: center;
      justify-content: center; }
    .form-form .form-container {
      align-items: center;
      display: flex;
      flex-grow: 1;
      padding: .71428571rem 2.85714286rem;
      width: 100%;
      min-height: 100%; }
      .form-form .form-container .form-content {
        display: block;
        width: 100%; }
    .form-form .form-form-wrap .user-meta {
      margin-bottom: 35px; }
      .form-form .form-form-wrap .user-meta img {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        margin-right: 15px;
        border: 4px solid #e0e6ed; }
      .form-form .form-form-wrap .user-meta div {
        align-self: center; }
      .form-form .form-form-wrap .user-meta p {
        font-size: 31px;
        color: #3b3f5c;
        margin-bottom: 0; }
    .form-form .form-form-wrap h1 .brand-name {
      color: #4361ee;
      font-weight: 600; }
    .form-form .form-form-wrap p.signup-link {
      font-size: 14px;
      color: #3b3f5c;
      font-weight: 700;
      margin-bottom: 50px; }
      .form-form .form-form-wrap p.signup-link a {
        color: #4361ee;
        border-bottom: 1px solid; }
    .form-form .form-form-wrap form .field-wrapper.input {
      position: relative;
      padding: 11px 0 25px 0;
      border-bottom: none; }
      .form-form .form-form-wrap form .field-wrapper.input:focus {
        border: 1px solid #000; }
    .form-form .form-form-wrap form .field-wrapper.toggle-pass p {
      font-weight: 600;
      color: #3b3f5c;
      margin-bottom: 0; }
    .form-form .form-form-wrap form .field-wrapper .logged-in-user-name {
      font-size: 37px;
      color: #3b3f5c; }
    .form-form .form-form-wrap form .field-wrapper svg {
      position: absolute;
      top: 16px;
      color: #4361ee;
      fill: rgba(27, 85, 226, 0.239216); }
    .form-form .form-form-wrap form .field-wrapper.terms_condition {
      margin-bottom: 20px; }
      .form-form .form-form-wrap form .field-wrapper.terms_condition label {
        font-size: 14px;
        color: #888ea8;
        padding-left: 31px;
        font-weight: 100; }
      .form-form .form-form-wrap form .field-wrapper.terms_condition a {
        color: #4361ee; }
    .form-form .form-form-wrap form .field-wrapper input {
      display: inline-block;
      vertical-align: middle;
      border-radius: 0;
      min-width: 50px;
      max-width: 635px;
      width: 100%;
      min-height: 36px;
      background-color: #ffffff;
      border: none;
      -ms-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      color: #3b3f5c;
      font-weight: 600;
      font-size: 14px;
      border-bottom: 1px solid #e0e6ed;
      padding: 0px 0 10px 35px; }
      .form-form .form-form-wrap form .field-wrapper input::-webkit-input-placeholder, .form-form .form-form-wrap form .field-wrapper input::-ms-input-placeholder, .form-form .form-form-wrap form .field-wrapper input::-moz-placeholder {
        color: #bfc9d4;
        font-size: 14px; }
      .form-form .form-form-wrap form .field-wrapper input:focus {
        border-bottom: 1px solid #4361ee;
        box-shadow: none; }
    .form-form .form-form-wrap form .field-wrapper.toggle-pass {
      align-self: center;
      text-align: left; }
      .form-form .form-form-wrap form .field-wrapper.toggle-pass .switch {
        margin-bottom: 0;
        vertical-align: sub;
        margin-left: 7px; }
    .form-form .form-form-wrap form .field-wrapper button.btn {
      align-self: center; }
    .form-form .form-form-wrap form .field-wrapper a.forgot-pass-link {
      width: 100%;
      font-weight: 700;
      color: #4361ee;
      text-align: center;
      display: block;
      letter-spacing: 2px;
      font-size: 15px;
      margin-top: 15px; }
    .form-form .form-form-wrap form .field-wrapper .n-chk .new-control-indicator {
      top: 1px;
      border: 1px solid #bfc9d4;
      background-color: #f1f2f3; }
      .form-form .form-form-wrap form .field-wrapper .n-chk .new-control-indicator:after {
        top: 52%; }
    .form-form .form-form-wrap form .field-wrapper.keep-logged-in {
      margin-top: 60px; }
      .form-form .form-form-wrap form .field-wrapper.keep-logged-in label {
        font-size: 14px;
        color: #888ea8;
        padding-left: 31px;
        font-weight: 100; }
    .form-form .terms-conditions {
      max-width: 480px;
      margin: 0 auto;
      color: #3b3f5c;
      font-weight: 600;
      margin-top: 90px; }
      .form-form .terms-conditions a {
        color: #4361ee;
        font-weight: 700; }
  
  .form-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 0;
    min-height: auto;
    height: 100vh;
    width: 50%; }
    .form-image .l-image {
      background-image: url('/img/login-img.jpg');
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position-x: center;
      background-position-y: center; }
  
  @media (max-width: 991px) {
    .form-form {
      width: 100%; }
      .form-form .form-form-wrap {
        min-width: auto; }
    .form-image {
      display: none; } }
  
  @media (max-width: 575px) {
    .form-form .form-form-wrap form .field-wrapper.toggle-pass {
      margin-bottom: 28px; } }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-form .form-form-wrap {
      width: 100%; }
    .form-form .form-container {
      height: 100%; } }
  

.login-logo{
    margin-top:65px;
}

.form-content h1{
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373d3f;
}


.login-heading{
    margin-top:101px;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--main-alt-color);
}

.login-user{
    margin-top:68px;
}

.login-sep{
    width:100%;
    height:1px;
    background-color: #e3e4e8;
    margin-top: 15px;
}

.login-icon{
    float:left;
    margin-top: -2px;
    color: var(--main-table-text-color);
}

.login-input{
    margin-left:12px;
    width:350px;
    height:19px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373d3f;
    border: 0px solid #fff;
    outline: none;
}
  
.login-input::-webkit-input-placeholder { color: #8d909f; }
.login-input:-moz-placeholder { color: #8d909f;  }
.login-input::-moz-placeholder { color: #8d909f;  }
.login-input:-ms-input-placeholder { color: #8d909f;  }
.login-input::-ms-input-placeholder { color: #8d909f;  }
.login-input::placeholder { color: #8d909f; opacity: 0.5; } 

/*Change text in autofill textbox*/
.login-input:-webkit-autofill,
.login-input:-webkit-autofill:hover, 
.login-input:-webkit-autofill:focus, 
.login-input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.login-input:-webkit-autofill
{
 -webkit-text-fill-color: #373d3f !important;
 background-color: #fff;
}

.login-input:focus{
    background-color: #fff;
    border: 0px solid #fff;
    outline: none;
}

input:focus {
    background-color: yellow;
}

.login-pwd{
    margin-top:43px;
}

.login-button-row{
    margin-top:29px;
}


.cbContainer {
    width: 162px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    padding-left:27px;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--login-cb-label);
}
  
/* Hide the browser's default checkbox */
.cbContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    border: solid 1px var(--main-color);
    background-color: #fff;
}
  
/* On mouse-over, add a grey background color */
.cbContainer:hover input ~ .checkmark {
    background-color: #fafafa;
}
  
/* When the checkbox is checked, add a blue background */
.cbContainer input:checked ~ .checkmark {
    background-color: #fff;
    border: solid 1px var(--main-color);
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
/* Show the checkmark when checked */
.cbContainer input:checked ~ .checkmark:after {
    display: block;
}
  
/* Style the checkmark/indicator */
.cbContainer .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-cb{
    float:left;
    margin-top: 7px;
}

.login-button-card{
    margin-left:254px;
}

.login-button{
    width: 134px;
    height: 38px;
    border-radius: 4px;
    box-shadow: 0 20px 10px -15px rgba(45, 211, 176, 0.4);
    border: solid 1px var(--main-color);
    background-color: var(--main-color);
  
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.login-forgot{
    margin-top:50px;
}

.login-link{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--main-color);
}

.login-link:hover{
    color: var(--main-color-hover);
}
