@import url('https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/css/gotham-rounded.min.css');
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    outline: none!important;
}

body {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    background-color: #094a81;
    font-weight: 500;
    background-image: url(../img/bg.png);
    color: #fff;
    background-size: cover;
    background-position: center;
    line-height: 25px;
}

button, input, select, textarea {
    /*font-family: 'Gotham', sans-serif;*/
    outline: none!important;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

button:focus, input:focus, textarea:focus {
    outline: none;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 30px;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    width: auto;
    height: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

a {
    text-decoration: none;
    transition: .3s;
    color: #fff;
}

button:focus, textarea:focus, input:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 15px 0;
    font-weight: 600;
    line-height: 1.2;
    transition: .3s;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.container {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

label {
    display: block;
    font-size: 15px;
    margin-bottom: 13px;
    font-weight: 500;
    /* text-transform: capitalize;*/
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select, .select2-container--default .select2-selection--single {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    font-weight: 500;
    border-radius: 8px;
    border: 2px solid #043e72;
    transition: .3s;
    margin: 0;
    max-width: 320px;
    box-shadow: 0px 0px 0px 2px #fff;
    color: #043e72;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }

button, .button, input[type="submit"], .inputfile + label span {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    background: #009fe2;
    border: 2px solid #02222f;
    color: #fff;
    border-radius: 50px;
    transition: .3s;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0px 0px 0px 2px #009fe2;
    cursor: pointer;
    height: 30px;
    line-height: 35px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button:hover, .button:hover, input[type="submit"]:hover, .inputfile:focus + label span, .inputfile + label:hover span {
    box-shadow: 0px 0px 0px 2px #1d73b6;
    background: #1d73b6;
}

.formInput {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

.formInput:last-child {
    margin-bottom: 0;
}

.formInput:last-child {
    margin-bottom: 0;
}

.formItem {
    width: 100%;
    flex: 1;
    position: relative;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label img {
    height: 40px;
}
.jobForm {
    background-size: cover;
    padding: 45px;
    box-shadow: 0px 0px 20px 8px #00000021;
    position: relative;
}

.jobForm img.logo {
    height: 40px;
}

.jobForm h3.heading {
    font-size: 24px;
    margin-bottom: 50px;
}

.jobForm .bottomLogo {
    position: absolute;
    right: 50px;
    bottom: 25px;
    width: 110px;
}

@media (max-width: 800px) {
    .container {
        max-width: 100%;
        padding: 0;
    }

    .jobForm {
        background-size:cover;
        background-position: top;
        padding: 25px;
    }
}

@media (max-width: 420px) {
    .jobForm .bottomLogo {
        position: initial;
        display: block;
        margin: 0 auto;
        margin-top: 35px;
    }
}

@supports (-webkit-touch-callout: none) {
    button, .button, input[type="submit"], .inputfile + label span {
        line-height: 35px;
    }
}
