.medzy-login-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 26%),
        linear-gradient(135deg, #edf4ff 0%, #b9d2f5 34%, #3368c6 100%);
    font-family: "Poppins", sans-serif;
}

.medzy-login-shell {
    min-height: 100vh;
    padding: 42px 15px;
    display: flex;
    align-items: center;
}

.medzy-login-shell > .authincation,
.medzy-login-shell > .authincation > .container {
    width: 100%;
}

.authincation-content {
    border-radius: 8px;
    background: linear-gradient(160deg, #3368c6 0%, #244fb2 52%, #193f9b 100%);
    box-shadow: 0 22px 54px rgba(26, 57, 188, 0.22);
    overflow: hidden;
}

.auth-form {
    padding: 46px 96px 44px;
}

.logo-img {
    width: auto;
    max-height: 84px;
    height: auto;
    margin-bottom: 14px;
}

.auth-form h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 22px !important;
}

.auth-form label {
    font-size: 13px;
    font-weight: 500;
}

.auth-form .form-control {
    height: 50px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    color: #1f2937;
    font-size: 13px;
    padding: 0 22px;
    box-shadow: none;
}

.auth-form form {
    max-width: 440px;
    margin: 0 auto;
}

.auth-form .form-control:focus {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

.medzy-password-field {
    position: relative;
}

.medzy-password-field .form-control {
    padding-right: 58px;
}

.medzy-password-toggle {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.medzy-password-toggle:hover,
.medzy-password-toggle:focus {
    color: #3368c6;
    outline: none;
}

.auth-form .custom-control-label,
.auth-form a {
    font-size: 13px;
    font-weight: 400;
}

.auth-form .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #fff;
    background-color: #fff;
}

.auth-form .custom-control-input:checked ~ .custom-control-label::after {
    filter: invert(31%) sepia(75%) saturate(1067%) hue-rotate(193deg) brightness(88%) contrast(87%);
}

.auth-form .btn {
    height: 50px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #3368c6 !important;
    box-shadow: 0 12px 24px rgba(24, 40, 88, 0.12);
}

.auth-form .alert {
    border: 0;
    border-radius: 8px;
}

@media (max-width: 767.98px) {
    .medzy-login-shell {
        padding: 24px 12px;
    }

    .auth-form {
        padding: 34px 24px;
    }

    .logo-img {
        max-height: 72px;
    }

    .auth-form form {
        max-width: 100%;
    }
}
