﻿/* LOGIN PAGE */
:root {
    --input-padding-x: 0.75rem;
    --input-padding-y: 0.75rem;
}

html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.container-app {
    min-height: 100vh;
    width: 100vw;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/bg-login.jpg) no-repeat center / cover;
}

.cookie-div{
    margin-left:12%;
}
.row-form-header {
    display: flex;
    flex-direction: row;
    /* height: 5rem; */
}

#form-header-right {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-size: 1.875em;
    font-weight: bold;
}

#form-header-left {
    display: flex;
    flex: 0.4;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    padding: 60px;
    /* width: 146px; */
    /* height: 54px; */
    background: url('../img/logo.svg') no-repeat center;
    /* background-size: 146px 54px; */
    /* background-color: #006330;  */
    background-color: #006330;
}

.background {
    position: relative;
    padding: 35px;
    background-color: #006330;
}

.login-page {
    /* display: flex; */
    background-image: url(../img/bg-login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.login-form {
    margin-top: 70px;
    margin-left: 25px;
    margin-right: 25px;
}

.text-login {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.input-icon {
    display: flex;
    width: 8%;
    flex-direction: row;
    border: none;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}
.eye-btn{
    font-size:1.25rem;
    color:white;
}

.login-form-input-label {
    margin-bottom: 5px;
    text-align: left;
    font-size: 12px;
}
.login-form-label {
    margin-bottom: 5px;
    text-align: right;
    font-size: 12px;
}

.login-form-text {
    font-size: 17px;
}

    .login-form-label:hover,
    .login-form-text:hover {
        color: #d8ebe1;
        text-decoration: underline;
        cursor: pointer;
    }

.login-form-text-footer {
    font-size: 11px;
}

.login-form-icon {
    margin-top: 11px;
}

.login-form-icon-mail {
    margin-left: 16px;
}

.login-form-icon-locker {
    margin-left: 20px;
}

.login.form-input {
    margin-top: 7px;
    margin-left: 10px;
}

.login-form-button-area {
    margin-left: 60px;
    margin-right: 60px;
}

.btn-primary {
    background-color: #ffffff;
    color: #00793a;
    border-radius: unset;
    border-color: unset;
    font-size: 17px;
    font-weight: 500;
    padding-top: 14px;
    padding-bottom: 14px;
}

    .btn-primary:focus,
    .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 255, 0, 0.1);
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle,
    .btn-primary:hover {
        color: #fff;
        background-color: #006632;
        border-color: #4f9771;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 255, 0, 0.1);
        }

.signin-box {
    width: 100%;
    padding: 15px;
    max-width: 487px;
    margin: auto;
}

.form-signin {
    background-color: #00793a;
    color: #fff;
}

.alert-adjust {
    margin-bottom: unset;
    border-radius: unset;
    text-align: center;
    font-weight: 500;
}

.form-control {
    background: transparent;
    border-radius: unset;
    border: unset;
    font-family: 'Noto Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    height: 48px;
}

.form-label-group {
    opacity: 0.85;
    background-color: #006330;
    position: relative;
    margin-bottom: 1rem;
    height: 48px;
}

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        line-height: 1.5;
        color: #495057;
        cursor: text;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: all 0.1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: calc(var(--input-padding-y) / 3);
        padding-bottom: calc(var(--input-padding-y) / 3);
        font-size: 12px;
        color: #777;
    }

@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
/* END */

/* CHROME TRICKS */
/* Remove input background color */
input:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #006330 inset;
    }

/* RECUPERAR SENHA */

.back-button {
    position: relative;
    padding: 10px;
    background-color: #006330;
    width: 100%;
    max-width: 45px;
    border-width: 1px;
    border-color: #006330;
    color: #fff;
}

    .back-button:hover {
        background-color: #fff;
        color: #006632;
        border-color: #4f9771;
    }

.recuperarSenha-title {
    margin-top: 40px;
    font-size: 26px;
    font-weight: bold;
}

.recuperarSenha-subtitle {
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
}

.btn-secondary {
    color: #fff;
    background-color: #00793a;
    border-color: #00793a;
}

    .btn-secondary:hover,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #006632;
        border-color: #006632;
    }

.btn-secondary-fix:hover {
    text-decoration: none;
}

@media (max-width: 500px) {
    .row-form-header {
        flex-direction: column;
    }
}
