body{
    margin:0;
    padding:0;
    display: block;
    justify-content: center;
    align-items: center;
    
    }
.container{
    margin:0;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
    height:645px;
    background-color:#ffce99;
    background-image:
    radial-gradient(at 23% 78%, #ba90e9 0px, transparent 50%),
    radial-gradient(at 49% 87%, hsla(21,61%,73%,1) 0px, transparent 50%),
    radial-gradient(at 84% 49%, hsla(11,82%,69%,1) 0px, transparent 50%);
    /* border:5px solid blue; */
}
.containerBody{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card{
    display:flex;
    margin:0;
    padding:100px;
    justify-content: center;
    align-items: center;
    margin: 50px;
    /* background: rgba(247, 246, 246, 0.45);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 20px );-webkit-backdrop-filter: blur( 20px );border-radius: 10px;border: 1px solid rgba( 255, 255, 255, 0.18 ); */
    background-color: white;
    width: 435px;
    height: 330px;
    border: 1px transparent solid;
    border-radius: 10px ;
    box-shadow: rgba(11, 66, 6, 0.2) 0px 8px 24px;
}
*:focus {
    outline: none;
}

/* CSS */
.button-53 {
  background-color: #ba90e9;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 460px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-53:focus {
  outline: 0;
}

.button-53:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.button-53:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .button-53 {
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }
}

form h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 730;
    font-size: 16pt;
    margin-bottom: 0px;
}
form h2{
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 730;
    font-size: 30pt;
    color: rgb(37, 35, 35);
}
input{
    margin-bottom: 30px;
    height: 40px;
    width:185px;
    border: transparent;
    border-bottom: 2px solid #ba90e9;    
    margin-right: 26px;
    /* border-radius: 5px ; */
    background-color: transparent;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    font-size: 12pt;
}

input:hover{
    border-bottom: 2.5px solid #9063c4; 
}
input:focus{
    border-bottom: 3px solid #733faf; 
}

@media only screen and (max-width: 500px){
    .container{
        height: 1000px;
    }
    .containerBody{
        padding: 50px;
    }
    .card{
        width: 100px;
        height:fit-content;
    }
    form h1{
        font-family: 'Poppins', sans-serif;
        font-weight: 730;
        font-size: 12pt;
        margin-bottom: 0px;
    }
    form h2{
        margin-top: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 730;
        font-size: 20pt;
        color: rgb(37, 35, 35);
    }
}