body{
    padding: 50px;
    font-family: 'Roboto', sans-serif;
    background-color: #F5F5F5;
  }
  /*Sign In Form*/
  .signin{
    position: relative;
    height: 580px;
    width: 500px;
    margin: auto;
    box-shadow: 0px 30px 125px -5px #000;}
  /*Background Img*/
  .back-img{
    position: relative;
    width: 100%;
    height: 250px;
    background: url('https://www.omnihotels.com/-/media/images/hotels/nycber/destinations/nyc-aerial-skyline.jpg?h=660&la=en&w=1170')no-repeat   center center;
  background-size: cover;
  }
  .layer {
      background-color: rgba(0,0,0,0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .active{
    padding-left: 25px;
    color: #fff;
  }
  .nonactive {
    color: rgba(255, 255, 255, 0.6);
  }
  .sign-in-text img{
    max-width:140px;
  }
  .sign-in-text h2{
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    margin:0;
    line-height: normal;
    margin-top:15px;
  }
  .sign-in-text  p{
    color:#fff;
    margin:0;
    font-size: 14px;
    line-height: normal;
    margin-top:5px;
  }
  .sign-in-text{
    padding:0px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:15px;
    position: absolute;
    z-index: 1;
  }
  h2 {
    padding-left: 15px;
    font-size: 25px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 300;
  }
  .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;
  }
  .keep-text{
    font-size: 15px;
    color: #BDBDBD;
  }
  .forgot-text{
    font-size: 12px;
    color: #BDBDBD;
    text-align: right;
  }
  /*sign-in-btn*/
  .sign-in-btn{
    width: 100%;
    height: 75px;
    position:absolute;
    bottom:0;
    border-radius: 0px;
    background-color: rgba(63, 78, 191, 1);
  }
  .btn-primary2{
    background: rgba(246,93,33)!important;
    color: #fff!important;
    font-weight: bold!important;
  }
  input{
    padding-bottom: 10px;
  }
   .mdl-textfield__label:after {
    
    /* margin-top: 45px; */
    margin-bottom: -6px;
}
  @media screen and (max-width: 800px) {
    .sign-in-text h2{
      margin:5px;
    }
    body{

        padding: 0;
    }
    .signin{
        width:100%;
        height: 100vh;
    }
  }