html, body {
	height: 100%;
	}

#conteiner {
	min-height: 100%;

	}

* html #conteiner {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}
/*  Default layout */
* {

	margin: 0px;
	padding: 0px;
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	color: #165B7C;
	font-size: 12px;
        min-height: 100%;


	}

.img-left {
	height: 100vh;
}

.container-flex {
	display: flex;
	flex-direction: row;
}

.container-right {
	margin-top: 5rem;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	
}

.container-left {
	position: relative;
}


#conteiner {
	min-height: 100%;
        height: 100%;


	}
#spaco_top {
	height: 50px;

	}
#conteiner_login {

	width: 414px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 7px;
	border: 1px solid #E8E8E8;
        -moz-border-radius: 0px;
       -webkit-border-radius: 0px;

        border-radius: 0px;
	box-shadow: #00000011 2px 2px 10px 4px;
	}
#header_login {
	height: 72px;
	background-image: url(../img/bg_heade_login.png);
	background-repeat: repeat-x;
	}
#logo {
	background-image: url(../img/header_logo.png);
	background-repeat: no-repeat;
	height: 72px;
        -moz-border-radius: 0px 0px 0px 0px;
       -webkit-border-radius: 0px 0px 0px 0px;

        border-radius: 0px 0px 0px 0px;
	}
#login {
	height: 280px;
	border: 1px solid #85CAEA;
	background-color: #DFF2F9;
        -moz-border-radius: 0px;
       -webkit-border-radius: 0px;

        border-radius: 0px;
	}
#login-cadastro {
	height: 300px;
	border: 1px solid #85CAEA;
	background-color: #DFF2F9;
        -moz-border-radius: 0px;
       -webkit-border-radius: 0px;

        border-radius: 0px;
	}
#conteiner_content {
	height: 190px;
	background-color: #DFF2F9;
	background-repeat: repeat-x;
	}
#content {
	height: 190px;
	background-repeat: no-repeat;
	background-position: 100px;
	}
.rodape {
  margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
  /*background-image: url(../img/curso_protocolo.png);*/
	/*background-repeat: no-repeat;*/
  /*background-position: center;*/
	}

/*  Action Index  */

.login_msn {
	padding-top: 10px;
	height: 18px;
        color: #900;
        font-weight: bold;

	}
#login_form {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: left;
	}
#login_texto {
	float: right;
	width: 165px;
	text-align: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
        color: #165B7C;
}
label {
	display: block;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	}
.input {
	width: 160px;
	border: 1px solid #85CAEA;
	height: 18px;
	font-size: 11px;
	color: #333;
	padding-left: 4px;
	padding-top: 2px;
	}

.botao {
    margin-top: 10px;
    background:#269CD5 !important;
    border: 1px solid #1F7DAB;
    color:#fff;
    padding: 4px 8px 4px 8px;
    box-shadow:none !important;
}
.botao:hover {
    background:#248FC4 !important;

}
.erro {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 15px;
	color: #333;
	background-color: #FFA6A6;
	border: 1px solid #900;
	font-weight: bold;
	padding: 5px;



	}
.link_login:link, .link_login:active, .link_login:visited, .link_login:hover{

	color: #165B7C;
	font-size: 12px;

	}
#form {

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: left;

	}
.input_cpf {
        width:140px;
	border: 1px solid #269CD5;
	height: 18px;
	font-size: 11px;
	color: #333;
	padding-left: 4px;
	padding-top: 2px;

	}
.input_mat {
        width:140px;
	border: 1px solid #269CD5;
	height: 18px;
	font-size: 11px;
	color: #333;
	padding-left: 4px;
	padding-top: 2px;

	}
.input_pass {
        width:140px;
	border: 1px solid #269CD5;
	height: 18px;
	font-size: 11px;
	color: #333;
	padding-left: 4px;
	padding-top: 2px;

	}
.input_data_nasc {
        width:140px;
	border: 1px solid #269CD5;
	height: 18px;
	font-size: 11px;
	color: #333;
	padding-left: 4px;
	padding-top: 2px;

	}
.input_email{
	width:200px;
	border: 1px solid #269CD5;
	height: 18px;
	font-size: 11px;
	color: #333;
	padding-left: 4px;
	padding-top: 2px;

	}
.link {
        text-align: left;
        margin-left: 40px;
        margin-bottom: 3px;
}

.title-login {
    text-align: left;
    margin: 0px 20px 10px 20px;
    padding-top: 5px;
    padding-bottom: 3px;
    border-bottom:  1px solid  #165B7C;
}
