.login-section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    max-width: 300px;
    margin: auto;
    flex-direction: column;
}

.login-img img{
    width: 100%;
}
.top-section{
    display: flex;
    justify-content: end;
    position: relative;
    margin-bottom: 2em;
}
.language-select{
    position: absolute;
    background: #85858517 !important;
    border: 1px solid #b6bcff38 !important;
    color: white !important;
    width: 80px;
    text-align: center;
}

.login-form{
    text-align: center;
    margin-top: -75px;
}

.login-form button{
    width: 100%;
}

.login-form img{
    width: 80%;
    max-width: 150px;
    margin-left: -5px;
    margin-bottom: 2em;
}

.login-form button{
    border-radius: 8px !important;
    padding: 10px 10px !important;
    font-size: 0.9em !important;
    background: linear-gradient(45deg, #551cda, #181ee0) !important;
    margin-top: 15px;
}

.login-form{
    width: 100%;
}
.login-form p{
    margin: 5px;
    text-align: left;
    margin-left: 0;
}

.login-form button.forgot-btn{
        background: #210e49 !important;
    border-radius: 100%;
    color: #5f3dad !important;
}