
body{
  
  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%;
  max-width: 400px;
  padding: 16px;
  background-color:transparent;
  transform: rotate(0.90deg);
}

/* Full-width input fields */
input[type=email], input[type=password] {
  width: 300px;
  height: 35px;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #D1CECE;
}
.email{
  margin-top: 5%;
}

input[type=email]:focus, input[type=password]:focus {
  background-color: #D1CECE #ddd;
  outline: none;
}
.frgtpassword{
  margin-left: 45%;
  margin-right: 25%;
  color: #3339D9;
  font-size: 13px;

}
/* Set a style for the submit button */
.btn {
  align-items: center;
  background-color: #000;
  color: white;
  padding: 16px 20px;
  padding-top: 11px;
  border: none;
  cursor: pointer;
  width: 200px;
  height: 50px;
  opacity: 0.9;
  border-radius: 20px;
  margin-left: 50px;
  
}

.btn:hover {
  opacity: 1;
}
p{
  font-size: small;
  font-weight: lighter;
  margin-left: 25%;
}

#brand{
  background-color: white;
  color: #0d6581;
  font-weight: bold;
  font-family:Apple Chancery, cursive;
  
}
#errormsg{
  margin-top: 22%;
  border: transparent;
  background-color: transparent;
  margin-left: 45%;

}
#login_error{
  background-color: transparent;
  margin-top: 33%;
  align-items: center;
  text-align:justify;
  color: red;
  border: transparent;
  margin-left: 39%;
}
#msg{
  margin-top: 22%;
  border: transparent;
  background-color: transparent;
  margin-left: 39%;
}
@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%;
  }
  #heading{
    margin-top: 20px;
    margin-left: 10px;
  }
  .email{
    margin-left: 10px;
  }
  .password{
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  .container {
    position: absolute;
   align-items: center;
  margin-left: 0%;
  margin-top: 13%;
  }
  .email{
    font-size: x-small;
    margin-left: 65px;
    margin-top: 20%;
  }
  .btn{
    height: 40px;
    width: 150px;
  }
  #btn{
    margin-left:40px ;
  }
  #email{
    width: 250px;
  }
  .password{
    font-size: x-small;
    margin-left: 65px;
    }
    #password{
      width: 250px;
    }
    .frgtpassword{
      margin-left: 41%;
    }
    #heading{
      margin-top: 50px;
      margin-left: 60px;
    }
}
@media (max-width: 250px) {
  .container {
    position: absolute;
align-items: center;
  margin-left: 15%;
  margin-top: 18%;
  margin-right: 15%;
  }
}