html, body {
  height: 100%; }

.body-bg {
  background: url("../../images/body-bg.png") repeat;
  font-family: 'Montserrat', sans-serif; }

.login-logo {
  padding: 20px 0;
  text-align: center; }

.login-container {
  max-width: 483px;
  margin: auto;
  width: 100%;
  padding: 20px; }

.login-title {
  font-size: 22px;
  padding-bottom: 15px;
  text-align: center; }

.login-box {
  background-color: #E1E1E1;
  width: 100%;
  border-radius: 42px;
  position: relative; }
  .login-box:after {
    position: absolute;
    bottom: -1px;
    width: 100%;
    border-radius: 0 0 42px 42px;
    background-color: #D21218;
    content: "";
    width: 100%;
    height: 42px; }

.login-login-form {
  padding: 42px; }
    .login-login-form .form-group span.spnIcon {
        position: absolute;
        width: 52px;
        height: 52px;
        text-align: center;
        line-height: 42px;
    }

.form-control {
  border-radius: 42px;
  background-color: #CACACA;
  height: 44px;
  font-size: 15px;
  font-weight: 400;
  padding-left: 52px; }

.login-btn {
  border-radius: 42px;
  height: 44px;
  font-size: 15px;
  width: 120px;
  cursor: pointer;
  letter-spacing: 1px; }

/*# sourceMappingURL=login.css.map */