﻿:root {
    --bs-Green-color-alt: #83cf5d;
    --bs-Green-color: #0e844d;
    --bs-Greenlight-color: #f6fcf3;
    --bs-Black-color: #060c03;
    --bs-Greyblack-color: #080808;
    --bs-Greyprimary-color: #48514D;
    --bs-Greylight-color: #f7f7f7;
    --bs-Fullwhite-color: #ffffff;
    --bs-Stroke-color: #f0f0f0;
}

@font-face {
    font-family: "Inter", sans-serif;
    src: url(../fonts/"Inter", sans-serif-VariableFont_wght.ttf);
}
body {
    font-size: 14px;
    font-family: "Inter", sans-serif;
}

.btn-primary {
   
    border-radius: 10px !important;
    color: var(--bs-Fullwhite-color) !important;
    font-weight: Semibold !important;
    font-size: 18px !important;
    background: var(--bs-Green-color) !important;
    text-decoration: none !important;
    border-color: var(--bs-Green-color) !important;
    font-weight:700 !important;
}

.btn-secondary {
    padding: 10px 10px;
    border-radius: 10px;
    color: var(--Green-color);
    display: inline-block;
    font-weight: Semibold;
    font-size: 18px;
    background: var(--Fullwhite-color);
    text-decoration: none;
}

.btn-tertiary {
    width: 224px;
    height: 48px;
    border-radius: 100px;
    color: var(--Green-color);
    display: inline-block;
    font-weight: Semibold;
    font-size: 18px;
    background: var(--Fullwhite-color);
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
}

/* Buttons */

body {
    /*background-image: url('../image/brokers.png');
    background-repeat: no-repeat;*/
    background-color: #f7f7f7;
}

.body-content {
    display: flex;
}


.body-header {
    color: var(--bs-Green-color-alt);
    width: 90%;
    font-size: 48px;
    margin-top: 16px;
    font-weight: 600;
}

.body-content p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 28px;
    width:90%;
}

.body-content .body-content-left {
    padding-right: 40px;
    padding-left: 60px;
    width: 40%;
}

.body-content .body-content-right {
    height: 90%;
    padding-left: 12%;
    padding-top: 24px;
    width: 60%;
}

.body-right-top {
    display: flex;
    gap: 40px;
}

.body-content-right .body-right-top .btn-primary {
    padding: 10px 18px;
    margin: 0px;
}


nav {
    margin-bottom: 40px;
}

h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--Fullwhite-color);
}

.body-content .body-content-right h2 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: var(--bs-Green-color);
    margin-bottom: 40px;
    margin-right: 29%;
}

.body-content .body-content-left

.form-group {
    margin-bottom: 26px;
}

.form-group label {
    margin-bottom: 12px;
}

.form-group input {
    /*width: 65%;*/
    height: 48px;
    position: relative;
    /*margin-bottom: 24px;*/
}

.form-group .password-icon {
    position: absolute;
    top: 368px;
    left: 1180px;
    color: var(--bs-Greyprimary-color);
}

.body-content .body-content-right a {
    text-decoration: none;
}


.body-content .text-end {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: var(--bs-Green-color);
    cursor: pointer;
    padding-right: 25%;
    margin-top: 10px;
}

.body-content .btn-primary {
    padding: 10px 184px;
    border-radius: 10px;
    color: var(--bs-Fullwhite-color);
    border-color: var(--bs-Green-color);
    font-weight: Semibold;
    font-size: 18px;
    background: var(--bs-Green-color);
    text-decoration: none;
    margin-top: 24px;
}

footer {
    background-color: var(--bs-Green-color);
}

    footer p {
        text-align: center;
        color: var(--bs-Fullwhite-color);
        margin-left: 529px;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 30px;
    }

/* Sign up page begins */
.register-content {
    width: 1092px;
    height: 650px;
    margin-top: 24px;
    margin-left: 80px;
    background-color: var(--bs-Greenlight-color);
    padding: 45px 76px;
    border-radius: 16px;
    border: 1px solid var(--bs-Stroke-color);
    margin-bottom: 24px;
}

    .register-content h1 {
        margin-bottom: 40px;
        color: var(--bs-Green-color);
        text-align: center;
    }

    .register-content .row input {
        width: 450px;
        height: 48px;
    }

    .register-content .row .form-select-lg {
        width: 450px;
        height: 48px;
        color: var(--bs-body-color);
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        padding-left: 12px;
    }

