body{
    background-color: #C9DABF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

img{
    width: 50px;
}

.container{
    padding: 40px 100px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction:column;
    background-color: #9CA986;
    text-align: center;
}

.username-section{
    display: flex;
    flex-direction: column;
}

.username{
    position: relative;
    bottom: 20px;
    right: 70px;
    font-family: "Hind Siliguri", sans-serif;
}

.username-input{
    position: relative;
    right: 8px;
    bottom: 10px;
    border: none;
    border-radius: 10px;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.password-section{
    display: flex;
    flex-direction: column;
}

.password{
    position: relative;
    right: 70px;
    font-family: "Hind Siliguri", sans-serif;

}

.password-input{
    position: relative;
    top: 10px;
    right: 6px;
    border: none;
    border-radius: 10px;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.data{
    margin-top: 10px;
    position: relative;
    left: 10px;
}

h4{
    position: relative;
    top: 40px;
}

button{
    position: relative;
    top: 30px;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
}