body {
    padding-top: 70px;
    background-color: #ffffff;
    color: #333;
    /* background-color: #e01b47; */
}

.navbar {
    margin-bottom: 0;
}
.navbar {
    margin-bottom: 0;
}

.main-content {
    padding: 30px;
    background-color: #e01b47;
    min-height: calc(100vh - 120px);
}

.form-signin {
  max-width: 330px;
  padding: 14px;
  margin: 0 auto;
  background-color: rgba(230,230,230, .5);
  box-shadow: 0 0 20px rgba(0,0,0, .6);
  border-radius: 6px;
  border: 1px solid #ddd;
  
  .logo {
    float:left;
    height: 48px;
    margin-bottom: 14px; margin-right: 14px;
    border-radius: 6px;
  }
  h1 {
    font-size: 18px; font-weight: bold;
    margin-top: 4px; margin-bottom: 8px;
  }
  h2 {
    font-size: 12px; font-weight: bold;
    margin-top: 0; margin-bottom: 10px;
  }
  .links { margin-top: 10px; a { color: #444; } }
  .checkbox {
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
    padding-left: 12px;
  }
  .form-control {
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
  }
  .form-control:focus {
    z-index: 2;
  }
  input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.form-signup {
    max-width: 330px;
    padding: 14px;
    margin: 0 auto;
    background-color: rgba(230,230,230, .5);
    box-shadow: 0 0 20px rgba(0,0,0, .6);
    border-radius: 6px;
    border: 1px solid #ddd;
    
    .logo {
      float:left;
      height: 48px;
      margin-bottom: 14px; margin-right: 14px;
      border-radius: 6px;
    }
    h1 {
      font-size: 18px; font-weight: bold;
      margin-top: 4px; margin-bottom: 8px;
    }
    h2 {
      font-size: 12px; font-weight: bold;
      margin-top: 0; margin-bottom: 10px;
    }
    .links { margin-top: 10px; a { color: #444; } }
    .checkbox {
      margin-bottom: 10px;
      font-weight: normal;
      text-align: left;
      padding-left: 12px;
    }
    .form-control {
      position: relative;
      height: auto;
      box-sizing: border-box;
      padding: 10px;
      font-size: 16px;
    }
    .form-control:focus {
      z-index: 2;
    }
    input{
        margin: 5px 0px;
    }
    /* input[type="email"] {
      margin-bottom: -1px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    input[type="password"] {
      margin-bottom: 10px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    } */
  }

#signup-image-holder, #login-image-holder{
  width: 200px ;
  height: 200px;
  display: block;
  margin: 10px;

}
footer {
    background: #279847;
    color: white;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}