body {
    background: #222d32;
    font-family: "Roboto", sans-serif;
  }

  .login-box {
    margin-top: 35px;
    padding-top: 0.5em;
    height: auto;

    background: #1a2226;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  .login-key {
    margin-top: 3px;
    height: 80px;
    font-size: 65px;
    line-height: 80px;
    background: -webkit-linear-gradient(#27ef9f, #0db8de);
    -webkit-background-clip: text;
    background-clip:text;
    -webkit-text-fill-color: transparent;
  }

  .login-title {
    margin-top: 6px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;

    font-weight: bold;
    color: #ecf0f5;
  }

  .login-form {
    margin-top: 25px;
    text-align: left;
  }

  input[type="text"] {
    background-color: #1a2226;
    border: none;
    border-bottom: 2px solid #0db8de;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    color: #ecf0f5;
  }

  input[type="password"] {
    background-color: #1a2226;
    border: none;
    border-bottom: 2px solid #0db8de;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: 20px;
    color: #ecf0f5;
  }

  .form-group {
    margin-bottom: 40px;
    outline: 0px;
  }

  .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #0db8de;
    outline: 0;
    background-color: #1a2226;
    color: #ecf0f5;
  }

  input:focus {
    outline: none;
    box-shadow: 0 0 0;
  }

  label {
    margin-bottom: 0px;
  }

  .form-control-label {
    font-size: 10px;
    color: #6c6c6c;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .btn-outline-primary {
    border-color: #0db8de;
    color: #0db8de;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  .btn-outline-primary:hover {
    background-color: #0db8de;
    right: 0px;
  }

  .login-btm {
    float: left;
  }

  .login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
  }
  .s1:hover,
  .forgot:hover,
  .su1:hover {
    cursor: pointer;
  }
  .login-text {
    text-align: left;
    padding-left: 0px;
    color: #a2a4a4;
  }

  .loginbttm {
    padding: 0px;
  }

  .main-img {
    margin-right: 8px;
    width: 1.2em !important;
    margin-bottom: 0.4em;
  }
  .heading {
    color: white;
  }

  .heading:hover {
    color: rgb(187, 187, 187);
    opacity: 0.9;

    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }

  .sub-heading {
    font-family: "Gabarito", cursive;
    letter-spacing: 1px;
    margin-left: 0em;
    font-size: 1em;
  }

  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  .load {
    display: inline-block;
    width: 16px;
    height: 16px;

    border: solid 3px #8822aa;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  .main-heading:hover {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }
  .lb1 {
    max-width: 90%;
    margin: 2.5em auto;
  }

  .main-heading {
    margin-top: 1.3em;
    font-size: 1.4em;
  }

  @media only screen and (min-width: 768px) {

    .main-heading {
      margin-top: 2.5em;
      max-width: 23vw;
    }
  }
  @media only screen and (min-width: 990px) and (max-width:1010px) {

.middle-box{
margin-left: -0em !important;
margin-right: -0em !important;
}        

  }