/*======================================
 Social Share Login
======================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    width:100%;
    height:100%;
}

body{
    font-family:'Inter',sans-serif;
    background:#f5f8ff;
    color:#172b4d;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

.login-page{
    min-height:100vh;
    padding:0px;
}

.login-wrapper{
    background:#fff;
    border-radius:0px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.06);
}

/*==========================
LEFT PANEL
==========================*/

.left-panel{

    position:relative;

    padding:45px 55px;

    background:linear-gradient(135deg,#f7fbff,#edf4ff);

}

.brand{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:55px;

}

.brand-icon{

    width:64px;

    height:64px;

    border-radius:18px;

    background:#1768ff;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:28px;

    box-shadow:0 10px 30px rgba(23,104,255,.25);

}

.brand h4{

    margin:0;

    font-size:28px;

    font-weight:700;

}

.brand span{

    color:#6b7280;

    font-size:15px;

}

.hero-content h1{

    font-size:68px;

    line-height:78px;

    font-weight:800;

    margin-bottom:30px;

    color:#10234b;

}

.hero-content span{

    color:#1768ff;

}

.hero-content p{

    font-size:22px;

    line-height:38px;

    color:#6b7280;

    max-width:600px;

}

/*======================
Illustration
======================*/

.illustration{

    position:relative;

    margin-top:70px;

    text-align:center;

}

.illustration img{

    width:520px;

    margin:auto;

}

.social-icon{

    width:78px;

    height:78px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:34px;

    position:absolute;

    box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.facebook{

    left:0;

    top:170px;

    background:#1877f2;

}

.instagram{

    right:40px;

    top:210px;

    background:linear-gradient(45deg,#ff0069,#ff6b00,#ffd600);

}

.twitter{

    right:70px;

    top:-10px;

    background:#1da1f2;

}

.youtube{

    left:120px;

    bottom:-15px;

    background:#ff0000;

}

/*======================
Features
======================*/

.features{

    margin-top:70px;

}

.feature{

    display:flex;

    gap:18px;

    align-items:flex-start;

    margin-bottom:28px;

}

.feature .icon{

    width:60px;

    height:60px;

    border-radius:16px;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#1768ff;

    font-size:24px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.feature h6{

    margin:0;

    font-size:20px;

    font-weight:700;

}

.feature p{

    margin-top:5px;

    color:#6b7280;

    font-size:17px;

}

/*==========================
RIGHT PANEL
==========================*/

.right-panel{

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fdfefe;

    padding:45px;

}

.login-card{

    width:100%;

    max-width:640px;

    background:#fff;

    border-radius:30px;

    padding:55px;

    box-shadow:0 20px 50px rgba(0,0,0,.07);

}

.login-logo{

    width:95px;

    height:95px;

    margin:auto;

    border-radius:24px;

    background:#1768ff;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:42px;

    margin-bottom:25px;

}

.login-card h2{

    text-align:center;

    font-size:48px;

    font-weight:800;

    margin-bottom:12px;

}

.login-card>p{

    text-align:center;

    color:#6b7280;

    margin-bottom:45px;

    font-size:20px;

}


/*=========================================
FORM
=========================================*/

.login-card label{

    font-size:15px;

    font-weight:700;

    color:#1f2937;

    margin-bottom:10px;

    display:block;

}

.input-group{

    height:62px;

    border:1px solid #e5e7eb;

    border-radius:14px;

    overflow:hidden;

    transition:.3s;

    background:#fff;

}

.input-group:focus-within{

    border-color:#1768ff;

    box-shadow:0 0 0 4px rgba(23,104,255,.08);

}

.input-group-text{

    border:0;

    background:#fff;

    color:#94a3b8;

    padding:0 18px;

    font-size:18px;

}

.form-control{

    border:0;

    box-shadow:none !important;

    font-size:16px;

    color:#1f2937;

}

.form-control::placeholder{

    color:#9ca3af;

}

.toggle-password{

    cursor:pointer;

}

/*=========================================
REMEMBER
=========================================*/

.remember-area{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin:25px 0;

}

.form-check{

    display:flex;

    align-items:center;

    gap:8px;

}

.form-check-input{

    width:18px;

    height:18px;

}

.form-check label{

    margin:0;

    font-size:15px;

    font-weight:500;

}

.remember-area a{

    color:#1768ff;

    font-size:15px;

    font-weight:600;

}

.remember-area a:hover{

    text-decoration:underline;

}

/*=========================================
LOGIN BUTTON
=========================================*/

.btn-login{

    height:62px;

    border:none;

    border-radius:14px;

    background:#1768ff;

    color:#fff;

    font-size:20px;

    font-weight:700;

    transition:.3s;

}

.btn-login:hover{

    background:#0d5cf1;

    transform:translateY(-2px);

    box-shadow:0 18px 35px rgba(23,104,255,.30);

}

.btn-login i{

    margin-right:8px;

}

/*=========================================
DIVIDER
=========================================*/

.divider{

    display:flex;

    align-items:center;

    margin:40px 0;

}

.divider::before,

.divider::after{

    content:"";

    flex:1;

    height:1px;

    background:#e5e7eb;

}

.divider span{

    padding:0 18px;

    color:#9ca3af;

    font-size:15px;

}

/*=========================================
SOCIAL LOGIN
=========================================*/

.social-login{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:16px;

}

.social-login a{

    height:68px;

    border-radius:14px;

    border:1px solid #e5e7eb;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#fff;

    color:#1f2937;

    font-size:28px;

    transition:.3s;

}

.social-login a:hover{

    transform:translateY(-3px);

    border-color:#1768ff;

    color:#1768ff;

    box-shadow:0 15px 30px rgba(0,0,0,.08);

}

/*=========================================
BOTTOM
=========================================*/

.contact-admin{

    margin-top:40px;

    text-align:center;

    color:#6b7280;

    font-size:15px;

}

.contact-admin a{

    color:#1768ff;

    font-weight:700;

}

.contact-admin a:hover{

    text-decoration:underline;

}

.copyright{

    margin-top:30px;

    text-align:center;

    color:#94a3b8;

    font-size:14px;

}

/*=========================================
ANIMATION
=========================================*/

.login-card{

    animation:fadeUp .8s ease;

}

.left-panel{

    animation:fadeLeft .8s ease;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

@keyframes fadeLeft{

    from{

        opacity:0;

        transform:translateX(-40px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}

/*=========================================
LARGE SCREEN
=========================================*/

@media (max-width:1400px){

.hero-content h1{

font-size:56px;

line-height:66px;

}

.login-card{

padding:45px;

}

.illustration img{

width:430px;

}

.social-icon{

width:65px;

height:65px;

font-size:28px;

}

}


/*=========================================
LAPTOP
=========================================*/

@media (max-width:1200px){

.left-panel{

padding:40px;

}

.hero-content h1{

font-size:48px;

line-height:58px;

}

.hero-content p{

font-size:18px;

line-height:30px;

}

.brand h4{

font-size:24px;

}

.login-card{

padding:40px;

}

.login-card h2{

font-size:40px;

}

.login-card>p{

font-size:17px;

}

}


/*=========================================
TABLET
=========================================*/

@media (max-width:992px){

.login-page{

padding:20px;

}

.left-panel{

display:none;

}

.right-panel{

padding:20px;

min-height:100vh;

}

.login-card{

max-width:550px;

padding:35px;

border-radius:20px;

}

.login-logo{

width:80px;

height:80px;

font-size:36px;

}

.login-card h2{

font-size:34px;

}

.login-card>p{

font-size:16px;

margin-bottom:30px;

}

.social-login{

grid-template-columns:repeat(4,1fr);

}

}


/*=========================================
MOBILE
=========================================*/

@media (max-width:768px){

.login-page{

padding:10px;

}

.login-wrapper{

border-radius:18px;

}

.right-panel{

padding:15px;

}

.login-card{

padding:25px;

border-radius:18px;

}

.login-logo{

width:70px;

height:70px;

font-size:30px;

margin-bottom:20px;

}

.login-card h2{

font-size:28px;

}

.login-card>p{

font-size:15px;

line-height:24px;

}

.input-group{

height:56px;

}

.btn-login{

height:56px;

font-size:18px;

}

.social-login{

gap:10px;

}

.social-login a{

height:55px;

font-size:22px;

}

.feature{

margin-bottom:18px;

}

.copyright{

margin-top:15px;

font-size:13px;

}

}


/*=========================================
SMALL MOBILE
=========================================*/

@media (max-width:480px){

.login-card{

padding:20px;

}

.login-card h2{

font-size:24px;

}

.login-card>p{

font-size:14px;

}

.brand{

display:none;

}

.remember-area{

display:block;

}

.remember-area .form-check{

margin-bottom:15px;

}

.social-login{

grid-template-columns:repeat(2,1fr);

}

.social-login a{

height:52px;

}

}


/*=========================================
INPUT EFFECTS
=========================================*/

.form-control:focus{

box-shadow:none;

}

.form-control{

background:transparent;

}

.form-control:-webkit-autofill{

-webkit-box-shadow:0 0 0 1000px #ffffff inset;

}


/*=========================================
SCROLLBAR
=========================================*/

::-webkit-scrollbar{

width:8px;

}

::-webkit-scrollbar-track{

background:#edf2f7;

}

::-webkit-scrollbar-thumb{

background:#1768ff;

border-radius:10px;

}

::-webkit-scrollbar-thumb:hover{

background:#0f5ae8;

}

