body {
    font-family: 'Montserrat';
}

.my-svg-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
}

.my-footer {
    background-color: #00216d;
    padding-bottom: 100px;
    position: relative;
}

.my-footer-pattern {
    background-image: url('../assets/logo-pattern.svg');
    background-repeat: repeat-x;
    background-position: bottom right;
    position: absolute;
    bottom: 30px;
    height: 100px;
    width: calc(100% - 300px);
    z-index: 0;
}

.my-footer-pattern-end {
    background-image: url('../assets/logo-pattern-end.svg');
    width: 80px;
    position: absolute;
    bottom: 30px;
    right: 224px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
}

.my-footer-pattern-logo {
    position: absolute;
    right: 1rem;
    bottom: 30px;
    z-index: 0;
}

.my-footer-inner {
    z-index: 1;
    position: relative;
}

.my-page-main-title {
    background-color: #86d2ed;
    color: #00216d;
}

.my-page-main-title h2 {
    font-weight: 700;
}

main h1 {
    color: #86d2ed;
    margin-bottom: 2rem;
}

.logo,
.sub-logo {
    max-width: 50%;
    height: auto;
    object-fit: scale-down;
}

a.my-active {
    text-decoration: underline;
}

body.my-page-in-app {
    background-color: #eef9fd;
    color: #0c2074;
}

.my-main-image .img-fluid {
    max-width: 200px;
    max-height: 200px;
}

#my-primary-form label.form-label {
    font-weight: bold;
}