.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.login-btn {
    background-color: #fc6c3f;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
}

.profile-form {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.profile-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Custom styles for profile widget */
.card.profile-widget {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(56, 47, 47, 0.1);
    transition: box-shadow 0.3s ease;
}

.card.profile-widget:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.profile-widget-header {
    text-align: center;
    padding: 20px;
}

.profile-widget-picture {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-widget-description {
    padding: 20px;
}

.profile-widget-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile-widget-description p {
    margin-bottom: 0;
}

.responsive-title {
    font-size: 2rem;
}

@media only screen and (max-width: 768px) {
    .responsive-title {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .responsive-title {
        font-size: 1.2rem;
    }
}

.responsive-title {
    font-size: 2rem !important;
}

@media only screen and (max-width: 768px) {
    .responsive-title {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 576px) {
    .responsive-title {
        font-size: 1.2rem !important;
    }
}

.blogs-logo img {
    max-width: 250px !important;
    max-height: 70px !important;
}
