/* ==============================================
   Adpick Login Page
   Mobile-first renewal
   ============================================== */

/* ---- Minimal Reset ---- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    min-height: 100vh;
}

body {
    width: 100%;
    min-height: 100%;
    background: transparent;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

a:hover,
a:focus,
a:active {
    outline: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    cursor: pointer;
    background: none;
    border: none;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

legend {
    display: block;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

b,
strong {
    font-weight: bolder;
}

/* ---- Layout ---- */
html:has(body.body-login) {
    background:
        radial-gradient(circle at 15% 12%, rgba(255,255,255,0.36), transparent 32%),
        radial-gradient(circle at 88% 8%, rgba(186,230,253,0.42), transparent 36%),
        linear-gradient(180deg, #7dd3fc 0%, #52baf2 48%, #3198de 100%);
}

.body-login {
    min-height: 100%;
    background: transparent !important;
    color: #0f172a !important;
}

.body-login #wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: transparent !important;
}

.body-login .loginContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: transparent !important;
}

.body-login .loginContainer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,0.24), transparent 36%),
        radial-gradient(circle at 88% 16%, rgba(224,242,254,0.24), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
    pointer-events: none;
    opacity: 0.42;
    z-index: 0;
}

.body-login .loginContainer::after {
    display: none;
}

/* orb 효과 */
.body-login .login-orb {
    position: absolute;
    z-index: 0;
    filter: blur(35px);
    border-radius: 9999px;
    pointer-events: none;
}
.body-login .login-orb--a {
    width: 300px;
    height: 300px;
    right: -80px;
    top: 60px;
    background: rgba(255,255,255,0.45);
}

.body-login .loginContainer > *:not(.login-orb) {
    position: relative;
    z-index: 1;
}

.body-login .pageTpl {
    position: relative;
    z-index: 1;
}

.body-login .loginContainer.login-hero-hidden .loginHero {
    display: none;
}

/* ---- Hero ---- */
.body-login .loginHero-panel {
    background:
        radial-gradient(ellipse at 0% 0%, rgba(56, 120, 200, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 100% 100%, rgba(15, 60, 120, 0.18) 0%, transparent 50%),
        linear-gradient(145deg, #0f2044 0%, #0a1628 45%, #060e1c 100%) !important;
    border-top: 1px solid rgba(100, 160, 255, 0.18);
    border-left: 1px solid rgba(100, 160, 255, 0.10);
    border-right: 1px solid rgba(5, 20, 50, 0.6);
    border-bottom: 1px solid rgba(5, 20, 50, 0.7);
    box-shadow:
        0 2px 0 rgba(100, 160, 255, 0.12) inset,
        0 24px 48px rgba(6, 14, 28, 0.55),
        0 8px 16px rgba(6, 14, 28, 0.35),
        0 1px 0 rgba(255, 255, 255, 0.04) inset;
    backdrop-filter: none;
}

.body-login .loginHero-glow {
    display: none;
}

.body-login .loginHero-tag {
    display: block;
}

.body-login .loginHero-tag-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px 5px 9px;
    border-radius: 999px;
    background: rgba(125, 211, 252, 0.12);
    border: 1px solid rgba(125, 211, 252, 0.22);
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.body-login .loginHero-tag-plain {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.body-login .loginHero-tag-icon {
    width: 13px !important;
    height: 13px !important;
    flex-shrink: 0;
    stroke-width: 2.5;
}

.body-login .loginHero-biz-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.body-login .loginHero-biz-btn:hover {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.26);
    color: #ffffff;
}

.body-login .loginHero-logo {
    border: 0;
    padding: 0;
}

.body-login .loginHero-copy {
    min-width: 0;
}

.body-login .loginHero-panel .login-top-txt {
    color: #f8fafc !important;
}

.body-login .loginHero-panel .login-top-desc {
    color: #cbd5e1 !important;
}

.body-login .loginHero-badge,
.body-login .loginHero-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    white-space: nowrap;
}

.body-login .loginHero-badge {
    padding: 8px 12px;
    background: rgba(15, 23, 42, 0.06);
    color: #334155;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.body-login .loginHero-badge.is-accent {
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
}

.body-login .loginHero-chip {
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.16);
    color: #334155;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.body-login .loginHero-note {
    max-width: 620px;
}

