﻿
.dvBackground2FA, .dvBackground2FA2 {
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

    .dvBackground2FA.transparente, .dvBackground2FA2.transparente {
        opacity: 0;
    }

.dvBackground2FA {
    background-image: url("../img/img_login/fundo1.jpg");
}

.dvBackground2FA2 {
    background-image: url("../img/img_login/fundo2.jpg");
}

html, body, form {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.imgLogin {
    height: 70px;
}

.flex {
    display: flex;
}

.flexCenter {
    align-items: center;
    justify-content: center;
}

.cssDv2FAPage {
    position: relative;
    width: 100%;
    max-width: 450px;
    /*padding: 20px;*/
}

.divMensagemError {
    position: absolute;
    width: 100%;
}

.dv2FA {
    background-color: rgba(128,128,128, 0.5);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.css2FATemplate {
    font-family: Verdana;
    font-size: 12px;
    /*color: white;*/
}

.divIconInput {
    position: relative;
    margin-bottom: 5px;
}

.iconInput {
    position: absolute;
    right: 5px;
    top: 0;
    padding: 7px 0px;
    line-height: 1.428571429;
    color: #909090;
}

.divAction2FA{    
    margin-top: 15px;    
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.divAction2FASemTemporizador{    
    margin-top: 15px;    
    align-items: center;
}

.divTemporizador2FA {
    display: flex;       
    font-size: 20px;    
    font-weight: 200;
}

.divBotoes2FA{
    display: flex;
    justify-content: flex-end;
}

.divBotoes2FASemTemporizador{
    display: flex;
    justify-content: flex-end;
}

.dvPowered {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 12px;
}

.imgPowered {
    margin-left: 5px;
    max-height: 17px;
}

.header {
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC;
}

.alert2FA {
    z-index: 1001;
    margin: auto;
    left: 0;
    right: 0;
}

    .alert2FA li {
        list-style: none;
    }

        .alert2FA li:before, .alert2FA > #lblMessage:before {
            font-family: 'FontAwesome';
            content: '\f071';
            margin-right: 5px;
        }

#vs2FA > ul {
    padding: 0px;
    margin-bottom: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    outline: thin dotted #333;
}

.cssBtnVerificarCodigo{
    margin-left: 10px;
}

.cssLblMsgErro {
    padding: 15px;
    display: none;
}

.cssVs2FA{
    padding: 15px;
}

[v-cloak] { display: none; }