textarea{
    resize: none;
}
.auth-logo{
    width: 80%;
    height: auto;
}

.logo-sm{
    width:200px;
    height:auto;
}

.left-sidebar {
    width: 250px;
    height: 100vh;
    background: #0f172a;
    color: #fff;
}

.left-sidebar .nav-link {
    color: #cbd5e1;
    padding: 10px 15px;
    transition: 0.3s;
}

.left-sidebar .nav-link:hover {
    background: #1e293b;
    color: #fff;
}

.left-sidebar .nav-link i {
    width: 20px;
}