* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
  }
  body {
    background-color: #e8edf2;
  }
  div.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    padding: 30px;
    /* box-shadow: 0 50px 50px -50px darkslategray; */
    /* border-radius: 100px; */
  }
  
  div.container div.myform {
    width: 345px;
    margin-right: 30px;
    height: 500px;
  }
  
  h1 {
    color: #1c1c1e;
    margin-bottom: 20px;
    font-size: xx-large;
    font-weight: bolder;
  
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }
  
  div.container div.myform input {
    outline: none;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 15px;
  }
  button{
    width:97%;
    padding: 15px;
    font-size: 15px;
    margin-left:10px;
    background-color: rgb(241,198,91);

  }
  img{
    /* margin-bottom: -10px; */
    display: block;
    margin: auto;
    display: flex;
  }
  h2 {
    margin-top: 2px;
    padding: 10px;
  }
 #box{
    width:97%;
    padding: 15px;
    font-size: 15px;
    margin-left:10px;
  }
  label {
    position: relative;
    border-color: rgb(18, 14, 14);
    /* border-radius: 3px; */
    font-weight: bold;
    margin-top: -20px;
  }
 p {
    margin-top: 20px;
    text-align: center;
    color: blue;
  }
  p+#text{
    margin-top: 20px;
    text-align: center;
    color: black;
  }
  #text+#box{
    width:97%;
    padding: 15px;
    font-size: 15px;
    margin-left:10px;
    background-color: aliceblue;
  }
    a {
    text-decoration: none;
    color: black;
    text-decoration: none;
    font-weight: bold;
  }
  
  a:hover{
    color: red;
  }
  .inputgroup {
    margin-bottom: 20px;
    padding: 5px 10px;
    
  }
  /* .inputgroup input:hover{
    box-shadow: 1px 1px 1px 1px rgba(214, 214, 8, 0.744) inset,inset  1px 1px 1px 1px rgba(255,255,255,0.3);
  } */
  /* input{
    border-radius: 2px;
  } */
  input:focus {
    box-shadow: 0 0 6px rgba(0, 140, 255, 0.941);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 6px solid rgb(255, 0, 0);
    /* border: 0px; */
  }
  /* .myform input{
    border-radius: px;
  } */