* {
    box-sizing: border-box;

}
   
body {
  background-color: rgb(95, 18, 167);
}
.form-container {
  background-color: aquamarine;
    height: 710px;
     padding: 1rem 0;
    color: #010116;
    width: 30vw;
    max-width: 500px;
    min-width: 300px;
    text-align: left;
    padding-left: 40px;
    margin: 0 auto;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
}
h1 {
    text-align: center;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
    color: #010116;
    font-size: xx-large;
}
h2 {
    padding-right: 30px;
    text-align: center;
    font-size: xx-large;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
label {
    display: block;
    font-style: normal;
    font-size: large;
    font-weight: 200;

}
input {
    width: 25vw;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-size: small;
}
 button {
   margin: 15px 40px;
   display: block;
   height: 30px;
  width: 250px;
  border-radius: 5px;
  background-color: rgb(173, 86, 147);
  color: azure;
 }
div.sign {
    text-align: center;
    padding-right: 60px;
    padding-top: 60px;
}
    a {
        text-decoration: none;
    }
    #loginResult {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

