.logo img {
	height: 60px;
	text-align: center;
}
.logo {
	text-align: center;
}

.title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
}

.position {
    margin-bottom: 10px;
}

.content {
	min-height: calc(100vh - 45px);
	font-family: "Roboto", sans-serif;
}

.header {
    border-bottom: 5px solid #dbdbdb;
    background-color: #024d86;
    color: white;
}

.footer {
    padding-top: 10px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background-color: #024d86;
    color: #FFF;
    padding-bottom: 10px;
}

form label {
	text-transform: uppercase;
}

.btn-primary {
    background-color: #0d66a9;
    border-color: #0d66a9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0e93f7;
    border-color: #0e93f7;
}

.form-check-input:checked {
    background-color: #003812;
    border-color: #003812;
}

.hr-lrg {
	height: 5px!important;
    background-color: #024d86;
    opacity: 1;
	
}

.spa {
	display: none;
	
}

.language {
    text-decoration: underline;
    text-decoration-color: #024d86;
    cursor: pointer;
}

textarea {
	font-family: sans-serif;
	font-size: 12px;
}

.thank-you {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
}

.submitting {
	display: none;
	
}