
body{
	background-image: url('img/background.png');
	background-size: cover;
}

.dta-container{
	max-width: 350px;
	width: 95%;
    margin-left: 50%;
	transform: translate(-50%);
	margin-top: 40px;
	border-radius: 10px;
	background-color:#f5f5f5;
	border: 2px solid rgb(5, 90, 28);
}

.dta-container label{
	color: rgb(5, 90, 28);
}

.dta-logo-container{
	padding: 5px;
}

.dta-title-container{
	padding: 5px;
}

.dta-title{
	text-align: center;
	width: 100%;
	border-radius: 5px;
	height: 40px;
	padding-top: 5px;
}


.dta-title, #da_btn_send {
	background: rgb(5, 90, 28);
	color: rgb(255, 255, 255);
	border: 1px solid white;
}


.dta-field-container{
	padding: 5px;
}

.dta-field{
	width: 100%;
	height: 50px;
	border-radius: 6px;
	border-style: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

input:focus {
	outline:none;
	background-color: rgb(231, 246, 235);
}

#da_btn_send{
	width: 100%;
	border-radius: 5px;
	height: 50px;
	outline: none;
	border: none;
}

#da_btn_send:hover {
	outline: none;
	border: none;
	background-color: #676b6f;
}
