﻿.signup-new,
.signup-new * {
    box-sizing: border-box;
}

.signup-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;
    margin-bottom: 2%;
}

.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,
.phone-num,
.email,
.password,
.confirm,
.code,
.login-button2 {
    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;
}

.phone-num,
.email,
.password,
.confirm,
.code {
    margin-top: 3%;
}

.login-button2 {
    margin-top: 3%;
    justify-content: center;
    background: #ffffff;
    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;
}

.eye-off {
    width: 18px;
    max-width: 18px;
    height: 18px;
    max-height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #000000;
}

.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;
}

.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: none;
    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;
}

.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;
}

@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;
    }

    .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,
    .phone-num,
    .email,
    .password,
    .confirm,
    .code,
    .login-button2 {
        width: 340px;
    }

    .login-button2 {
        height: 45px;
    }
}

@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,
    .phone-num,
    .email,
    .password,
    .confirm,
    .code,
    .login-button2 {
        width: 300px;
        height: 40px;
    }

    .login-button2 {
        height: 45px;
    }

    .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,
    .phone-num,
    .email,
    .password,
    .confirm,
    .code,
    .login-button2 {
        width: 100%;
        height: 35px;
        padding: 5px 10px;
    }

    .text2 {
        font-size: 0.9rem;
    }

    .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;
    }

    .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;
}
