@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700&display=swap');
:root {
 --primary-color: #1e3a8a;
   --hover-color: #3c559c;
}

body {
   background-color: #f2ebeb;
    font-family: "Urbanist", sans-serif;
    font-weight: bold;
}

#logo {
    padding-top: 30px;
}

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

/* login and signup */

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

.welcome h5 {
    color: var(--primary-color);
    text-align: center;

    /* Header/H4 - 48b */
    font-family: "Urbanist", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 62.4px */
}

.slider {
    /* padding-left: 85px; */
    margin: auto;
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: center;
    /* align-items: flex-start; */
    gap: 10px;
}

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

.signinout p {
    padding-top: 4px;
    /* color: var(--primaryp-4, #991F00); */
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
#signin{
    /* color: var(--primaryp-4, #991F00); */
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 40px;
}
#signout{
    /* color: var(--white-w-9, #AAA); */

    padding-right: 170px;
}
.rectangle {
    width: 449px;
    padding: 20px;
    flex-shrink: 0;

}

.rectangle img {
    max-width: 549px;
    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: "Urbanist", sans-serif;
    font-size: 14px;
    font-style: normal;
    padding-bottom: 5px;
    font-weight: 900;
    line-height: 150%; /* 36px */
    width: 264px;
    /* height: 35px; */
}

/* .form input { */
.form-control, .form-control-text {
    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(--primary-color) !important;
    background: #FFF;
}

.form button{
    width: 524px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 20.762px;
    border-radius: 8.305px;
    /* padding: 24.915px 0px 24.915px 24.915px; */
    background: var(--primary-color);
    border: none;
    color: #FFF;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 100% */
}

.form button:hover{
    background: var(--hover-color);
}

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

.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; /* 142.857% */
}
.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; /* 142.857% */
}

/* landing page */
.landingbg{
    width: 100%;
    height: auto;
    background: url(../images/landingbackground.png), rgb(22, 21, 21) -133px -477.446px / 118.472% 221.981% no-repeat;
    /* filter: brightness(70%); */
    background-size: cover;
    position: relative;
    display: flex;
}

.nav {
    padding-top: 50px;
}

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

.mainwords span {
    color: var(--primary-color);
}

.mainwords p {
    color: #FFF;
    /* color: #2d0707; */
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 10;
    line-height: 150%; /* 36px */
}
.middleword p {
    color: var(--bwwhite, #FFF);
    /* color: var(--bwwhite, #010a14); */
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 150%; /* 36px */
}

.formlanding select {
    /* display: flex; */
    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;
    /* padding: 24.915px 0px 24.915px 24.915px; */
    background: var(--primary-color);
    border: none;
    color: #FFF;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 100% */
}

.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 query */
@media screen and (max-width: 768px) {
    .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: 90px;
        margin: auto;
    }

    .welcome h5 {
        color: var(--primary-color);
        text-align: center;
        margin: auto;
        padding-left: 50px;
        /* Header/H4 - 48b */
        font-family: "Urbanist", sans-serif;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 62.4px */
    }
    .signinout {
        display: flex;
        align-items: flex-start;
        gap: 150px;
    }

    .signinout p {
        padding-top: 4px;
        /* color: var(--primaryp-4, #991F00); */
        text-align: center;
        font-family: "Urbanist", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 125% */
    }
    .slider {
        /* padding-left: 85px; */
        margin: auto;
        display: flex;
        padding-left: 10px;
        width: 300px;
        flex-direction: column;
        align-items: center;
        /* align-items: flex-start; */
        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;
    }

    /* .form input { */
    .form input[type=text], input[type=email], input[type=password] {
        border-radius: 8.305px;
        width: 420px;
        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(--primary-color) !important;
        background: #FFF;
    }
    .form button{
        width: 420px;
        height: 50px;
        justify-content: center;
        align-items: center;
        gap: 20.762px;
        border-radius: 8.305px;
        /* padding: 24.915px 0px 24.915px 24.915px; */
        background: var(--primary-color);
        border: none;
        color: #FFF;
        text-align: center;
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px; /* 100% */
    }
  }

.landingbutton  button:hover{
    background: var(--hover-color);
}

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