.swagger-ui .topbar {
    background-color: #2d4054;
}

.swagger-ui .topbar a {
    max-width: none;
}

.swagger-ui .wrapper, .wrapper {
    max-width: 1200px !important;
}

.swagger-ui .auth-wrapper .authorize {
    position: absolute;
    top: 10px;
}

.swagger-ui .auth-wrapper .dialog-ux .btn-done {
    display: none;
}

.swagger-ui .auth-wrapper .dialog-ux .authorize {
    position: initial;
    top: initial;
    background-color: #fff;
    color: #2d4054 !important;
    border-color: #2d4054 !important;
    margin-left: 0;
    border-radius: 0px !important;
}

.swagger-ui .btn.authorize svg {
    fill: #ffffff !important;
}


.swagger-ui .auth-wrapper .authorize {
    color: #fff !important;
    border-color: #ffffff !important;
    border-radius: 100px !important;
}

section .models {
    display: none;
}

.swagger-ui .scheme-container {
    padding: 0px 0;
}

.swagger-ui .info hgroup.main a {
    display: none;
}

footer {
	margin: 60px 0;
}
footer .wrapper {
	margin: auto;
}

footer .img-container {
	display: inline-block;
	width: 30%;
	padding: 0 40px;
	vertical-align: middle;
}

footer .img-container img {
	width: 100%;
}

footer .form-container {
	display: inline-block;
	width: 65%;
	vertical-align: middle;
}

footer .form-container .infos > * {
	margin: 0;
	color: #2d4054;
	font-family: Open Sans;
}
footer .form-container h1 {
	font-size: 40px;
	font-weight: bold;
}
footer .form-container h2 {
	font-size: 28px;
	font-weight: normal;
}

.form {
	margin-top: 40px;
}
.form .form-disclaimer {
	color: white;
	margin: 10px 0;
}

.form legend {
	display: none !important;
}

.form .form-container {
	width: 100%;
	max-width: 300px;
}

.form input:focus,
.form input,
.form select {
	background-color: #ffffff;
	border: solid 1px #2d4054;
	border-radius: 5px;
	padding: 15px 5px 15px 25px;
	font-size: 18px;
	outline: none;
	margin-bottom: 25px;
	width: 100%;
	color: #2d4054;
}

.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form select:invalid {
	color: #666;
}

.form select option:not([disabled]) {
	color: #2d4054;
}

.form .hs-form-field > label > span {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Open Sans;
	font-weight: bold;
}
.form .hs-form-field > label > span:first-child {
	color: #2d4054;
}
.form .hs-form-field > label > span:last-child {
	color: #7ed321;
	margin-left: 5px;
}

.form .hs-error-msgs {
	margin: -24px 0 24px 0;
	padding: 0;
	height: 0;
	list-style-type: none;
}

.form .hs-error-msgs li {
	color: #2d4054;
	font-size: 10px;
	font-weight: bold;
}

.form .hs-error-msgs li:not(:first-child) {
	display: none;
}

.form .hs_submit {
	text-align: center;
}

.form input[type="submit"] {
	border-radius: 20px;
	background-color: #2d4054;
	color: #fff;
	width: auto;
	font-weight: bold;
	border: 0;
	padding: 15px 70px;
	cursor: pointer;
}

.form .submitted-message {
	font-size: 30px;
	font-family: 'Open Sans';
	color: #2d4054;
	font-weight: bold;
}
