﻿input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

body, html {
    height: 100%;
}

body {
    background-color: #004986;
    font-family: Ubuntu,sans-serif !important;
}

form {
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.backdropLogin {
    height: 100%;
    margin-bottom: 20px;
    
}

.input-group-addon.primary {
    color: rgb(40, 94, 142);
    background: none;
    border: none;
    padding: 0 !important;
}

.btn-success-custom {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
    background-image: linear-gradient(#f4a442, #ff7f00);
    border-radius: 5px !important;
    border: none !important;
    padding: 10px 8px;
    text-transform: uppercase;
}

    .btn-success-custom:hover{
        color: #fff;
        background-image: linear-gradient(#fb8a00, #ff5700);
    }
    .btn-success-custom:focus{
        box-shadow: none !important;
        outline: none !important;
        color: #fff !important;
    }

.btn-voltar-custom {
    background-image: linear-gradient(rgb(74, 170, 255), rgb(0, 135, 255));
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
    border-radius: 5px !important;
    border: none;
    padding: 10px 8px !important;
    text-transform: uppercase;
}

        .btn-voltar-custom:hover{
            color: #fff;
            background-image: linear-gradient(rgb(48, 136, 255), rgb(0, 121, 255));
        }
        .btn-voltar-custom:focus{
            color: #fff !important;
            box-shadow: none !important;
            outline: none !important;
        }

.btn-link {
    color: #fff !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1) !important;
    font-size: 12px;
    font-weight: bold;
    padding-top: 20px;
}

.txtLogin {
    border: none;
    box-shadow: none !important;
    background: none;
    padding: 3px 5px;
    color: rgb(40, 94, 142) !important;
    font-weight: bold;
    float: none !important;
    height: auto;
    padding-bottom: 0;
}

    .txtLogin::placeholder{
        color: rgb(40, 94, 142) !important;
    }

.input-group {
    margin-bottom: 25px;
    margin-top: 15px;
    border-bottom: solid 2px rgb(40, 94, 142)
}

/* -- LAYOUT 2019 -- */

.allLogin{
}

.divLogin{
    background-color: rgba(255, 255, 255, 0.37);
    padding: 20px 30px;
    border-radius: 25px;
}

.divEsqueci {
    background-color: rgba(255, 255, 255, 0.37);
    padding: 20px 30px;
    border-radius: 25px;
}

#form1 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.LoginFooter{
    margin-top: auto;
}

.ClassDireitos{
    color: #fff;
}

.LogoMira{
    display: flex;
    flex-direction: row-reverse;
}

.showPass{
    display: table-cell;
    font-size: 12px;
    color: rgb(40, 94, 142);
    font-weight: bold;
    cursor: pointer;
    text-align: right;
}
    .showPass:hover{
        color: #ff5700;
    }

.fa-user{
    font-size: 15px !important;
}
.fa-lock{
    font-size: 15px !important;
}

@media (max-width: 992px){
    .LogoMira{
        justify-content: space-around;
    }
    .textLF{
        text-align: center;
    }
    .LoginFooter{
        padding: 0 10px 10px 10px;
    }
}


