html{
  height: 0 !important;
}
body{
    padding-top: 20px;
    font-family: 'Roboto', sans-serif !important;
    /*background-color: #4c68af;*/
    background-color: #aa11b5;
  }
  /*Sign In Form*/
  .signin{
    position: relative;
    height: 623px;
    width: 500px;
    margin: auto;
    margin-top: 3%;
    box-shadow: 0px 30px 125px -5px #000;
    background: #fff;
  }
  @media (max-width: 492px){
    .signin{
      width: auto;
    }
  }
  /*Background Img*/
  .back-img{
    position: relative;
    width: 100%;
    /*height: 250px;*/
    background-size: cover;
  }
  .layer {
    /*background-color: #2b32d40f;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .active{
    padding-left: 25px;
    color: #fff;
    font-family: "Roboto","Helvetica","Arial",sans-serif !important;
  }
  .nonactive {
    color: rgba(255, 255, 255, 0.6);
  }
  .sign-in-text{
    top: 175px;
    position: absolute;
    z-index: 1;
  }
  h2 {
    padding-left: 15px;
    font-size: 25px !important;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 300 !important;
  }
  .point{
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 235px;
    padding-left: 50px;
    font-size: 20px;
  }
  
  /*form-section*/
  .form-section{
    /*padding: 70px 90px 70px 90px;*/
    padding: 20px 90px 70px 90px;
  }
  .keep-text{
    font-size: 15px;
    color: #999999;
  }
  .forgot-text{
    font-size: 12px;
    color: #999999;
    text-align: right;
  }
  /*sign-in-btn .mdl-button--raised.mdl-button--colored*/
  .sign-in-btn{
    width: 100%;
    height: 75px;
    position:absolute;
    bottom:0;
    border-radius: 0px;
    /*background-color: #004aa1 !important;*/
    background-color: #cb3398 !important;
  }

  .sign-in-btn:hover{
    /*background-color: rgb(175, 0, 0) !important;*/
    background-color: #aa11b5 !important;
  }
  
  .mdl-button{
    height: 90px !important ;
  }
  .forget-pass a {
    font-size: 16px;
    position: relative;
    font-weight: normal;
    color: #999999;
  }
  .forget-pass a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 100px;
    background: #00387a;
    bottom: -4px;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    right: 0;
  }
  .forget-pass a:hover::after {
    opacity: 1;
  }
  .mdl-textfield{
    width: 100% !important;
  }
  .forget-pass a {
    font-size: 16px;
    position: relative;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
    float: right;
  }
  .forget-pass a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 100px;
    background: #00387a;
    bottom: -4px;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    right: 0;
  }
  .forget-pass a:hover::after {
    opacity: 1;
  }
  .invalid-feedback{
    color: #d50000;
  }