*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
header.header-login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 3% 0px;
}

.header-2-logo {
    width: 20%;
}

.header-2-logo svg {
    width: 100%;
}

section.login {
    width: 100%;
    background-image: url(/images/back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.main-login {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.footer-2 {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 1%;
    border: 1px solid #5C5C5C;
}

.main-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-from {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.login-from h1 {
    font-family: system-ui;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(95deg, white 6.76%, #825cff 63.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-bottom: 10%;
}

.login-in-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 10px;
}

.login-in-group label {
    color: white;
    font-family: system-ui;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-in-group label span {
    color: #1F77C0;
}

.login-in-group input {
    outline: none;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #5C5C5C;
    background: transparent;
    padding: 15px 20px;
    color: white;
    font-family: system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.formers {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.login-from a {
    color: white;
    font-family: system-ui;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.login-from button {
    border-radius: 10px;
    background: #825cff;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: system-ui;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0px;
    border: none;
    width: 100% !important;
}

.login-from span {
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-top: 10px;
}

.main-footer p {
    color: #825cff;
    font-family: system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-icon-box {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-icon-box img {
    width: 22%;
}



@media screen and (max-width: 1600px){
    .login-in-group input {
        padding: 12px 15px;
        font-size: 16px;
    }

    .login-in-group label {
        font-size: 18px;
    }

    .login-in-group {
        gap: 8px;
    }

    .login-from button {
        font-size: 18px;
        padding: 12px 0px;
        border-radius: 8px;
    }

    .login-from a {
        font-size: 18px;
    }

    .login-from span {
        font-size: 18px;
        padding-top: 5px;
    }

    .login-from {
        gap: 8px;
    }

    .login-from h1 {
        font-size: 44px;
        padding-bottom: 8%;
    }

    .header-2-logo {
        width: 18%;
    }

    header.header-login {
        padding: 2% 0px;
    }

    .main-footer p {
        font-size: 15px;
    }

    .main-login {}
}

@media screen and (max-width: 1440px){
    .login-from {
        width: 25%;
    }
}


@media screen and (max-width: 1366px){
    .login-from h1 {
        font-size: 40px;
        padding-bottom: 6%;
    }

    .login-in-group input {
        border-radius: 8px;
    }

    .login-in-group {
        gap: 5px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 1024px){
    .login-from {
        width: 42%;
        gap: 12px;
    }
}


@media screen and (max-width: 768px){
    .login-from {
        width: 55%;
        gap: 12px;
    }
}



@media screen and (max-width: 600px){
    .login-from {
        width: 90%;
    }

    .header-2-logo {
        width: 44%;
    }

    header.header-login {
        padding: 5% 0px;
    }

    footer.footer-2 {
        padding: 3%;
    }

    .main-footer {
        flex-direction: column;
        gap: 20px;
    }

    .footer-icon-box {
        width: 40%;
    }

}