form option {
    color: var(--bs-Greyblack-color);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.register-content .col-sm-5 {
    margin-right: 0px;
}

.register-content .col-sm-6 {
    margin-left: 80px;
}

form {
    margin-bottom: 60px;
}

.register-content .btn-primary {
    padding: 10px 200px;
    border-radius: 10px;
    color: var(--bs-Fullwhite-color);
    border-color: var(--bs-Green-color);
    font-weight: Semibold;
    font-size: 18px;
    background: var(--bs-Green-color);
    text-decoration: none;
    margin-bottom: 24px;
}

.register-footer {
    text-align: center;
}

    .register-footer p {
        color: var(--bs-Greyblack-color);
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }

    .register-footer a {
        text-decoration: none;
        color: var(--bs-Green-color);
    }

/* password page begins */

.password-content {
    background-color: var(--bs-Greenlight-color);
    border-radius: 16px;
    margin-bottom: 20px;
    margin-top: 24px;
    padding: 40px 80px;
}

    .password-content h1 {
        color: var(--bs-Green-color);
    }

    .password-content .form-group {
        margin-top: 24px;
    }

        .password-content .form-group input {
            margin-bottom: 40px;
            position: relative;
        }

    .password-content .col-sm-4 {
        padding: 20px 40px;
        border: 1px solid var(--bs-Stroke-color);
        margin-left: 80px;
        border-radius: 8px;
    }

        .password-content .col-sm-4 h2 {
            color: var(--bs-Green-color);
            margin-bottom: 18px;
        }

    .password-content .col-sm-4 {
        color: var(--bs-Greyprimary-color);
    }

    .password-content .btn-primary {
        width: 450px;
        height: 48px;
        border-radius: 10px;
        color: var(--bs-Fullwhite-color);
        border-color: var(--bs-Green-color);
        font-weight: Semibold;
        font-size: 18px;
        background: var(--bs-Green-color);
        text-decoration: none;
        margin-bottom: 24px;
        margin-top: 56px;
    }

    .password-content .form-group .password-icon {
        position: absolute;
        top: 380px;
        left: 600px;
        color: var(--bs-Greyprimary-color);
    }

/* Success page begin */
.success-content {
    background-color: var(--bs-Greenlight-color);
    border-radius: 16px;
    margin-bottom: 20px;
    margin-top: 24px;
    padding: 130px 80px;
    text-align: center;
}

    .success-content img {
        margin-bottom: 40px;
    }

    .success-content h2 {
        color: var(--bs-Green-color);
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
    }

    .success-content p {
        margin-bottom: 40px;
    }

    .success-content .btn-primary {
        width: 450px;
        height: 48px;
        border-radius: 10px;
        color: var(--bs-Fullwhite-color);
        border-color: var(--bs-Green-color);
        font-weight: Semibold;
        font-size: 18px;
        background: var(--bs-Green-color);
        text-decoration: none;
    }

.content-wrapper {
    width: max-content;
    margin-left: 30px;
}
/* captcha begins */
.captcha input {
    height: 70px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.captcha-input {
    margin-bottom: 8px;
}

.uil-refresh,
.uil-volume {
    font-size: 32px;
    color: var(--bs-Green-color);
}

.uil-volume {
    margin-left: 12px;
}

.captcha-code .col-xs-2 img {
    margin-bottom: 24px;
}

/* forgot password begins */

.forgot-header {
    background-color: var(--bs-Fullwhite-color);
    height: 1024px;
    background-size: cover;
    background-repeat: none;
}

.forgot-body {
    margin-top: 120px;
}

    .forgot-body h2 {
        color: var(--bs-Green-color);
        font-family: "Inter", sans-serif;
        font-weight: 800;
        font-size: 30px;
        line-height: 40px;
    }

    .forgot-body p {
        color: var(--bs-Greyprimary-color);
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .forgot-body .col-sm-5 {
        margin-top: 70px;
    }

        .forgot-body .col-sm-5 .btn-primary {
            width: 450px;
            height: 48px;
            border-radius: 10px;
            color: var(--bs-Fullwhite-color);
            border-color: var(--bs-Green-color);
            font-weight: Semibold;
            font-size: 18px;
            background: var(--bs-Green-color);
            text-decoration: none;
            margin-right: 80px;
        }

    .forgot-body .row input {
        width: 450px;
        height: 48px;
        margin-bottom: 80px;
    }

/* forgot password begins */

.otp-header {
    background-color: var(--bs-Fullwhite-color);
    height: 1024px;
    background-size: cover;
    background-repeat: none;
}

.otp-body {
    margin-top: 120px;
}

    .otp-body h2 {
        color: var(--bs-Green-color);
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
    }

    .otp-body p {
        color: var(--bs-Greyprimary-color);
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .otp-body .col-sm-5 {
        margin-top: 50px;
    }

        .otp-body .col-sm-5 .btn-primary {
            width: 450px;
            height: 48px;
            border-radius: 10px;
            color: var(--bs-Fullwhite-color);
            border-color: var(--bs-Green-color);
            font-weight: Semibold;
            font-size: 18px;
            background: var(--bs-Green-color);
            text-decoration: none;
            margin-right: 80px;
        }

    .otp-body .row input {
        width: 450px;
        height: 84px;
        margin-bottom: 24px;
    }

    .otp-body .col-sm-5 a {
        color: var(--bs-Green-color);
        font-weight: Semibold;
        font-size: 18px;
        text-decoration: none;
        margin-right: 80px;
    }

/* Reset Popup */

.popup {
    height: 120px;
    width: 450px;
    border-radius: 4px;
    outline: none;
    border: 1px solid var(--Stroke-color);
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: var(--Greyprimary-color);
    margin-top: 20px;
    position: relative;
    background-color: var(--bs-Fullwhite-color);
    position: absolute;
    top: -500px;
    left: 700px;
    transform: translate(-50% -50%);
    width: 600px;
    height: 400px;
    padding: 20px;
    background: var(--Fullwhite-color);
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1);
    transition: top 0ms ease-in-out 300ms, opacity 300ms ease-in-out, margin-top 300ms ease-in-out;
    position: absolute;
}

    .popup > * {
        margin: 15px 0px;
    }

    .popup h2 {
        font-size: 24px;
    }

    .popup a {
        color: var(--Greyblack-color);
        text-decoration: none;
    }

    .popup .close {
        position: relative;
        margin-left: 500px;
        background-color: var(--bs-Greenlight-color);
        font-size: 24px;
        padding: 5px 15px;
        border-radius: 100%;
    }

.bx-arrow-back {
    background-color: var(--bs-Greenlight-color);
    font-size: 24px;
    padding: 10px 10px;
    border-radius: 100%;
    margin-bottom: 24px;
}

.popup .btn-primary {
    width: 174px;
    height: 52px;
    border-radius: 6px;
    color: var(--bs-Fullwhite-color);
    border-color: var(--bs-Green-color);
    font-weight: Semibold;
    font-size: 18px;
    background: var(--bs-Green-color);
    text-decoration: none;
    margin-top: 40px;
}
/* Reset password begins */

.reset-body {
    padding-top: 100px;
}

.reset-password {
    background-color: var(--bs-Fullwhite-color);
    align-items: center;
    text-align: center;
    padding: 40px 80px;
}

.reset-body {
    background-color: var(--bs-Fullwhite-color);
    height: 1024px;
}

.reset-password-header {
    text-align: center;
    align-items: center;
}

.reset-body .form-group {
    padding-left: 420px;
    margin-top: 40px;
    margin-bottom: 80px;
}

    .reset-body .form-group input {
        background-color: var(--bs-Fullwhite-color);
        border: 1px solid var(--bs-Stroke-color);
        margin-bottom: 24px;
        position: relative;
    }

.reset-body .btn-primary {
    width: 450px;
    height: 48px;
    border-radius: 10px;
    color: var(--bs-Fullwhite-color);
    border-color: var(--bs-Green-color);
    font-weight: Semibold;
    font-size: 18px;
    background: var(--bs-Green-color);
    text-decoration: none;
}

.reset-body .form-group .password-icon {
    position: absolute;
    top: 395px;
    left: 950px;
}

.reset-body h2 {
    color: var(--bs-Green-color);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}

.reset-body p {
    color: var(--bs-Greyprimary-color);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eeeeee2e;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #eeeeee2e;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(32, 32, 32, 0.20);
    }

