﻿.title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #3072B2;
}

.auth-bg {
    background-image: url("../img/auth-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px !important

}
.fake-nav {
    padding: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0.01%, rgba(0, 0, 0, 0) 100%);
}
.fake-nav-logo {
    height: 6rem;
}
.divider-auth {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .divider-auth .divider-auth-line {
        width: 100%;
        height: 0.5px;
        background-color: #3072B2;
        border-radius: 1rem;
        border-color: #3072B2 !important;
    }

        .divider-auth .divider-auth-line:first-child {
            margin-right: 1rem;
        }

        .divider-auth .divider-auth-line:last-child {
            margin-left: 1rem;
        }

    .divider-auth .divider-auth-text {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 30px;
        color: #3072B2 !important;
        white-space: nowrap;
    }

    .divider-auth.divider-light .divider-auth-line {
        background-color: #fff;
    }

    .divider-auth.divider-light .divider-auth-text {
        color: #fff !important;
    }

label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #3072B2;
}




.custom-link {
    color: #3072B2;
}

.custom-link:hover {
    opacity: 0.8;
}

.text-blue {
    color: #3072B2;
}


.fw-500 {
    font-weight: 500;
}



    .btn-outline-blue {
        /* Auto layout */
        width: 100%;
        font-family: 'Lato';
        display: flex;
        justify-content: center;
        align-items: center;
        height: 44px;
        border-radius: 9px;
        font-weight: 500;
        font-size: 20px !important;
        background-color: transparent;
        color: #3072B2;
        border: 2px solid #3072B2 !important;
        transition: all 0.3s ease;
        margin-bottom: 26px;
        outline: none;
    }

    .btn-outline-blue:not(:disabled):hover {
        border: 2px solid #3072B2 !important;
        background-color: #3072B2;
    }

    .btn-outline-blue:hover {
        color: #FFFFFF;
        border-color: #6791B9;
        background-color: #6791B9;
    }

        .btn-outline-blue:focus {
            outline: none;
        }









.text-error {
   color: #AB2020;
}


.btn-social-link {
    border: 2px solid #4285F4;
    border-radius: 9px;
    min-height: 38px;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-top: 32px;
    outline: none;
    width: 100%;
    background-color: transparent;
}

.btn-social-link:disabled {
    opacity:0.5;
}

.btn-facebook {
    margin-left: 12px;
}
.btn-google {
    margin-right: 12px;
}

.btn-facebook > img {
    width: 24px;
    color: #1877F2;
    margin-right: 12px;
}
.btn-google > img {
    width: 24px;
    margin-right: 12px;
}


.div-social-buttons {
   
    display: flex;
    justify-content:space-between;
}


@media only screen and (max-width: 765px) {

    .div-social-buttons {
        display: flex;
        flex-direction: column
    }

    .btn-facebook {
        margin-left: 0px;
    }

    .btn-google {
        margin-right: 0px;
    }

    .title-container {
        text-align:center;
        margin-top: 32px
    }
}

.Input_Password {
    padding-right: 48px;
}



.subtitle {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0px;
}

.img-email-sent {
    width: 91px;
}