﻿@font-face {
    font-family: 'Filson Pro';
    src: url('/fonts/FilsonPro-Regular.woff2') format('woff2'), url('/fonts/FilsonPro-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

/* Single, consistent :root block */
:root {
    font-family: 'Filson Pro', sans-serif;
    font-style: normal;
}

body {
    font-family: inherit;
    font-style: normal;
}


body {
    font-family: inherit;
}

.img-thumbnail {
    border: 0;
    border-radius: 0;
    max-width: 100%;
    height: 7px;
}

.container {
    overflow: hidden;
}

    .container,
    .container * {
        box-sizing: border-box;
    }

input,
select,
textarea,
button {
    outline: 0;
}

.container {
    margin: 0 auto;
    max-width: 100%;
    font-size: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border: 20px solid #2c3c3d;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.custom-img {
    width: 407.84px;
    height: 700px;
    display: block;
    max-width: 100%;
    width: 330.84px;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
}


.main-footer {
    overflow: hidden;
}

    .main-footer,
    .main-footer * {
        box-sizing: border-box;
    }

input,
select,
textarea,
button {
    outline: 0;
}

.main-footer {
    position: relative;
    max-width: 100%;
    height: 45px;
    margin: 0 auto;
    font-size: 0px;
    margin-top: auto;
    align-items: flex-start;
    justify-content: center;
}

.copyright-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 520px;
    height: 13px;
    margin: 17px 0 0 460px;
    color: #ffffff;
    font-family: Filson Pro, var(--default-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    margin-left: 40%;
}

.rectangle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #4c9082;
}


.welcome-back {
    font-size: 24px;
    font-weight: bold;
    
}

.login-info {
   
    font-size: 16px;
    padding: 20px;
}





.sign-in-btn {
    margin: 50.452px 0 0 0;
    display: flex; /* Makes centering easier */
    align-items: center; /* Centers vertically */
    justify-content: center; /* Centers horizontally */
    width: 40vw; /* Button width scales with screen */
    max-width: 180px; /* Prevents oversized buttons */
    height: 8vh; /* Adjusts height based on screen */
    max-height: 50px; /* Prevents too tall buttons */
    cursor: pointer;
    background: #2c3c3d;
    border: none;
    border-radius: 25px;
}

.sign-in-span {
    color: #ffffff;
    font-family: Filson Pro, sans-serif;
    font-size: 1rem; /* Scales with screen size */
    font-weight: 700;
    text-align: center;
    z-index: 20;
}



.text-left {
    text-align: center; /* Centers the text */
    margin-top: 15px; /* Adds spacing above the link */
}

    .text-left a {
        color: #6c757d; /* A blue color for better visibility */
        font-size: 14px;
        font-weight: 500;
        text-decoration: none; /* Removes underline */
        transition: color 0.3s ease-in-out;
    }

        .text-left a:hover {
            color: #0056b3; /* Darker blue on hover */
            text-decoration: underline; /* Adds underline on hover */
        }

.create-account-bg {
    position: absolute;
    width: 634px;
    height: 688px;
    top: 65%;
    left: 50%;
    background: #ffffff;
    transform: translate(-6.47%, -48.11%);
    z-index: 10;
    overflow: hidden;
}

.sample {
    margin: 10px auto;
}

.logo {
    display: flex;
    position: relative;
    width: 152.75px;
    height: 50.231px;
    margin: 0 auto;
    background: url("/Images/Homepage/Imperial Grapevine - Logo_Full Color Dark.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 26;
}

.create-account {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 403.939px;
    height: 50.172px;
    margin: 0 auto;
    color: #a698ea;
    font-family: Montserrat, var(--default-font-family);
    font-size: 35px;
    font-weight: 700;
    line-height: 42.665px;
    text-align: center;
    white-space: nowrap;
    z-index: 11;
}

.social-media {
    position: relative;
    width: 96px;
    height: 28px;
    margin: 0 auto;
    z-index: 12;
}

.twitter {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    background: url(/Images/Login/Twitter.png) no-repeat center;
    background-size: cover;
    z-index: 13;
}

.facebook {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 34px;
    background: url(/Images/Login/facebook.png) no-repeat center;
    background-size: cover;
    z-index: 14;
}

.linked-in {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 68px;
    background: url(/Images/Login/linkedin.png) no-repeat center;
    background-size: cover;
    z-index: 15;
}

.email-registration {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 310.576px;
    height: 21.95px;
    margin: 0 auto;
    color: #9a9a9a;
    font-family: Filson Pro, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 21.95px;
    text-align: center;
    white-space: nowrap;
    z-index: 16;
}

.name {
    position: relative;
    width: 461.101px;
    height: 56.443px;
    margin: 21.05px 0 0 0;
    background: #f4f8f5;
    color: red;
    z-index: 16;
    overflow: hidden;
    border-radius: 15px;
}

.name-input {
    position: absolute;
    width: 461.101px;
    height: 56.443px;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    z-index: 19;
    outline: none;
}

.group {
    position: absolute;
    width: 3.72%;
    height: 38.68%;
    top: 29.89%;
    left: 3.27%;
    background: url(/Images/Login/username.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 18;
}

.name-input-2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    width: 38px;
    height: 15px;
    top: 20.869px;
    left: 47.101px;
    color: #9a9a9a;
    font-family: Montserrat, var(--default-font-family);
    font-size: 12px;
    font-weight: 600;
    line-height: 14.628px;
    text-align: center;
    white-space: nowrap;
    z-index: 17;
}

.name-3 {
    position: relative;
    width: 461px;
    height: 56px;
    margin: 11.557px 0 0 0px;
    background: #f4f8f5;
    z-index: 28;
    overflow: hidden;
    border-radius: 15px;
}

.name-input-4 {
    position: absolute;
    width: 461px;
    height: 56px;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    z-index: 31;
    outline: none;
}

.inbox-notification {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 17px;
    left: 13.101px;
    background: url(/Images/Login/Email.png) no-repeat center;
    background-size: cover;
    z-index: 29;
    overflow: hidden;
}

.email {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 15px;
    top: 21px;
    left: 48.101px;
    color: #9a9a9a;
    font-family: Montserrat, var(--default-font-family);
    font-size: 12px;
    font-weight: 600;
    line-height: 14.628px;
    text-align: left;
    white-space: nowrap;
    z-index: 30;
}

.password {
    position: relative;
    width: 461.101px;
    height: 56.443px;
    margin: 13.104px 0 0 0;
    background: #f4f8f5;
    z-index: 20;
    overflow: hidden;
    border-radius: 15px;
}

.name-div {
    position: relative;
    width: 461.101px;
    height: 56.443px;
    margin: 0.9px 0 0 0;
    background: #f4f8f5;
    z-index: 21;
    overflow: hidden;
    border-radius: 15px;
}

.lock-div {
    position: absolute;
    width: 20px;
    height: 22px;
    top: 17px;
    left: 14.101px;
    background: url(/Images/Login/password.png) no-repeat center;
    background-size: cover;
    z-index: 23;
    overflow: hidden;
}

.password-span {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 15px;
    top: 21px;
    left: 48.101px;
    color: #9a9a9a;
    font-family: Montserrat, var(--default-font-family);
    font-size: 12px;
    font-weight: 600;
    line-height: 14.628px;
    text-align: left;
    white-space: nowrap;
    z-index: 22;
}

.password-input {
    position: absolute;
    width: 461.101px;
    height: 56.443px;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    z-index: 24;
    outline: none;
}



.bg {
    position: relative;
    display: inline-block;
    width: 100%;
}



.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Adjust color to ensure visibility */
    text-align: center;
    z-index: 10;
    padding: 15px;
    border-radius: 10px;
    width: 80%;
}







@media (max-width: 390px) {
    .container {
        margin: 0 auto;
        max-width: 100%;
        height: 100vh;
        font-size: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
        background: #ffffff;
        overflow: hidden;
        border: 10px solid #2c3c3d;
    }
    .clean-block.clean-info.dark {
        max-width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
    .sample {
        width: 100%;
        max-width: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: 0 auto;
        padding: 20px;
    }

    .logo {
        width: 200px;
        height: 66.67px;
        background-size: contain;
        margin-bottom: 50px;
    }

    .create-account {
        font-size: 19px;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .social-media {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 15px;
    }

        .social-media div {
            width: 30px;
            height: 30px;
            background-size: cover;
        }

    .name, .name-3, .password {
        width: 100%;
        max-width: 300px;
    }

    .name-input, .name-input-4, .password-input {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }


    .sign-in-btn {
        margin: 50.452px 0 0 0;
        width: 60vw;
        height: 7vh;
    }

    .sign-in-span {
        font-size: 0.9rem;
    }

    .main-footer {
        flex-direction: row;
        justify-content: space-between;
        padding: 5px px;
    }

    .copyright-text {
        margin-bottom: 0;
        font-size: 10px;
        margin: 10px auto;
        width: 100%;
        font-size: 10px;
    }


}



@media (max-width: 320px) {
    .container {
        margin: 0 auto;
        max-width: 100%;
        height: 100vh;
        font-size: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
        background: #ffffff;
        overflow: hidden;
        border: 5px solid #2c3c3d;
    }

    .clean-block.clean-info.dark {
        max-width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sample {
        width: 100%;
        max-width: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: 0 auto;
        padding: 20px;
    }

    .logo {
        width: 100px;
        height: 66.67px;
        background-size: contain;
        margin: 0 auto;
    }

    .create-account {
        font-size: 15px;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .social-media {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 15px;
    }

        .social-media div {
            width: 30px;
            height: 30px;
            background-size: cover;
        }

    .name, .name-3, .password {
        width: 100%;
        max-width: 290px;
    }

    .name-input, .name-input-4, .password-input {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }


    .sign-in-btn {
        margin: 50.452px 0 0 0;
        width: 50vw;
        height: 7vh;
    }

    .main-footer {
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 10px;
    }

    .copyright-text {
        margin-bottom: 0;
        font-size: 10px;
        margin: 10px auto;
        width: 100%;
        font-size: 10px;
    }

    .rectangle {
        max-width: 100%;
    }
}



@media (max-width: 428px) {
    .container {
        margin: 0 auto;
        max-width: 100%;
        height: 100vh;
        font-size: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
        background: #ffffff;
        overflow: hidden;
        border: 10px solid #2c3c3d;
    }

    .clean-block.clean-info.dark {
        max-width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sample {
        width: 100%;
        max-width: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: 0 auto;
        padding: 20px;
    }

    .logo {
        width: 200px;
        height: 66.67px;
        background-size: contain;
        margin: 0 auto;
    }

    .create-account {
        font-size: 15px;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .social-media {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 15px;
    }

        .social-media div {
            width: 30px;
            height: 30px;
            background-size: cover;
        }

    .name, .name-3, .password {
        width: 100%;
        max-width: 290px;
    }

    .name-input, .name-input-4, .password-input {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }


    .sign-in-btn {
        margin: 50.452px 0 0 0;
        width: 60vw;
        height: 7vh;
    }

    .main-footer {
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 10px;
    }

    .copyright-text {
        margin-bottom: 0;
        font-size: 10px;
        margin: 10px auto;
        width: 100%;
        font-size: 10px;
    }

    .rectangle {
        max-width: 100%;
    }
}

@media (max-width: 375px) {
    .sign-in-btn {
        width: 60vw;
        height: 7vh;
    }

    .sign-in-span {
        font-size: 0.9rem;
    }
}

/* For large phones (above 768px) */
@media (min-width: 768px) {
    .sign-in-btn {
        width: 30vw;
        height: 6vh;
    }

    .sign-in-span {
        font-size: 1.2rem;
    }
}

@media (max-width: 1080px) {
    .container {
        margin: 0 auto;
        max-width: 100%;
        height: 100vh;
        font-size: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
        background: #ffffff;
        overflow: hidden;
        border: 10px solid #2c3c3d;
    }

    .clean-block.clean-info.dark {
        max-width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sample {
        width: 100%;
        max-width: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: 0 auto;
        padding: 20px;
    }

    .logo {
        width: 200px;
        height: 66.67px;
        background-size: contain;
        margin: 0 auto;
    }

    .create-account {
        font-size: 15px;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .social-media {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 15px;
    }

        .social-media div {
            width: 30px;
            height: 30px;
            background-size: cover;
        }

    .name, .name-3, .password {
        width: 100%;
        max-width: 290px;
    }

    .name-input, .name-input-4, .password-input {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }


    .sign-in-btn {
        margin: 50.452px 0 0 0;
        width: 60vw;
        height: 7vh;
    }

    .main-footer {
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 10px;
    }

    .copyright-text {
        margin-bottom: 0;
        font-size: 10px;
        margin: 10px auto;
        width: 100%;
        font-size: 10px;
    }

    .rectangle {
        max-width: 100%;
    }
}


@media (min-width: 1366px) {


    .container {
        max-width: 100%;
        height: 100%;
       
        margin: 0;
    }


    .logo {
        width: 200px;
        height: 66.67px;
        background-size: contain;
        margin: 0 auto;
    }

  
    /* Style for the left-side image section */
    .bg {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Ensure the image fills the section properly */
    .custom-img {
        width: 450px;
        height: 700px;
        object-fit: cover; /* Ensures the image covers the section */
    }

    /* Overlay text styling */
    .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
    }

    .welcome-back {
        font-size: 45px;
    }

    .login-info {
        margin-left: 40px;
        margin-right: 40px;
    }

    /* Right-side login form adjustments */
    .sample {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }


    .overlay-text {
        font-size: 18px;
        width: 90%;
    }

    .sign-in-btn {
        width: 140px;
        height: 40px;
        font-size: 16px;
    }

    .create-account {
        font-size: 19px;
    }


}

@media (min-width: 1440px) {
 
  

    container {
        max-width: 100%;
        height: 100%;
        margin: 0;
        height: 100vh; /* Full viewport height */
        display: flex;
        align-items: center;
        justify-content: center;
        border: 50px solid #2c3c3d;
    }

    /* Make sure the row fills the height */
    .row {
        height: 100%;
        width: 100%;
    }

    /* Style for the left-side image section */
    .bg {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Ensure the image fills the section properly */
    .custom-img {
        width: 505px;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the section */
    }

    /* Overlay text styling */
    .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
    }

    .welcome-back {
        font-size: 45px;
    }

    .login-info {
        margin-left: 40px;
        margin-right: 40px;
    }

    /* Right-side login form adjustments */
    .sample {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }



 
    .overlay-text {
        font-size: 18px;
        width: 90%;
    }

    .sign-in-btn {
        width: 140px;
        height: 40px;
        font-size: 16px;
    }

  
}

@media (max-width: 1440px) {
    .create-account {
        font-size: 24px; /* Increased font size */
        font-weight: bold; /* Optional: Makes it more prominent */
    }
}

@media (max-width: 500px) {
    .container {
        margin: 0 auto;
        max-width: 100%;
        height: 100vh;
        font-size: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
        background: #ffffff;
        overflow: hidden;
        border: 5px solid #2c3c3d;
    }

    .clean-block.clean-info.dark {
        max-width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sample {
        width: 100%;
        max-width: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: 0 auto;
        padding: 20px;
    }

    .logo {
        width: 200px;
        height: 66.67px;
        background-size: contain;
        margin: 0 auto;
    }

    .create-account {
        font-size: 15px;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .social-media {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 15px;
    }

        .social-media div {
            width: 30px;
            height: 30px;
            background-size: cover;
        }

    .name, .name-3, .password {
        width: 100%;
        max-width: 290px;
    }

    .name-input, .name-input-4, .password-input {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }

    .sign-in-btn {
        margin: 50.452px 0 0 0;
        width: 50vw;
        height: 7vh;
    }

    .main-footer {
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 10px;
    }

    .copyright-text {
        margin-bottom: 0;
        font-size: 10px;
        margin: 10px auto;
        width: 100%;
        font-size: 10px;
    }

    .rectangle {
        max-width: 100%;
    }
}



@media (min-width: 2000px) {
    .container {
        max-width: 100%;
        height: 100%;
        margin: 0;
        height: 100vh; /* Full viewport height */
        display: flex;
        align-items: center;
        justify-content: center;
        border: 50px solid #2c3c3d;
    }

    /* Make sure the row fills the height */
    .row {
        height: 100%;
        width: 100%;
    }

    /* Style for the left-side image section */
    .bg {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Ensure the image fills the section properly */
    .custom-img {
        max-width: 100%;
        width: 620px;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the section */
    }

    /* Overlay text styling */
    .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
    }

    .welcome-back {
        font-size: 45px;
    }

    .login-info {
        margin-left: 50px;
        margin-right: 50px;
       
    }

    /* Right-side login form adjustments */
    .sample {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .overlay-text {
        font-size: 18px;
        width: 90%;
    }

    .sign-in-btn {
        width: 140px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-height: 428px) and (min-width: 768px) {
    .container {
        margin: 0 auto;
        max-width: 100%;
        height: 100vh;
        font-size: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
        background: #ffffff;
        overflow: hidden;
        border: 10px solid #2c3c3d;
    }

    .clean-block.clean-info.dark {
        max-width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
    .custom-img {
        max-width: 100%;
        width: 220px;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the section */
    }
    .sample {
        width: 100%;
        max-width: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: 0 auto;
        padding: 20px;
    }

    .logo {
        width: 200px;
        height: 66.67px;
        background-size: contain;
        margin: 0 auto;
    }

    .create-account {
        font-size: 15px;
        text-align: center;
        margin-bottom: 0px;
        padding: 20px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .social-media {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 5px;
    }

        .social-media div {
            width: 30px;
            height: 30px;
            background-size: cover;
        }

    .name, .name-3, .password {
        width: 100%;
        max-width: 290px;
    }

    .name-input, .name-input-4, .password-input {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }

    .sign-in-btn {
        margin: 30.452px 0 0 0;
        width: 50vw;
        height: 7vh;
    }

    .main-footer {
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 10px;
    }

    .copyright-text {
        margin-bottom: 0;
        font-size: 10px;
        margin: 10px auto;
        width: 100%;
        font-size: 10px;
    }

    .rectangle {
        max-width: 100%;
    }
}







