
body{
    height: 100%;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
  
    background: url('../images/sign_background.jpg') no-repeat center top fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: 1310px 670px;
      -o-background-size: cover;
    
     
}
* {
    box-sizing: border-box;
  }
  
  /* Add styles to the form container */
  
  .container {
    
  
    position: absolute;
    align-items: center;
    margin-left: 40%;
    margin-top: 6.5%;
    max-width: 400px;
    padding: 16px;
    background-color:transparent;
    transform: rotate(0.90deg);
  }
  .h1{
      font-size: large;
      font-weight: bold;
  }
  .h2{
      font-size: small;
  }
  
  /* Full-width input fields */
  input[type=text], input[type=password], input[type=email] {
    width: 300px;
    height: 15px;
    padding: 15px;
    margin: 0 0 15px 0;
    border: none;
    background: #D1CECE;
  }
 
  
  input[type=text]:focus, input[type=password]:focus {
    background-color: #D1CECE #ddd;
    outline: none;
  }
  /* Set a style for the submit button */
  .btn {
    align-items: center;
    background-color: #000;
    color: white;
    
    border: none;
    cursor: pointer;
    width: 200px;
    height: 30px;
    opacity: 0.9;
    border-radius: 20px;
    margin-left: 50px;
    padding-bottom: 7%;
  }
  
  .btn:hover {
    opacity: 1;
  }
  .ifuser{
    font-size: small;
    font-weight: lighter;
    margin-left: 22%;
  }

  #brand{
    background-color: white;
    color: #0d6581;
    font-weight: bold;
    font-family:Apple Chancery, cursive;
  }
  @media (max-width: 900px) {
    .container {
      position: absolute;
  align-items: center;
    margin-left: 35%;
    margin-top: 8%;
    }
  
  }
  @media (max-width: 800px) {
    .container {
      position: absolute;
  align-items: center;
    margin-left: 30%;
    margin-top: 10%;
    }
    .h1{
      margin-top: 20px;
      margin-left: 20px;
    }
    .h2{
      margin-left: 20px;
    }
    #name{
      margin-left: 20px;
      
    }
    #email{
      margin-left: 20px;
      
    }
    #pswd{
      margin-left: 20px;
      
    }
    #cpswd{
      margin-left: 20px;
      
    }
    .btn{
      margin-left: 65px;
    }
    .ifuser{
      margin-left: 85px;
    }
  
  }
  @media (max-width: 500px) {
    .container {
      position: absolute;
  align-items: center;
    margin-left: 0%;
    margin-top: 13%;
    }
    .h1{
      margin-top: 45px;
      margin-left: 60px;
    }
    .h2{
      margin-left: 60px;
    }
    #name{
      margin-left: 60px;
      width: 250px;
    }
    #email{
      margin-left: 60px;
      width: 250px;
    }
    #pswd{
      margin-left: 60px;
      width: 250px;
    }
    #cpswd{
      margin-left: 60px;
      width: 250px;
    }
    .btn{
      margin-left: 65px;
    }
    .ifuser{
      margin-left: 90px;
    }
  }
  @media (max-width: 250px) {
    .container {
      position: absolute;
  align-items: center;
    margin-left: 15%;
    margin-top: 18%;
    margin-right: 15%;
    }
  }