﻿.login-new,
.login-new * {
    box-sizing: border-box;
}

.login-new {
    background: #fefdfc;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.image-x-16-1 {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(4px);
    object-fit: cover;
}

.rectangle-19 {
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}

.rectangle-20 {
    background: rgba(11, 11, 11, 0.3);
    border-radius: 50px;
    width: 90%;
    max-width: 500px;
    height: 90%;
    max-height: 700px;
    position: absolute;
    right: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    margin: 0;
}

.header {
    width: 370px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
    position: relative;
}

.logo {
    width: 170px;
    max-width: 170px;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.login {
    color: #ffffff;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(1.2rem, 5vw, 2rem);
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 1%;
}

.sign-in {
    color: #ffffff;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(0.6rem, 3vw, 1rem);
    line-height: 150%;
    font-weight: 400;
}

.body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    flex-grow: 1;
    max-width: 100%;
}

.username,
.password,
.login-button2,
.google-button,
.login-button3 {
    background: #f8f8f8;
    border-radius: 15px;
    padding: 2% 4%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 45px;
    width: 370px;
    position: relative;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.username {
    margin-top: 0;
}

.password {
    margin-top: 3%;
}

.login-button2 {
    margin-top: 3%;
    justify-content: center;
    background: #ffffff;
    cursor: pointer;
}

.google-button,
.login-button3 {
    margin-top: 3%;
    justify-content: center;
    gap: 2%;
    width: 370px;
    cursor: pointer;
}

.text4,
.text3 {
    color: #000000;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(0.6rem, 3vw, 1rem);
    line-height: 150%;
    font-weight: 400;
    width: 80%;
    border: none;
    background: transparent;
    outline: none;
}

.cancel {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #000000;
}

.eye-off {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #000000;
}

.forgot-password {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 370px;
    height: 45px;
    margin-top: 2%;
}

.text {
    color: #ffffff;
    text-align: right;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(0.5rem, 2.5vw, 0.875rem);
    line-height: 150%;
    font-weight: 400;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
}

.text2 {
    color: #000000;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(0.7rem, 3.5vw, 1.125rem);
    line-height: 150%;
    font-weight: 600;
    cursor: pointer;
}

.login-with-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2%;
    width: 80%;
    margin: 4% 0;
}

.line-7,
.line-8 {
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 0 0 0;
    width: 25%;
    max-width: 100px;
    height: 0px;
}

.login-with {
    color: #ffffff;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(0.6rem, 3vw, 1rem);
    line-height: 150%;
    font-weight: 400;
}

.search-1,
._1-removebg-preview-1 {
    flex-shrink: 0;
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
}

.sign-up {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1%;
    width: 80%;
    margin-top: 4%;
}

.no-account,
.register-now {
    color: #ffffff;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(0.6rem, 3vw, 1rem);
    line-height: 150%;
    font-weight: 400;
}

.register-now {
    font-weight: 700;
}

.undo {
    width: 31px;
    max-width: 31px;
    height: 31px;
    max-height: 31px;
    position: absolute;
    top: 25px;
    right: 30px;
}

.component-2 {
    width: 50%;
    height: 100vh;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 0;
    padding: 0;
}

.column-1, .column-2, .column-3 {
    position: relative;
    width: 33.33%;
    max-width: 193px;
    height: 100%;
}

    .column-1:hover, .column-2:hover, .column-3:hover {
        transform: scale(1.1);
    }

