body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}
 body::after {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.1;
      z-index: -1;
      background-image: url('../img/crm-index-bg.png');
      background-repeat: no-repeat;
      background-position: 40% 0;
      -ms-background-size: cover;
      -o-background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      background-size: 90% 100%;
    }

    .container-title {
      text-align: center;
    }

    .container h1 {
      margin-bottom: 50px;
      font-size: 24px;
      font-weight: 600;
      color: #212558;
    }

    .container h2 {
      font-size: 14px;
      margin-top: 10px;
      color: #212558;
      font-weight: bold;
    }

    .form-signin .checkbox {
      color: #212558;
      font-size: 12px;
    }

    .form-signin .form-control {
      padding: 5px !important;
    }

    .form-signin {
      max-width: 270px !important;
      border: 4px solid #212558;
      border-radius: 15px;
      margin: auto !important;
      width : 50% !important;
      padding: 10px 20px;
    }

    .btn-lg {
      padding: 5px 15px;
      font-size: 15px;
    }

    @media only screen and (min-width: 320px) and (max-width: 600px) {
      
      body::after {
        background-position: 50% 10%;
      -ms-background-size: cover;
      -o-background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      background-size: 80% 90%;
      }
    }

    @media only screen and (min-width: 601px) and (max-width: 768px) {
     
      
      body::after {
        background-position: 50% 10%;
      -ms-background-size: cover;
      -o-background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      background-size: 80% 90%;
      }
    }
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.footer_login {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(135deg,#171d36 0%, #1c2442 55%);
  text-align: center;
}
.login_text{color:#abacba;margin: 30px auto 0;font-size: 13px; width: 80%}
.login_text a{color:#00b4da;}
.footer_icons {
    width: 100%;
    float: left;
    text-align: center;
    flex-direction: column;
    margin: 2px auto 10px;
}
.footer_icons i {
    order: 2;
    margin: 5px;
}
@media (max-width:767px){
  body::after {
    background-position: 40% 22%!important;
    background-size: 90% 27%!important;
  }
  .footer_icons i {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_login {
    position: relative;    
    margin-top:50px;
    float:left;
  }
}