﻿.login-div {
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 0px 16px 0px var(--transparent-black);
    z-index: 2;
    margin: auto;
    width: 100%;
    margin-top: 100px;
    padding: 24px;
    display: grid;
    gap: 32px;
    margin-bottom: 32px;
    max-width: 550px;
    min-width: 300px;
}
.title-login p {
    color: var(--darkslategray);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.title-login span {
    color: var(--black-black-64);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
label {
    color: var(--semi-transparent-dark-gray);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
}

input::placeholder {
    color: var(--semi-transparent-dark-gray);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.forgotPass {
    color: var(--Secondary);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border: 0;
    background: var(--transparent);
}
.rememberMe {
    color: var(--darkslategray);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.external-register {
    justify-items: center;
    gap: 32px;
}

.span-with-line {
    position: relative;
    color: var(--semi-transparent-dark-gray);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .span-with-line::before,
    .span-with-line::after {
        content: "";
        display: block;
        height: 1px;
        background-color: currentColor;
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
    }

    .span-with-line::before {
        left: -16px;
        transform: translateX(-100%);
    }

    .span-with-line::after {
        right: -16px;
        transform: translateX(100%);
    }
.div-button-external {
    display: flex;
    gap: 16px;
    justify-content: center;
    gap: 16px;
}

.facebook-div {
    border-radius: 4px;
    background: var(--facebook-color);
    border: 0;
    width: 48px;
    height: 48px;
}

.google-div {
    border-radius: 4px;
    background: var(--google);
    border: 0;
    width: 48px;
    height: 48px;
}

    .facebook-div i, .google-div i {
        color: var(--white);
        font-size: 20px;
    }

a {
    color: var(--Secondary);
}

    a:hover {
        color: var(--Secondary);
    }
.btn-signIn
{
    border-radius: 4px;
    background: var(--Secondary);
    color: var(--white);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 12px 20px;
    border: 0;
    width: 100%;
    margin-top: 16px;
}
.form-control {
    border-radius: 8px !important;
}
.field-validation-error, #rquierdMessage {
    font-size: 12px;
    color: var(--alert-danger);
}

.form-control:focus {
    border-color: var(--Secondary);
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--semi-transparent-dark-gray) !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.input-validation-error {
    border-color: var(--alert-danger);
}

    .input-validation-error::placeholder {
        color: var(--alert-danger) !important;
    }

/* Modal forget password */
.margin-top-200{
    margin-top:200px;
}
#forgotPasswordLabel {
    color: var(--darkslategray);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.close-modal {
    color: var(--Secondary);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    background: var(--transparent);
}
.cancel-modal {
    background: var(--transparent);
    color: var(--Secondary);
    border-color: var(--Secondary);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border: 1px solid;
    padding: 12px 20px;
    border-radius: 4px;
}
.btn-send-modal {
    border-radius: 4px;
    background: var(--Secondary);
    color: var(--white);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border: 0;
    padding: 12px 20px;
}
.hidden {
    display: none !important;
}
#errorList li {
    margin: 0;
    font-size: 14px;
    color: var(--alert-danger);
    border:0;
}
.border-color {
    border-color: var(--alert-danger);
}


@media(max-width:515px)
{
    .span-with-line 
    {
        width: 35%;
        font-size: 10px
    }
}

@media(max-width:400px)
{
    .title-login p
    {
        font-size:25px;
    }
    .title-login span
    {
        font-size:17px;
    }
    .rememberMe, .forgotPass
    {
        font-size: 14px
    }
    .login-div
    {
        min-width:100px;
    }
}


.bi-check-circle, .ResetPasswordStatus .GreenText 
{
    color: #0FF319
}


.ResetPasswordDiv 
{
    justify-content: flex-start;
    gap: 15px;
    display: flex;
}
