body {
	margin: 0;
	padding: 15px;
    background-color:#efefef;
    font-family: Quicksand, Helvetica, Verdana, sans-serif;
}

a {
	text-decoration: none !important;
}

.main {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 15px;
}

.logo {
    margin-bottom: -20px;
}

#root {
    min-height: 90vh;
    padding-bottom: 0;
    margin-bottom: 30px;
}

#root h1 {
    font-size: 2.1rem;
    font-weight: bold;
}

#root h4 {
    font-size: 1.9rem;
    font-weight: bold;
}

#root h5 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: auto;
}

#root > div {
    background: #fff;
}

#root > div:nth-child(1) {
    background-color:rgb(0, 153, 153);
    color: #fff;
}

#root > div:nth-child(2) {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#root > div:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

body .btn-primary {
    background-color:rgb(0, 153, 153) !important;
    color: #fff !important;
    border-color: #fff !important;
}

body .btn-primary:hover {
    background-color:#171a82 !important;
}

#root > div:nth-child(4) .container .col-md-7 {
    max-width: 100% !important;
    flex: 1 !important;
}

#root > div:nth-child(4) .container .col-md-5 {
    display: none;
}

footer {
    background: transparent;
    color: #333;
    display: none;
}

.footer-logo {
    background: no-repeat url("/jobs/static/logo-powered-by-cb-light.png") right center;
    background-size: contain;
    height: 25px;
    width: 100%;
    margin: 15px 0;
}