.frames-container {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.frame-2, .frame-3, .frame-4, .frame-5, .frame-6, .frame-7, .frame-8, .frame-9, .frame-10, .frame-11, .frame-12, .frame-13, .frame-14, .frame-15, .frame-16 {
    background: #000000;
    width: 100%;
    height: 193px;
    max-height: 193px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

._1, ._2, ._3, ._4, ._5, ._6, ._7, ._8, ._9, ._10, ._11, ._12, ._13, ._14, ._16 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.text-danger {
    color: white;
    margin-top: 3%;
}

@media (max-width: 750px) {
    .component-2 {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .column-1, .column-2, .column-3 {
        max-width: 150px;
    }

    .frame-2, .frame-3, .frame-4, .frame-5, .frame-6, .frame-7, .frame-8, .frame-9, .frame-10, .frame-11, .frame-12, .frame-13, .frame-14, .frame-15, .frame-16 {
        height: 150px;
        max-height: 150px;
        background: none;
    }

    .rectangle-20 {
        width: 95%;
        height: 95%;
        padding: 20px 15px;
        border-radius: 30px;
        right: 2.5%;
    }

    .header {
        width: 340px;
        height: 130px;
    }

    .logo {
        width: 170px;
    }

    .undo {
        width: 25px;
        height: 25px;
        top: 0;
        right: 10px;
    }

    .username,
    .password,
    .login-button2,
    .google-button,
    .login-button3,
    .forgot-password {
        width: 340px;
    }

    .forgot-password {
        height: 45px;
    }

    .forgot-password,
    .login-with-container,
    .sign-up {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .rectangle-20 {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 15px 10px;
        right: 0;
    }

    .header {
        width: 300px;
        height: 120px;
        margin: 50px;
    }

    .login {
        font-size: 1.5rem;
    }

    .sign-in {
        font-size: 0.8rem;
    }

    .username,
    .password,
    .login-button2,
    .google-button,
    .login-button3,
    .forgot-password {
        width: 300px;
        height: 40px;
    }

    .forgot-password {
        height: 45px;
    }

    .forgot-password,
    .login-with-container,
    .sign-up {
        width: 90%;
    }

    .undo {
        width: 20px;
        height: 20px;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 375px) {
    .component-2 {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        gap: 1%;
        z-index: 1;
    }

    .rectangle-20 {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        border-radius: 0;
        padding: 10px;
        z-index: 2;
        background: rgba(11, 11, 11, 0.5);
    }

    .header {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .logo {
        width: 120px;
        max-width: 120px;
    }

    .login {
        font-size: 1.2rem;
    }

    .sign-in {
        font-size: 0.7rem;
    }

    .body {
        gap: 5px;
    }

    .username,
    .password,
    .login-button2,
    .google-button,
    .login-button3 {
        width: 100%;
        height: 35px;
        padding: 5px 10px;
    }

    .forgot-password {
        width: 100%;
        height: auto;
        margin-top: 5px;
        justify-content: center;
    }

    .text {
        font-size: 0.7rem;
    }

    .login-with-container {
        width: 100%;
        margin: 10px 0;
        gap: 5px;
    }

    .login-with {
        font-size: 0.7rem;
    }

    .line-7,
    .line-8 {
        width: 20%;
    }

    .sign-up {
        width: 100%;
        margin-top: 10px;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .no-account,
    .register-now {
        font-size: 0.7rem;
    }

    .undo {
        top: 10px;
        right: 10px;
        width: 18px;
        height: 18px;
    }

    .column-1, .column-2, .column-3 {
        max-width: 100px;
    }

    .frame-2, .frame-3, .frame-4, .frame-5, .frame-6, .frame-7, .frame-8, .frame-9, .frame-10, .frame-11, .frame-12, .frame-13, .frame-14, .frame-15, .frame-16 {
        height: 100px;
        max-height: 100px;
    }

    .text4,
    .text3 {
        font-size: 0.8rem;
    }

    .text2 {
        font-size: 0.9rem;
    }

    .search-1,
    ._1-removebg-preview-1 {
        width: 20px;
        height: 20px;
    }

    .cancel,
    .eye-off {
        font-size: 16px;
        right: 8px;
    }
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

a, button, input, select, h1, h2, h3, h4, h5, * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    background: none;
    -webkit-font-smoothing: antialiased;
}

menu, ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.frames-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.alert.alert-success {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    width: 80%;
    max-width: 675px;
    text-align: center;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

    .alert.alert-success ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.no-bullet {
    list-style: none;
}
