body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 14px;
}

.container {
    border: 15px solid #008ecc;
    margin: 85px auto;
    padding: 85px;
    max-width: 660px;
}

.container form {
    width: 100%;
}

.container form table {
    width: 100%;
}

.container .msg_notice {
    background: #E5F1CB;
    color: #000;
    display: block;
    padding: 10px;
    width: 100%;
	margin-bottom: 50px;
}

.container form input[type="text"], 
.container form input[type="email"] {
    border: 2px solid #d6d6d6;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 15px 10px;
    width: 100%;
}

.container form input[type="text"]:focus, 
.container form input[type="email"]:focus {
    border: 2px solid #008ECC;
	outline: none;
}

.container .logo {
    margin-bottom: 74px;
    text-align: center;
}

.container form table tr.last {
    text-align: center;
}


.container form table tr.last input[type="submit"] {
    background: #008ecc;
    border: 0 none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: 70px;
    padding: 15px 0;
    width: 240px;
	font-family: verdana;
	cursor: pointer;
	transition: 0.2s;
}

.container form table tr.last input[type="submit"]:hover {
    background: #1ca3df;
	transition: 0.2s;
}

.container form table tr.last input[type="submit"].disabledButton {
    background: #F03F3F;
	cursor: no-drop;
}

.container form table tr.last input[type="submit"].disabledButton:hover {
    background: rgba(240,63,63,0.8);
}

span.fields {
    display: none;
    margin-left: 100px;
}

span.destination {
    display: none;
    margin-left: 100px;
}

tr td p {
	margin: 0px;
}

.data_protection {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

@media only screen and (max-width: 521px) {
	.container .logo img {
		width: 100%;
	}	
}