body,
html {
    height: 100%;
    color: #131313;
    margin: 0;
    background-color: #000000;
    font-family: 'Inter', sans-serif !important;
}

#welcome {
    text-align: center;
    letter-spacing: 5px;
    color: #707070;
    font: Bold 2.2vw Segoe UI;
}

#let_us {
    text-align: center;
    letter-spacing: 0px;
    color: #707070;
    font: Bold 1.2vw Segoe UI;
}

#rightbg {
    background: #000000 no-repeat center center;
    background-size: 100% 100%;
    background-size: cover;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mini-logo {
    width: 10%;
}

#login-content-left {
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}

.headerlinks {
    text-align: center;
    font: Bold 14px Segoe UI;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    font-family: "Inter", system-ui;
}

    .headerlinks:link {
        text-align: center;
        font: Bold 16px Calibri;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        font-family: "Inter", system-ui;
    }

    .headerlinks:hover {
        text-align: center;
        font: Bold 16px Calibri;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        text-decoration: underline;
    }

.headerlinks-small {
    font: 15px Segoe UI;
    letter-spacing: 0px;
    color: #ffffff !important;
    opacity: 1;
}

    .headerlinks-small:link {
        text-align: center;
        font: 15px Segoe UI;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }

    .headerlinks-small:hover {
        text-decoration: underline;
    }

.headerlinks-small-light {
    font: 12px Segoe UI;
    letter-spacing: 0px;
    color: #6c757d !important;
    font-weight: 100;
    margin-top: .5rem;
    display: block;
}

    .headerlinks-small-light:link {
        text-align: center;
        font: 14px Segoe UI;
        letter-spacing: 0px;
        color: #6c757d;
        font-weight: 100;
    }

    .headerlinks-small-light:hover {
        text-decoration: underline;
    }

.signin {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font: Bold 25px 'Inter';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
}

.textbox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 6px #00000038;
    border: 2px solid #4FC9F5;
    border-radius: 5px;
    width: 250px;
    height: 45px;
    padding: 0px 0px 0px 45px;
    color: #8898AA;
    outline: none;
}

.login-button,
.login-button:hover,
.login-button:active,
.login-button:visited,
.login-button:visited {
  background: #E8CA70 !important;
  padding: 10px 28px;
  border-radius: 6px;
  border: solid 1px #E8CA70 !important;
  color: #000000;
}

.google {
    display: inline-block;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 6px #00000038;
    border-radius: 25px;
    width: 250px;
    height: 48px;
    line-height: 3.5;
    padding: 0px 0px 0px 40px;
    color: #2F2F2F;
    cursor: pointer;
}

.poweredby {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 30px;
}

.textbox-icons {
    right: -40px;
    position: relative;
    color: #8898AA;
    z-index: 1;
}

.donthave {
    font: Regular 12px Open Sans;
    color: #cccccc;
}

.button-round-gradient-4 {
    font-size: 12px;
    background: #e6f5fa;
    box-shadow: 0px 3px 6px #2C28281C;
    border: 2px solid #4FC9F5;
    border-radius: 23px;
    opacity: 1;
    color: rgb(65, 65, 65);
}

    .button-round-gradient-4:hover {
        font-size: 12px;
        background: #4FC9F5;
        box-shadow: 0px 3px 6px #2C28281C;
        border: 2px solid #e6f5fa;
        border-radius: 23px;
        opacity: 1;
        color: #ffffff;
    }

.button-round-gradient-3 {
    font-size: 12px;
    background: #ffffff;
    box-shadow: 0px 3px 6px #2C28281C;
    border: 2px solid #f54f4f;
    border-radius: 23px;
    opacity: 1;
    color: #f54f4f;
}

    .button-round-gradient-3:hover {
        font-size: 12px;
        background: #f54f4f;
        box-shadow: 0px 3px 6px #2C28281C;
        border: 2px solid #ffffff;
        border-radius: 23px;
        opacity: 1;
        color: #ffffff;
    }



.validationSummary ul li {
    list-style-type: none;
    padding: 0;
}

.validationSummary ul {
    padding: 0 !important;
    text-align: left;
    margin: 0;
}

.passwordHintHead {
    list-style: none;
    font-weight: bold;
    padding-bottom: .5rem;
}

.passwordHint {
    text-align: left;
    margin-top: 2rem;
    color: #ffffff;
    background-color: #14141435;
    border-radius: .5rem;
    padding: .5rem 2.5rem;
    font-size: 12px;
}

.hover-hand {
    cursor: pointer;
}

.message {
    width: 300px;
    background-color: #ffffff;
    border: solid 5px #ff0000;
    border-radius: 10px;
    font-size: 13px;
}

.loading-spinner {
    display: grid;
    pointer-events: all;
    z-index: 99999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: #00000099;
}

.secondary-button,
.secondary-button:link,
.secondary-button:hover {
    background: #0C111D !important;
    padding: 10px 28px;
    border-radius: 6px;
    border: solid 1px #FEC84B !important;
    color: #ffffff;
}

#tooltip {
    margin: 0 0 3em 0;
    position: relative;
}

label {
    display: block;
    font-size: 1.6em;
    margin: 0 0 .5em;
    color: #333;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.logo {
    width: 20px; height: 20px; margin-top: 10px; margin-right: 10px;
}


@media only screen and (min-width: 600px) {
    #tooltip .password_div {
        display: block;
        position: absolute;
        left: 88%;
        top: -29px;
        width: 300px;
        text-align: left;
        color: #000000;
        background-color: #dff062;
        border-radius: .5rem;
        padding: .5rem 2.5rem;
        font-size: 12px;
    }

    #tooltip .password_div:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #dff062;
        border-width: 8px;
        margin-top: -8px;
    }

    .terms-container {
        margin: 0 95px;
        font-size: 13px;
    }

    .textbox-login {
        background: rgba(243, 243, 249, 0.1) !important;
        border-radius: 6px;
        width: 340px;
        height: 45px;
        padding: 0px 0px 0px 45px;
        color: #8898AA;
        outline: none;
        border: none;
    }

    .heading {
        font-size: 2.2rem;
        font-weight: 400;
    }
}

@media only screen and (max-width: 768px) {
    #tooltip .password_div {
        display: block;
        position: absolute;
        left: 10%;
        bottom: 50px;
        width: 300px;
        color: #000;
        text-align: left;
        margin-top: 2rem;
        background-color: #dff062;
        border-radius: .5rem;
        padding: .5rem 2.5rem;
        font-size: 12px;
        z-index: 99;
    }

    #tooltip .password_div:after {
        right: 80%;
        bottom: -11%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #dff062;
        border-width: 8px;
        margin-top: -8px;
    }

    .terms-container {
        margin: 0 55px
    }

    .textbox-login {
        background: rgba(243, 243, 249, 0.1) !important;
        border-radius: 6px;
        width: 280px;
        height: 45px;
        padding: 0px 0px 0px 45px;
        color: #8898AA;
        outline: none;
        border: none;
    }

    .heading {
        font-size: 2rem;
        font-weight: 400;
    }
}

.border-l {
    border-left: solid 1px #ffffff40;
}