/* - TYPHOGRAPHY - */
body {
    background: #ffffff;
    color: #333333;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:active,
a:target,
a:focus,
a:focus-within {
    text-decoration: none;
    background-color: transparent;
    color: #295280;
}

a:focus,
.btn:focus {
    outline: none;
    border-width: 0;
}

a div {
    backface-visibility: hidden;
}

h1,
.h1 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

h2,
.h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}

h3,
.h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}

h4,
.h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
}

h5,
.h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}

h6,
.h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
}

input::placeholder {
    color: #4a4b5c;
}

input[data-validation-id] {
    position:relative;
}

/* - LABEL - */
label,
label a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #666666;
}

label a {
    margin-left: 3px;
    color: #1E1E1E;
}

label a:hover {
    text-decoration: underline;
}

.subtitle {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
}