body {
  background-color: #eee !important;
}

.container-fluid.custom > .row > div{
  padding: 0;
}
.form-wrap{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+59,d62222+59,d62222+59,d62222+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(-45deg, #000000 0%, #000000 59%, #d62222 59%, #d62222 59%, #d62222 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #000000 0%,#000000 59%,#d62222 59%,#d62222 59%,#d62222 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #000000 0%,#000000 59%,#d62222 59%,#d62222 59%,#d62222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#d62222',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.form-content{
    background: #e6fffed6;
    padding: 40px 30px;
    width: 400px;
    box-sizing: border-box;
    text-align: center;
}
.form-content .logo {
    border-bottom: 0 none;
    margin-bottom: 17px;
    padding-left: 0;
}
.form-content > h4 {
    font-weight: bold;
    font-size: 22px;
    margin: 0;
}
.form-content > span {
    display: block;
    font-size: 15px;
}
.form-signin {
      float: left;
    position: relative;
    text-align: left;
    width: 100%;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
      font-size: 13px;
    border-radius: 0.2rem;
    margin: 1rem 0;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
}
.form-signin button{ margin: 2rem 0;}