body {
   font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width:414px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    
}

.header-semicircle {
    width: 400px; 
    height: 50px; 
    background-color: #FFDEAD; 
    border-bottom-left-radius: 150px; 
    border-bottom-right-radius: 150px; 
    text-align: center;
    padding-top: 10px; 
  }


  input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    background-color: #F0F0F0;
    border: none;
    width: 320px;
    border-radius: 20px;
    cursor: pointer;
    text-indent: 10px; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

button {
     font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    weight:100vw;
    padding: 10px;
    background-color: transparent;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 100px;
    margin-bottom: 50px;
    margin-top:100px;
    
}
.custom-button {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    
}

.features{

    padding: 10px;
    background-color: #F0F0F0;
    border: none;
    width: 100px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    
}

