@charset "utf-8";
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
	/*background-color: #E5E5E5;*/
    background-image: linear-gradient(to right top, #d65db1, #ed639d, #fa718b, #ff827b, #ff9671);
}    
body img { border:none; }
p { margin: 0; padding: 0; }
input, textarea, select { outline: none; }
a, button { text-decoration: none; outline: none; }
address { font-style: normal; }
/*===============================================================================================================================*/
.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}
 
.clearfix:after {
   clear: both;
}
 
.clearfix {
   *zoom: 1;
}
*, *:before, *:after{ 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
} 

/*===============================================================================================================================*/

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

/*================== Estrutura ==================================================================================================*/
.caixa{
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 0 20px;
}

.qd-log{
    margin: auto;
    width: 500px;
    display: flex;
    border: 1px solid #DBDBDB;
    background-color: #EDEFEE;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
       -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);    
}

.caixa-log{
    float: left;
    width: 100%;
    padding: 20px;
    position: relative;
}

.cx-txt-painel{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #97002D;
}

.txt-painel{
	float: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    padding: 0 20px;
    margin-top: 35px;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.txt-painel-lin{
    float: left;
    width: 46%;
    height: 3px;
    margin-left: 27%;
    margin-top: 17px;
    position: relative;
    background-color: #FFFFFF;
}

.txt-painel-linha{
    float: left;
    width: 46%;
    height: 5px;
    margin-left: 27%;
    margin-top: 8px;
    margin-bottom: 30px;
    position: relative;
    background-color: #FFFFFF;
}

.logocli{
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.logocli img{
    width: 100%;
    max-width: 275px;
}

.acessa{
	float: left;
    width: 100%;
    display: block;
    position: relative;
}

.reset{
	float: left;
    width: 100%;
    display: none;
    position: relative;
}

.txt-bem-vindos{
	float: left;
    width: 100%;
    color: #888888;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.txt-instrucoes{
	float: left;
    width: 100%;
    color: #888888;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.forlog{
	float: left;
    width: 100%;
    position: relative;
}

.forlog ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: auto;
    list-style: none;
}

.dad{
	float: left;
	width: 100%;
    display: flex;
    align-items: center; 
	margin-top: 20px;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
}

.dado{
    /*width: 100%;*/
    flex-grow: 1;
	padding: 0 5px;
	overflow: hidden;
}

.forlog label{
	float: left;
	color: #A2A0A0;
	font-size: 13px;
	display: block;
	text-align: left;
    text-indent: 10px;
    font-weight: 400;
    margin-right: 5px;
    letter-spacing: 1px;
	text-shadow: 0px 0px 0px #444444;
	font-family: 'Open Sans', sans-serif;
}


.logicon{
    margin-right: 5px;
    font-size: 16px;
}

.forlog ul li input{
	float: left;
	color: #E03927;
	font-size: 13px;
    border: none;
    background: none;
	font-family: 'Open Sans', sans-serif;
}

.forlog ul li input{
	width: 100%;
	height: 45px;
}

.logar {
    float: left;
    width: 100%;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    background-color: rgba(0 ,0 ,0, 1);
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.logar:hover {
    background-color: rgba(0 ,0 ,0, 0.8);
}

.esqueceu a{
    float: left;
    width: 100%;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    background-color: rgba(151 ,0 ,45, 1);
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.esqueceu a:hover {
    background-color: rgba(151 ,0 ,45, 0.8);
}
/*================== Mídias ==================================================================================================*/
@media screen and (max-width: 500px) {
    .qd-log{
        width: 100%;
    }
}
