﻿body,
html {
    height: 100%;
    background-color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.login-container {
    position: relative;
    height: 90%;
}

.login-footer {
    height: 5%;
    text-align: center;
    color: #cecece;
}

.login-forgot-password {
    text-align: center;
}

.login-box {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 2px 2px #ccc;
    border-radius: 5px;
    border-top: 1px solid #e9e9e9;
}

.login-header {
    text-align: center;
}

    .login-header img {
        width: 35px;
    }

#error-message {
    display: none;
    white-space: pre-line;
}

.t-logo {
    padding-top: 32px;
    text-align: center;
}

.t-mensagem {
    text-align: center;
}

.custom-divider {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #cecece;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .custom-divider span {
        color: #cecece;
        background: #fff;
        padding: 0 10px;
    }

.button-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.custom-btn {
    flex: 1 1 auto;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    border-radius: 8px;
}

    .custom-btn:hover {
        background-position: right center;
        color: white;
        /* change the direction of the change here */
    }

.btn-instagram {
    background-image: linear-gradient(to right, #ff6600 0%, #ae26b3 51%, #ff0101 100%);
}

.btn-login {
    padding: 10px;
}

.alert.validation-summary-errors ul {
    margin: 0 !important;
}

.t-form-login-container {
    background-color: #F9F06D;
    max-width: 572px;
    max-height: 510px;
    height: 510px;
    width: 100%;
    margin: 0 auto;
}


.t-form-login-inner {
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.t-form-group-login-full {
    width: 100%;
}

.botao-return{
    margin-top:15px !important;
}

.t-form-login-btn-login {
    background-color: #334458;
    color: white;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Space Mono';
    height: 52px;
    border-radius: unset;
}

.t-form-login-link-pequeno {
    font-family: 'Space Mono';
    font-size: 12px;
    font-weight: normal;
    color: #6862C4;
    margin-top: 6px;
}

.t-form-login-input {
    height: 51px;
    border: 1px solid #CCCCCC;
    background-color: white;
    border-radius: unset;
}

    .t-form-login-input::placeholder {
        color: #CCCCCC;
        font-family: 'Space Mono';
        font-size: 12px;
    }

.t-form-login-label {
    color: #334458;
    font-family: 'Space Mono';
    font-size: 16px;
}

.t-form-login-erro {
    color: #ED6868;
    font-family: 'Space Mono';
    font-size: 12px;
}

.t-form-registrar-container {
    background-color: #F9F06D;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.t-form-registrar-inner {
    padding: 20px 100px 20px 100px;
}

@media (max-width: 768px) {
    .t-form-login-inner {
        padding: 40px 16px 40px 16px;
    }

    .t-form-login-container {
        max-height: 380px;
        height: unset;
    }

    .t-form-login-link-pequeno {
        font-size: 11px;
    }

    .t-form-registrar-inner {
        padding: 40px 16px 40px 16px;
    }
}