.body-login .login-top-desc:empty {
    display: none;
}

/* ---- Cards ---- */
.body-login .pageTpl .formbox1 {
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
    backdrop-filter: blur(10px);
}

.body-login .pageTpl .forminner {
    position: relative;
}

.body-login .login-social-spotlight {
    background: transparent !important;
    border: 0;
    box-shadow: none;
}

.body-login .login-social-note {
    white-space: nowrap;
    letter-spacing: -0.01em;
}

.body-login .login-divider {
    position: relative;
    text-align: center;
}

.body-login .login-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(203, 213, 225, 0), rgba(203, 213, 225, 1), rgba(203, 213, 225, 0));
}

.body-login .login-divider-text {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.9);
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

/* ---- Inputs & buttons ---- */
.body-login .pageTpl .inputtxt,
.body-login .pageTpl .inputTxt {
    height: 54px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-radius: 16px !important;
    border-width: 1px !important;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.98)) !important;
    border-color: rgba(191, 219, 254, 0.95) !important;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 10px 24px rgba(148, 163, 184, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    color: #0f172a !important;
    caret-color: #0ea5e9;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.body-login .pageTpl .inputtxt:hover,
.body-login .pageTpl .inputTxt:hover {
    border-color: rgba(147, 197, 253, 1) !important;
    background: #fff !important;
}

.body-login .pageTpl .inputtxt::placeholder,
.body-login .pageTpl .inputTxt::placeholder {
    color: #94a3b8 !important;
    font-weight: 500;
}

.body-login .pageTpl .inputtxt:focus,
.body-login .pageTpl .inputTxt:focus {
    background: #fff !important;
    border-color: rgba(59, 130, 246, 0.72) !important;
    box-shadow:
        0 0 0 4px rgba(96, 165, 250, 0.16),
        0 14px 28px rgba(96, 165, 250, 0.12);
    transform: translateY(-1px);
}

.body-login .pageTpl .inputtxt:disabled,
.body-login .pageTpl .inputTxt:disabled {
    color: #64748b !important;
    background: rgba(241, 245, 249, 0.98) !important;
    border-color: rgba(203, 213, 225, 0.9) !important;
    box-shadow: none;
    opacity: 1;
}

.body-login .pageTpl input:-webkit-autofill,
.body-login .pageTpl input:-webkit-autofill:hover,
.body-login .pageTpl input:-webkit-autofill:focus {
    -webkit-text-fill-color: #0f172a;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    transition: background-color 9999s ease-out 0s;
}

.body-login .pageTpl .recaptchawrap .img {
    height: 54px !important;
    border-radius: 16px !important;
    border-color: rgba(191, 219, 254, 0.95) !important;
    justify-content: center;
    background: #ffffff !important;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 10px 24px rgba(148, 163, 184, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.body-login .pageTpl .recaptchawrap {
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(240, 249, 255, 0.88));
    border: 1px solid rgba(219, 234, 254, 0.95);
}

.body-login .pageTpl .captcha-panel-title {
    min-width: 0;
}

.body-login .pageTpl .captcha-panel-badge {
    background: rgba(224, 242, 254, 0.9);
    border: 1px solid rgba(186, 230, 253, 0.95);
}

.body-login .pageTpl .recaptchawrap .img img {
    max-width: 100%;
    height: 40px !important;
    object-fit: contain;
}

.body-login .pageTpl .btn-refresh {
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
    border-color: rgba(191, 219, 254, 0.95) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.98)) !important;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 10px 24px rgba(148, 163, 184, 0.08);
}

.body-login .pageTpl .btn-refresh:hover {
    border-color: rgba(147, 197, 253, 1) !important;
    background: #fff !important;
}

.body-login .pageTpl #captcha_str {
    letter-spacing: 0.18em;
    font-weight: 700;
    font-size: 20px !important;
}

