.formContainer {
    padding:24px;
    background: rgba(255,255,255,0.7);
    width:100%;
    max-width:320px;
    margin:0 auto;
  }
  .formContainer input {
    height:48px;
    padding-left:48px;
    background: rgba(255, 255, 255, 0.9);
    border:none;
    color:#000000;
  }
  .btn-accent:active {
    box-shadow: 0px 0px 2px #D62822;
  }
  .formContainer input:focus {
    box-shadow: 0px 0px 2px #D62822;
    background: rgba(255,255,255,0.7);
  }
  #flash-messages {
    margin-top: 25px;
  }
  .alert {
    background: rgba(255, 94, 0, 0.3);
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
    color: coral;
  }
  .inputLogo {
    position:absolute;
    margin-top:12px;
    margin-left:18px;
    color : #000000
  }
 
  #mainBgn {
    background : url('/static/images/login_bg.jpg') no-repeat;
    background-size: cover;
    background-position: center bottom
  }
  .btn-accent {
    background: rgb(124,21,24); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(124,21,24,1) 0%, rgba(158,27,31,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(124,21,24,1) 0%,rgba(158,27,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(124,21,24,1) 0%,rgba(158,27,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62822', endColorstr='#d8524c',GradientType=0 ); /* IE6-9 */
    height:40px;
    color:#fff;
    border:none;
  }
  .btn-accent:hover {
    background: rgb(216,82,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(158,27,31,1) 0%, rgba(124,21,24,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(158,27,31,1) 0%,rgba(124,21,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(158,27,31,1) 0%,rgba(124,21,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8524c', endColorstr='#d62822',GradientType=0 ); /* IE6-9 */
    color:#fff;
  }
  ::placeholder {
    color: #000000 !important
  }