﻿.dvBackgroundLogin, .dvBackgroundLogin2 {
    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;	
}



.dvBackgroundLogin.transparente, .dvBackgroundLogin2.transparente
{
	opacity: 0;
}

.dvBackgroundLogin 
{
	background-image: url("../img/img_login/fundo1.jpg");
}

.dvBackgroundLogin2 {
	background-image: url("../img/img_login/fundo2.jpg");
}

	
.imgLoginBackground {
  -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;
}

.imgLoginBackground {
	opacity:0;
}	


html, body, form {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.img2FA {
    height: 70px;
}

.flex {
    display: flex;
}

.flexCenter {
    align-items: center;
    justify-content: center;
}

#dvLoginPage {
    position: relative;
    width: 100%;
    max-width: 450px;
}

.divMensagemError {
    position: absolute;
    width: 100%;
}

.dvLogin {
    background-color: rgba(128,128,128, 0.5);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.cssTitleLogin {
    font-family: Verdana;
    font-size: 18px;
    color: white;
}

.divIconInput {
    position: relative;
    margin-bottom: 5px;
}

.iconInput {
    position: absolute;
    right: 5px;
    top: 0;
    padding: 7px 0px;
    line-height: 1.428571429;
    color: #909090;
}

.divActionLogin {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 15px;
    align-items: flex-end;
    margin-left: 5px;
}

.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;
}

.alertsenha {
    z-index: 1001;
    margin: auto;
    left: 0;
    right: 0;
}

    .alertsenha li {
        list-style: none;
    }

        .alertsenha li:before, .alertsenha > #lblMessage:before {
            font-family: 'FontAwesome';
            content: '\f071';
            margin-right: 5px;
        }

#vsLogon > 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;
}

.pstrength-bar{
    border: 0px !important;
}

.pstrength-info {    
    background-color: white !important;
}

.pstrength-info > span {    
    color: black !important;
}