h1 {
    color: #236b84;
}
.h1-en {   
     color: #236b84;
}
.blue-btn {
    background: #143f62!important;
    white-space: normal!important;   
}
button.normal-btn {
    white-space: normal;

}
.btn.clickButton.blue-btn:hover {
    color: #fff;
    background: #143f62!important;
}
#loading {
    background-color: #143f62!important;
}

/*==== overwrite form.css ====*/
.reload-btn {
	font-size: 1.3em;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #fff;
	background: #143f62;
	width: 42px;
	height: 42px;
	padding: 8px;
	text-decoration: none !important;
	text-align: center;
	margin-bottom: 15px;
}
.reload-btn:hover {
	background: #143f62;
	text-decoration: none !important;
}


a {
    color: #143f62;
    text-decoration: none;
}

a:hover, a:focus {
    color: #143f62;
}

h2 {
	color:#143f62;
}

.btn-primary {
    background-color: #143f62;
    color: #fff !important;
    border-radius: 5px!important;
    border: 0px;
}

.formDescription-date {
    color: #143f62;
    margin: 0px 20px 0px 20px;
    font-weight: bold;
    font-size: 1.2em;
}

.bulebold {
    color: #143f62;
    font-weight: bold;
}

#formDesc {
	color:#000;
	background:#f5f5f5;
	width:100%;
	padding-bottom:15px;
}

button.normal-btn:hover, button.normal-btn:focus {
    color: #ffffff!important;
}

li a {
    text-decoration: underline;
}

li a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
	.terms-onlyone {margin:0px;}
	
	
}