@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600&display=swap');
.form-group {
    display: flex;
    flex-flow: row wrap;
}

input {
    display: block;
    width: 100%;
}

label,
select {
    display: block;
    width: 100%;
    max-width: 100%;
}

.form-group {
    display: flex;
    flex-flow: row wrap;
}

.form-main {
    padding: 20px 0 0;
    flex: 1;
}

.form-caption h4 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 34px;
    text-align: right;
    color: #172e40;
    line-height: 52px;
    padding-right: 18px;
    position: relative;
    margin: 0;
}

.form-caption h4:before {
    width: 3.01px;
    height: 100%;
    background: #172e40;
    position: absolute;
    content: '';
    right: 0;
}

.form-caption p {
    font-family: 'Titillium Web', sans-serif;
    padding-right: 18px;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    color: #172e40;
}

.custom-form {
    max-width: 536px;
    margin: 0 auto;
}

label {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #013266;
    margin: 0 0 2px;
    max-width: 100%;
    width: 100%;
}

.form-control {
    height: 50px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #013266;
    max-width: 100%;
}

.form-control:focus {
    box-shadow: none;
}

.form-group {
    margin-bottom: 11px;
}

.checkbox-style,
.radio-style {
    opacity: 0;
    position: absolute;
}

.checkbox-style,
.radio-style,
.checkbox-style-1-label {
    display: inline-block;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    color: #013266;
    margin: 0;
}

.checkbox-style-1-label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #013266;
    top: -2px;
    position: relative;
}

.checkbox-style:checked+.checkbox-style-1-label:before {
    content: "\2713";
    background: #013266;
    color: #fff;
}

.custom-form h4 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-decoration: underline;
    font-size: 12px;
    text-align: left;
    color: #013266;
    margin-bottom: 8px;
}

.checkbox-field {
    margin-bottom: 8px;
}

.btn {
    border-radius: 4px;
    background: #0e1113;
    padding: 12px 19px;
    min-width: 122px;
}

.cta-primary {
    color: #fff;
}

.cta-primary:hover {
    color: #fff;
}

.checkbox-style-1-label a {
    color: #0e1113;
    text-decoration: underline;
}

.container-fluid {
    max-width: 1310px;
}

.form-otp {
    padding: 194px 0 106px;
}

.form-otp p.note {
    font-family: "Titillium Web";
    font-weight: normal;
    font-size: 12px;
    padding: 9px;
    color: #172e40;
}

.cta-link {
    font-family: "Titillium Web";
    font-weight: 600;
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    color: #0e1113;
    margin-top: 19px;
}

.cta-link:hover {
    color: #0e1113;
}

.message img {
    margin-bottom: 30px;
}

.message p {
    font-family: "Titillium Web";
    font-weight: 600;
    font-size: 28px;
}

.success.message p {
    color: #74b65f;
}

.message a {
    font-family: "Titillium Web";
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
    text-align: left;
    color: #172e40;
}

.text_info {
    margin: 10px 0 0px;
}

p.text_info {
    font-family: "Titillium Web";
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #172e40;
}

p.text_info a {
    color: #172e40;
    font-weight: 700;
}

p.text_info a:hover {
    text-decoration: none;
    color: #172e40;
}

.failed p {
    color: #d24943;
}

footer .row {
    align-items: flex-end;
}

footer a {
    margin: 0;
    font-family: "Titillium Web";
    font-weight: 600;
    font-size: 11px;
    text-align: left;
    color: #0e1113;
    padding-bottom: 34px;
    display: inline-block;
}

footer a:hover {
    color: #0e1113;
}

.footer {
    position: relative;
}

.footer:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 22px;
    border-radius: 10px 10px 0px 0px;
    background: #0e1113;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.topbar {
    height: 40px;
    border-radius: 0px 0px 10px 10px;
    background: #0e1113;
}