*{
    box-sizing: border-box;
    font-family: "GT Walsheim";
}
#body{
  background-color:  rgb(243, 241, 241);
 
}
#container{
    width: 90%;
    margin: auto;
    display: flex;
    margin-top: 30px;
    /* background-color:  rgb(210, 205, 205); */
}
#create-btn{
  background-color: #3f52de;
  border: none;
  color: white;
}

#create-btn:hover {
  color: #3f52de;
  background-color: white;
  border: 2px solid #3f52de;
  /*  */
  transform: translateY(-2px);
}
#left{
  width: 50%;
 
  margin: auto;
}
#left img{
  width: 100%;
  /* border: 3px solid red; */
 color: #f9f6f6;
}
#left h1{

    margin-bottom: 30px;
}
#left div{
    gap: 0px;
}
p{
  width: 80%;
    color: #767575;
   
  }

#right{
    width: 50%;
   
    /* box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px; */
    /* padding: 30px; */
    border-radius: 10px;
    background-color: white;
    margin: auto;
    padding-inline-start: 5%;
    padding-top: 2%;
    padding-bottom: 2%;

   
}
.floating-label {
   
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    gap: 30px;
    margin-top: 30px;
   
    
  }
  
  .floating-label input {
    width: 80%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid  #a5a4a4;
    /* font-size: 26px; */
    /* border-radius: 10px;
  } */
}
  
  .floating-label label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: 0.2s ease all;
    font-size: 16px;
    padding-left: 10px;
    /* color: #d7d9d5; */
  }
  
  .floating-label input:focus ~ label,
  .floating-label input:valid ~ label {
   
    top: -20px;
    font-size: 12px;
    color: #3f52de;
   
  }
  
  
 
  
  /* CSS */
  .button-28 {
    appearance: none;
    background-color: #3f52de;
    border: 2px solid #3f52de;
    border-radius: 15px;
    box-sizing: border-box;
    color:white;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 80%;
    will-change: transform;
  }
  
  .button-28:disabled {
    pointer-events: none;
  }
  
  .button-28:hover {
    color:  #3f52de;
    background-color: transparent;
    /*  */
    transform: translateY(-2px);
  }
  
  .button-28:active {
    box-shadow: none;
    transform: translateY(0);
  }
  /* //// */

  @media screen and (max-width: 480px) {
   
    #container{
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    #left{
        width: 90%;
        margin: auto;
    }
    #right{
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }

}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
   
}
#h1{
  display: none;
}
#h2{
  width: 80%;
  margin: auto;
  display: none;
}

.llabel{
  width: 80%;
  display: flex;
  justify-content: space-between;
}