﻿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 {
    min-height: 100vh;
}

body {
    background-color: #000000;
    background-image: url(../../../Images/Login-2020/bg-desk.jpg) !important;
    font-family: Ubuntu,sans-serif !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}

form {
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#confirmarTelefoneModal .modal-dialog,
#mensagemGenericaModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; 
}

.otp-input-container {
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    margin: 20px auto;
}

.otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.otp-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.backdropLogin {
    width: 100%;
    flex-grow: 1;
    height: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.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;
}

.LoginFooter {
    
    width: 100%;
}

.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;
    }
}

.ClassLogoUL {
    margin-top: 0px;
}

.ClassDireitos {
    margin-top: 0px;
}


@media (min-width: 768px) {
    .LoginFooter {
/*        background-image: url(../../../Images/Login-2020/carrinho.png);*/
        /*min-height: 170px;*/
        background-position: bottom center;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .LoginFooter {
        /*background-image: url(../../../Images/Login-2020/carrinho.png);*/
/*        min-height: 100px;*/
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: flex-end;
    }
}

@media (min-width: 371px) and (max-width: 575px) {
    .LoginFooter {
  /*      background-image: url(../../../Images/Login-2020/carrinho-mobile.png);*/
/*        min-height: 100px;*/
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 370px) {
    .LoginFooter {
/*        background-image: url(../../../Images/Login-2020/carrinho-mobile.png);*/
/*        min-height: 100px;*/
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: flex-end;
    }
}