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

.login-container {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.login-container img {
    width: 100%;
}

.form-control {
    border-radius: 10px;
    padding-left: 40px;
}

.form-group {
    position: relative;
}

.form-group .fa {
    position: absolute;
    left: 15px;
    top: 73%;
    transform: translateY(-50%);
    color: #aaa;
}

.font-weight-500 {
    font-weight: 500;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #652ad6;
    border-color: #652ad6;
    box-shadow: 0 0 0 0.2rem rgb(101 42 214 / 49%);
}

.btn-primary {
    color: #fff;
    background-color: #652ad6;
    border-color: #652ad6;
}

.btn-primary:hover {
    color: #fff;
    background-color: #652ad6;
    border-color: #652ad6;
}

a {
    color: #652ad6;
}
