.login-panel{
    width: fit-content;

}

@media (min-width: 768px) {
    .login-panel {
        width: 386px;
    }
}