body {
  background-color: #ffffff;
    display: flex;
    justify-content: center;
    
    

}

.container {
    
    width: fit-content;
    height: 600px;
   
    background-color: #ffffff ;
    box-shadow:inset ;
    

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--black);
  margin: 0px;
  font-family: LilyUPC;
}

h1,
.h1 {
  font-size: 2.75em;
  line-height: 1.25;
}

h2,
.h2 {
  font-size: 2.25em;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: 1.75em;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 1.5em;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 1.25em;
  line-height: 1.25;
}

.logo {
    width: 100%;
    background-color: #ffffff;
   
    height: max-content;
    text-align: center;
    color:rgb(6, 6, 128);
    border-radius: 20px;

    
}

.formfield {
    width: 100%;
   
    height: 525px;
    color:rgb(4, 4, 37);
    background-color:#ecedf1;
    border-radius: 20px;

}
.formfield h4 {
    color:#170c52;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    
}
.single_field {
    float: left;
    margin-left: 25px;
    width: 42%;
    height: 70px;
    margin-top: 10px;
}

bold {
    float: left;
    color: black;
    font-size: 17px;

}

.input_1 {
    width: 100%;
    height: 40px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #170c52;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 10px;
    border: 0.5px solid gray;
    
    
   

}
.input_2 {
    width: 93%;
    height:50px;
    border-radius: 15px;
    background-color: #10ce3f;
    color: #170c52;
    font-size: 20px;
    margin-left: 18px;
  border: 0.5px solid gray;


}



.minifield {
  width: 100%;
  height: 40px;
  color: #170c52;;
  background-color: #ffffff;
  font-size: 16px;
  float: left;
  border-radius: 15px;
  padding-left: 10px;
  border: 0.2px solid gray;

}

.multifields {
  display: grid;
  grid-template-columns: 35% 55% ;
  gap: 20px;
  margin-left: 25px;
  border-radius: 15px;
}


