﻿body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat
}

.card-container {
    max-width: 1550px;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
}

.card2 {
    margin: 0px 20px
}

.logo {
    margin-top: 20px;
    margin-left: 35px;
    height: 50px;
}

.image {
    width: 360px;
    height: 280px;
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px !important;
    border: 1px solid lightgrey !important;
    border-radius: 2px !important;
    /*margin-bottom: 5px !important;
    margin-top: 2px !important;*/
    width: 100% !important;
    box-sizing: border-box !important;
    color: #2C3E50 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    height: auto !important;
}

    input:focus,
    textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #304FFE;
        outline-width: 0
    }

/*button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}*/

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: #00609c;
    width: 150px;
    color: #ffffff;
    border-radius: 2px
}

    .btn-blue:hover {
        background-color: #00558a;
        color: #ffffff;
        cursor: pointer
    }

.btn-gray {
    background-color: #e5e5e5;
    width: 150px;
    color: #000;
    border-radius: 2px
}

    .btn-gray:hover {
        background-color: #a5a5a5;
        cursor: pointer
    }

.bg-blue {
    color: #fff;
    background-color: #00609c;
}

@media screen and (max-width: 767px) {

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 915px) {
    .btn-blue, .btn-gray {
        max-width: 110px;
    }
}


@media screen and (max-width: 415px) {
    .btn-blue, .btn-gray {
        max-width: 100px;
    }
}


.tenant-selection .tenant-logo {
    display: flex;
    align-items: center;
    margin-right: 16px;
    width: 70px;
    height: 48px;
}

    .tenant-selection .tenant-logo img {
        max-width: 70px;
        max-height: 60px;
    }


.tenant-selection .btn.btn-link, .tenant-selection .btn.d-block > a {
    cursor: pointer;
    letter-spacing: 0;
    color: #050c1a;
    font-weight: 500;
    font-size: 1rem;
    text-transform: none;
    text-align: left;
    display: flex;
    align-items: center;
    height: auto;
}

.tenant-selection .btn.btn-link {
    padding: 12px 16px;
    border: 1px solid rgba(0,0,0,.1);
}

.tenant-selection .icon > img {
    width: 20px;
    height: 20px;
}

.tenant-selection .btn.btn-link:not(:disabled):not(.disabled):active, .tenant-selection .btn.btn-link:not(:disabled):not(.disabled):focus, .tenant-selection .btn.btn-link:not(:disabled):not(.disabled):hover, .tenant-selection .btn.d-block > a:not(:disabled):not(.disabled):active, .tenant-selection .btn.d-block > a:not(:disabled):not(.disabled):focus, .tenant-selection .btn.d-block > a:not(:disabled):not(.disabled):hover {
    color: #050c1a;
    text-decoration: none;
    outline: none;
}

.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:not(:disabled):not(.disabled):active:focus {
    background-color: rgba(0,0,0,.05);
}

#tenantSelectorModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
    z-index: 2000;
}

.card-container {
    position: relative;
    height: 100vh;
}

.card0 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.language-button, .language-button:hover, .language-button:focus, .language-button:active {
    text-decoration: none;
    color: inherit;
}

.btn-outline-addon:hover {
    color: #fff;
    background-color: #dfdfdf;
    border-color: lightgray;
}

.btn-outline-addon {
    color: #6c757d;
    border-color: lightgray;
}


#btnLogin.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Estilos para o widget Altcha */
.altcha-container {
    width: 100%;
    min-height: 60px;
    margin-bottom: 1rem;
}

.altcha-wrapper {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    background: #f9f9f9;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.altcha-solving {
    color: #666;
    font-size: 14px;
    text-align: center;
}

.altcha-verified {
    color: #28a745;
    font-size: 14px;
    text-align: center;
}

.altcha-error {
    color: #dc3545;
    font-size: 14px;
    text-align: center;
}

.captcha-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* Animação de loading para o botão */
.btn-loading {
    position: relative;
    pointer-events: none;
}

    .btn-loading::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        margin: auto;
        border: 2px solid transparent;
        border-radius: 50%;
        border-top-color: #ffffff;
        animation: spin 1s linear infinite;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Spinner para Altcha */
.spinner {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #00609c;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-right: 8px;
}

/* Checkmark para verificação completa */
.checkmark {
    color: #28a745;
    font-size: 20px;
    margin-right: 8px;
}
