body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    height: 100vh;
    width:414px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: hidden;
    position: absolute;
    margin-left:-5px;
    
}



.header {
        margin-top: 20px; 
        width: 414px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
}

.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; 
    margin-top: -10px;
  }


  .header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px; 
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}


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

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; 
}