.body-login .pageTpl .btnLogin,
.body-login .pageTpl .btnJoin {
    background: linear-gradient(135deg, #0284c7, #0369a1) !important;
    box-shadow: 0 16px 28px rgba(2, 132, 199, 0.28);
}

.body-login .pageTpl .btnLogin:hover,
.body-login .pageTpl .btnJoin:hover {
    filter: brightness(1.02);
    transform: translateY(-1px);
}

.body-login .pageTpl .btn-refresh,
.body-login .pageTpl .btn-phone-action {
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.body-login #join .btn-phone-action {
    min-height: 54px !important;
    height: 54px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-radius: 16px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.body-login .autoLoginWrap {
    padding-top: 2px;
}

.body-login .autoLogin {
    display: inline-flex;
}

.body-login .autoLogin-control {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 20px;
    line-height: 1;
    white-space: nowrap;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transition: none;
}

.body-login .autoLogin-control:hover {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.body-login .autoLogin .inputChk {
    display: block;
    flex-shrink: 0;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    border-radius: 6px;
    border: 1.5px solid #bfdbfe;
    background: linear-gradient(180deg, #ffffff, #eff6ff);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 4px 10px rgba(148, 163, 184, 0.12);
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.body-login .autoLogin .inputChk::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: rotate(45deg) scale(0.9);
    transition: opacity 0.15s ease;
}

.body-login .autoLogin .inputChk:hover {
    border-color: #93c5fd;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 6px 14px rgba(148, 163, 184, 0.16);
}

.body-login .autoLogin .inputChk:focus-visible {
    outline: 0;
    box-shadow:
        0 0 0 4px rgba(96, 165, 250, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.body-login .autoLogin .inputChk:checked {
    border-color: #0284c7;
    background: linear-gradient(180deg, #0284c7, #0369a1);
    box-shadow:
        0 8px 16px rgba(2, 132, 199, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.body-login .autoLogin .inputChk:checked::after {
    opacity: 1;
}

.body-login .autoLogin-text {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    white-space: nowrap;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1;
}

.body-login .joinlinks a,
.body-login .gologin .link {
    position: relative;
}

.body-login .joinlinks {
    width: 100%;
    justify-content: flex-end;
}

.body-login .joinlinks-signup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.body-login .joinlinks-copy {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.body-login .joinlinks .btnjoin-emphasis {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #0284c7, #0369a1) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(2, 132, 199, 0.25) !important;
    font-weight: 800 !important;
}

.body-login .joinlinks .btnjoin-emphasis:hover {
    color: #ffffff !important;
    filter: brightness(1.03);
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .body-login .joinlinks {
        justify-content: stretch;
        gap: 10px;
    }

    .body-login .joinlinks-signup {
        width: 100%;
        justify-content: space-between;
    }

    .body-login .joinlinks-copy {
        font-size: 11px;
    }
}

.body-login .joinlinks a:hover {
    color: #0369a1 !important;
}

.body-login .gologin .link:hover {
    color: #ffffff !important;
}

.body-login .login-sub-actions .btnpw {
    color: rgba(255, 255, 255, 0.7) !important;
}

.body-login .login-sub-actions .btnpw:hover {
    color: #ffffff !important;
}

/* ---- Social buttons ---- */
.body-login .social-login-btn {
    position: relative;
    overflow: visible;
    min-height: auto !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
    box-shadow: none !important;
    background: transparent !important;
    border: 0 !important;
}

.body-login .social-login-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.body-login .social-login-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    box-shadow: none;
}

.body-login .social-login-kakao {
    color: #3c1e1e !important;
}

.body-login .social-login-kakao .social-login-icon {
    background: #fee500;
}

.body-login .social-login-naver {
    color: #fff !important;
}

.body-login .social-login-naver .social-login-icon {
    background: #03c75a;
}

.body-login .social-login-google {
    color: #334155 !important;
}

.body-login .social-login-google .social-login-icon {
    background: #fff;
    border: 1px solid rgba(203, 213, 225, 0.9);
}

.body-login .social-login-apple {
    color: #fff !important;
}

.body-login .social-login-apple .social-login-icon {
    background: #111827;
}

/* ---- JS-dependent overlay ---- */
.body-login .loginContainer .formbox {
    display: none;
    position: fixed;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(12px);
    border-radius: 28px;
    transition: all 0.2s ease;
}

.body-login #loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 999;
}

/* ---- Validation / suggestions ---- */
.body-login .infoInput label.error,
.body-login .agreeChk label.error {
    display: block;
    margin-top: 4px;
    padding-left: 4px;
    color: #ef4444;
    font-size: 12px;
    text-align: left;
}

.body-login #join .frm-cont {
    flex-wrap: wrap;
    align-items: center;
}

.body-login #join .frm-cont > .inputtxt {
    order: 1;
    flex: 1 1 0;
    min-width: 0;
}

.body-login #join .frm-cont > .btn-phone-action {
    order: 2;
    flex: 0 0 auto;
}

.body-login #join .frm-cont > label.error {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 6px;
}

.body-login .emailwrap {
    position: relative;
    z-index: 999;
}

.body-login .emailwrap .suggestion {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 4px;
    padding: 10px 70px 10px 14px;
    text-align: left;
    font-size: 14px;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #374151;
}

.body-login .emailwrap .change,
.body-login .emailwrap .close {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 0;
    border-radius: 4px;
}

.body-login .emailwrap .change {
    width: 30px;
    right: 24px;
    background-color: #0284c7;
}

.body-login .emailwrap .close {
    width: 15px;
    right: 8px;
    background-color: #9ca3af;
}

/* ---- Hide number input spinners ---- */
.body-login input[type="number"]::-webkit-outer-spin-button,
.body-login input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.body-login input[type="number"] {
    -moz-appearance: textfield;
}

/* ---- Disabled state ---- */
.body-login .om-bt-gray1 {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

/* ---- Join / terms ---- */
.body-login .term-box.scroll {
    overflow-y: auto;
    max-height: 160px;
}

.body-login .term-box.scroll::-webkit-scrollbar {
    width: 3px;
}

.body-login .term-box.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d1d5db;
}

.body-login .term-box table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    color: #6b7280;
}

.body-login .term-box th,
.body-login .term-box td {
    border: 1px solid #f3f4f6;
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
}

.body-login .term-box th {
    background-color: #f9fafb;
    text-align: center;
    font-weight: 600;
    color: #374151;
}

.body-login .pwerror {
    display: block;
    margin-top: 4px;
    padding-left: 4px;
    font-size: 11px;
    text-align: left;
}

.body-login #footer {
    margin-top: auto;
    border: 0;
    padding-top: 40px;
}

.body-login #header {
    display: none !important;
}

.modal-popup,
.popup-modal-bg,
#loadingbar {
    display: none !important;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
    .body-login .loginContainer {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        justify-content: flex-start !important;
    }

    .body-login .loginHero {
        max-width: 100% !important;
    }

    .body-login .pageTpl {
        max-width: 100% !important;
    }

    .body-login .pageTpl .formbox1 {
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .body-login .loginHero-panel {
        border-radius: 0 !important;
    }

    .body-login .loginContainer::before {
        width: 130px;
        height: 130px;
        left: -44px;
    }

    .body-login .loginContainer::after {
        width: 130px;
        height: 130px;
        right: -48px;
        bottom: 40px;
    }

    .body-login .social-login-btn {
        min-height: auto !important;
    }
}

/* ---- 소형 모바일: 입력창/버튼 크기 축소 ---- */
@media (max-width: 480px) {
    .body-login .pageTpl .inputtxt,
    .body-login .pageTpl .inputTxt {
        height: 46px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
    }

    .body-login #join .btn-phone-action {
        min-height: 46px !important;
        height: 46px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .body-login .pageTpl .btnLogin,
    .body-login .pageTpl .btnJoin {
        height: 46px !important;
    }

    .body-login .pageTpl .recaptchawrap .img {
        height: 46px !important;
        border-radius: 12px !important;
    }

    .body-login .pageTpl .btn-refresh {
        width: 46px !important;
        min-width: 46px !important;
        height: 46px !important;
        border-radius: 12px !important;
    }

    .body-login .pageTpl .forminner {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .body-login .loginHero .forminner,
    .body-login .loginHero-panel {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .body-login .loginContainer {
        padding-bottom: 16px !important;
    }

    .body-login .social-login-icon {
        width: 44px;
        height: 44px;
    }
}

@media (min-width: 768px) {
    .body-login .pageTpl .formbox1 {
        border-radius: 32px !important;
    }
}
