@charset "UTF-8";

#container_boas_vindas{
	width: calc(100%);
	height: 100%;
	float: left;
	background: #DDB987;
}

#container_logo{
	width: 100%;
	text-align: center;
	margin-top: 120px;
}

#container_logo img{
    width: 45%;
}

#texto_boas_vindas{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}

#container_login{
    width: 100%;
    float: left;
    margin-top: 60px;
    padding: 0 40px;
}

.container_ipt_login{
    width: 100%;
    margin-bottom: 25px;
}

.title_login{
    font-size: 16px;
    margin-bottom: 3px;
	padding-left: 15px;
    float: left;
}

.ipt_login{
    width: 100%;
    height: 45px;
    border-radius: 32px;
    padding-left: 16px;
    font-size: 18px;
}

.ipt_login:focus{
	outline: 2px solid #5eb2dd;
	box-shadow: 0px 0px 2px 1px rgb(102 216 255);
    -webkit-box-shadow: 0px 0px 2px 1px rgb(102 216 255);
    -moz-box-shadow: 0px 0px 2px 1px rgb(102 216 255);
}

.btn_login{
	width: 160px;
	height: 45px;
	float: right;
	border-radius: 32px;
	font-size: 18px;
	cursor: pointer;
	background: #c19353;
	color: #ffffff;
	margin-top: 10px;
}

.btn_login:hover{
    background: #976d34;
}

.contorno_red{
	outline: 2px solid red !important;
}

#container_boas_vindas_dash{
    width: calc(100% - 90px);
    height: 100%;
    float: left;
    background: #DDB987;
}

#container_logo_dash{
	width: 100%;
	text-align: center;
	margin-top: 220px;
}

#container_logo_dash img{
	width: 320px;
}

#texto_boas_vindas_dash{
	width: 100%;
	float: left;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

@media only screen and (min-width: 600px) {

	#container_logo img{
		width: 300px;
	}

	#texto_boas_vindas{
		font-size: 16px;
	}

	#container_login{
		width: 220px;
		float: initial;
		margin: 100px auto 0 auto;
		padding: 0;
	}

	.container_ipt_login{
		margin-bottom: 15px;
	}

	.title_login{
		font-size: 12px;
		padding-left: 10px;
	}

	.ipt_login{
		height: 35px;
		font-size: 15px;
	}

	.btn_login{
		width: 120px;
		height: 36px;
		font-size: 15px;
	}

	#container_boas_vindas_dash{
		width: calc(100% - 90px);
		height: 100%;
		float: left;
		background: #DDB987;
	}

	#container_logo_dash{
		width: 100%;
		text-align: center;
		margin-top: 220px;
	}

	#container_logo_dash img{
		width: 320px;
	}

	#texto_boas_vindas_dash{
		width: 100%;
		float: left;
		font-size: 16px;
		text-align: center;
		margin-top: 20px;
	}
}

