body {
  font-family: "Karla", sans-serif;
  background-color: #fff;
  min-height: 100vh; }

.brand-wrapper {
  padding-top: 7px;
  padding-bottom: 8px; }
  .brand-wrapper .logo {
    height: 25px; }

.login-section-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0px;
  background-color: #fff;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    
    .login-section-wrapper {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 575px) {
    .login-section-wrapper {
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: 100vh; } }
      .ourcompany li a {
        color: #0083ab;
        list-style: none;
        text-decoration: none;
        line-height: 1.8;
        font-size: 44px;
        text-transform: capitalize;
    }
    .ourcompany h4 {
      color: #000;
      font-size: 14px;
      margin: 0;
  }
.login-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0px 50px;}
  @media (max-width: 575px) {
    .login-wrapper {
      width: 100%; } }
  .login-wrapper label {
    font-size: 14px;
    font-weight: bold;
    color: #b0adad; }
  .login-wrapper .form-control {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
        padding: 0;
   /*padding: 9px 5px;*/
    min-height: 30px;
    font-size: 14px;
    font-weight: normal; }
    .login-wrapper .form-control::-webkit-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::-moz-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control:-ms-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::-ms-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::placeholder {
      color: #b0adad; }
  .login-wrapper .login-btn {
    padding: 5px 20px;
    background-color: #0083ab;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px;}
    .login-wrapper .login-btn:hover {
      border: 1px solid #0083ab;
      background-color: #fff;
      color: #0083ab; }
  .login-wrapper a.forgot-password-link {
    color: #080808;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 14px; }
    @media (max-width: 575px) {
      .login-wrapper a.forgot-password-link {
        margin-bottom: 16px; } }
  .login-wrapper-footer-text {
    font-size: 14px;
    color: #000;
    margin-bottom: 0; }

.login-title {
    font-size: 30px;
    color: #0083ab;
    font-weight: bold;
    margin-bottom: 25px;
}

.login-img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

/*# sourceMappingURL=login.css.map */
.exampleInputFile123{
  background-color: hsla(0,0%,100%,.7);
    color: hsla(0,0%,100%,.65);
    cursor: pointer;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 400;
    padding: 9px 25px;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    border: 1px solid #283895;
    color: #283895;
    font-size: 16px;
    line-height: 28px;
    font-family: avenir;
}
.borderless{
  border: 1px solid #0083ab;
    padding: 10px;
    text-align: center;
    border-style: dashed;
}
ul.unstyled.centered {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
ul.unstyled.centered li {
  margin-bottom: 15px;
}

.relative {
  position: relative;
  cursor: pointer;
}
.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #4c4d4f;
  font-weight: 400;
  display: block;
}
.styled-checkbox+label:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid hsla(0,0%,60%,.2);
  border-radius: 2px;
}
.primary-text {
  color: #283895;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.ant-form input[type=checkbox], .ant-form input[type=radio] {
  line-height: normal;
}
form input[type=checkbox], form input[type=radio] {
  width: 14px;
  height: 14px;
}
.signup-form .md-select, .signup-form input {
  margin-top: 6px;
}
.styled-checkbox:checked+label:before, a.button.primary-fill:hover {
  background: #283895;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

.indexdemo12355{
    color: #9e9e9e!important;
    font-weight: bolder;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}
