body {
    background: #FFF;
    font-family: "WorkSans", sans-serif;
    margin-left: 20px;
    padding: 0;
}

#logo {
    padding-top: 30px;
}

#logo img{
    width: 77px;
    height: 69px;
    flex-shrink: 0;
}

.welcome {
    padding-top: 50px;
    padding-right: 90px;
}

.welcome h5 {
    color: var(--primaryporg, #E52F00);
    text-align: center;
    font-family: "WorkSans", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.slider {
    margin: auto;
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.signinout {
    display: flex;
    align-items: flex-start;
    gap: 70px;
}

.signinout p {
    padding-top: 4px;
    text-align: center;
    font-family: "WorkSans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#signin{
    text-align: center;
    font-family: "WorkSans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 40px;
}
#signout{
    padding-right: 170px;
}

.rectangle {
    width: 100%;
    max-width: 549px;
    padding: 20px;
    flex-shrink: 0;
    margin: auto;
}

.rectangle img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(70%);
    background: var(--primaryp-6, #2E0900);
}

.form label {
    color: var(--bwtext, #091924);
    font-family: "WorkSans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    width: 264px;
}

.form input[type=text], input[type=email], input[type=password] {
    border-radius: 8.305px;
    width: 524px;
    height: 50px;
    padding: 24.915px 0px 24.915px 24.915px;
    align-items: center;
    gap: 20.762px;
    border: 1.5px solid var(--bwborder, #A5A7A9);
    background: #FFF;
}
.form input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
    border-radius: 8.305px;
    width: 524px;
    height: 50px;
    padding: 24.915px 0px 24.915px 24.915px;
    align-items: center;
    gap: 20.762px;
    border: 1.5px solid var(--bwborder, #E52F00) !important;
    background: #FFF;
}

.form button{
    width: 524px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 20.762px;
    border-radius: 8.305px;
    background: var(--primaryporg, #E52F00);
    border: none;
    color: #FFF;
    text-align: center;
    font-family: "WorkSans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.form button:hover{
    background: var(--primaryporg, #ee4a22);
}

.form p {
    color: var(--bwsec, #848C91);
    font-family: "WorkSans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
}
.form a {
    color: var(--bwsec, #848C91);
    text-decoration: none;
    font-family: "WorkSans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
}
.form a span{
    color: var(--primaryporg, #E52F00);
}

.remember input{
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 0.5px solid var(--white-w-9, #AAA);
    background: var(--white-w-1, #FFF);
    margin-right: 5px;
}

.remember p {
    color: var(--white-w-10, #808080);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
}
.forget a {
    color: var(--white-w-10, #808080);
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    margin-right: 90px;
}

.landingbg {
    width: 100%;
    min-height: 100vh; /* Ensures it covers full viewport height */
    background:
        linear-gradient(rgba(22, 21, 21, 0.5), rgba(22, 21, 21, 0.5)), /* Dark overlay */
        url('../images/landingpage.jpeg') no-repeat center center;
    background-size: cover; /* Makes the image cover the entire area */
    position: relative;


}


.nav {
    padding-top: 50px;
}

.landingcontents{
    padding: 46px;
}
.mainwords h3{
    color: #FFF;
    text-align: center;
    font-family: "WorkSans", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.mainwords span {
    color: var(--primaryporg, #E52F00);
}

.mainwords p {
    color: #FFF;
    font-family: "WorkSans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 10;
    line-height: 150%;
}
.middleword p {
    color: var(--bwwhite, #FFF);
    font-family: "WorkSans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
}

.formlanding select {
    width: 417px;
    height: 60px;
    margin: auto;
    color: var(--white-w-10, #808080);
    align-items: center;
    border-radius: 8px;
    border: 1.5px solid var(--bwborder, #A5A7A9);
    background: #FFF;
}

.landingbutton{
    padding-top: 10px;
}


.landingbutton  button{
    width: 417px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 20.762px;
    border-radius: 8.305px;
    background: var(--primaryporg, #E52F00);
    border: none;
    color: #FFF;
    text-align: center;
    font-family: "WorkSans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.password-input-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.password-input {
    width: 86% !important;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
}

.eye-button {
    position: absolute;
    width: 10% !important;
    height: 100%;
    display: flex;
    right: 14%;
    justify-content:flex-end;
    border: none;
    background: transparent !important;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .password-input-container {
        width: 117%;
    }
    .forget a {
        margin-right: 10px;
    }
}
@media screen and (max-width: 768px) {
    .rectangle {
        max-width: 100%;
        padding: 10px;
    }
    .rectangle img {
        height: auto;
        border-radius: 10px;
    }
    .form {
        padding: 10px;
    }
    .formlanding select{
        width: 300px;
        height: 30px;
        padding: 40px;
        margin: auto;
        color: var(--white-w-10, #808080);
        align-items: center;
        border-radius: 8px;
        border: 1.5px solid var(--bwborder, #A5A7A9);
        background: #FFF;
    }
    .landingbutton button{
        width: 300px;
        height: 30px;
        padding: 40px;
    }
    .welcome {
        padding-top: 50px;
        padding-left: 50px;
        margin: auto;
    }

    .welcome h5 {
        color: var(--primaryporg, #E52F00);
        text-align: center;
        margin: auto;
        padding-left: 50px;
        font-family: "WorkSans", sans-serif;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }
    .signinout {
        display: flex;
        align-items: flex-start;
        gap: 150px;
    }

    .signinout p {
        padding-top: 4px;
        text-align: center;
        font-family: "WorkSans", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .slider {
        margin: auto;
        display: flex;
        padding-left: 10px;
        width: 300px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .password-input {
        width: 86% !important;
        border-radius: 4px 0 0 4px;
        box-sizing: border-box;
    }

    .eye-button {
        position: absolute;
        width: 10% !important;
        height: 100%;
        display: flex;
        right: 14%;
        justify-content:flex-end;
        border: none;
        background: transparent !important;
        cursor: pointer;
        border-radius: 0 4px 4px 0;
    }
    .password-input-container {
        width: 117%;
    }

    .form input[type=text], input[type=email], input[type=password] {
        border-radius: 8.305px;
        width: 390px;
        height: 50px;
        padding: 24.915px 0px 24.915px 24.915px;
        align-items: center;
        gap: 20.762px;
        border: 1.5px solid var(--bwborder, #A5A7A9);
        background: #FFF;
    }
    .form input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
        border-radius: 8.305px;
        width: 420--------------px;
        height: 50px;
        padding: 24.915px 0px 24.915px 24.915px;
        align-items: center;
        gap: 20.762px;
        border: 1.5px solid var(--bwborder, #E52F00) !important;
        background: #FFF;
    }
    .form button{
        width: 390px;
        height: 50px;
        justify-content: center;
        align-items: center;
        gap: 20.762px;
        border-radius: 8.305px;
        background: var(--primaryporg, #E52F00);
        border: none;
        color: #FFF;
        text-align: center;
        font-family: "WorkSans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px;
    }
  }

.landingbutton  button:hover{
    background: var(--primaryporg, #ee4a22);
}

.navbar-toggler, .navbar-toggler-icon
{
    color: #FFF;
}
#scroll a
{
    color: #FFF;
}
