@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 700;
}


body {
    font-family: Montserrat;
}

.footer-login {
    width: 100%;
    padding: 32px;
    bottom: 0;
    position: fixed;
}

.body-login {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 0) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='24' viewBox='0 0 88 24'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='autumn' fill='%23a22243' fill-opacity='0.48'%3E%3Cpath d='M10 0l30 15 2 1V2.18A10 10 0 0 0 41.76 0H39.7a8 8 0 0 1 .3 2.18v10.58L14.47 0H10zm31.76 24a10 10 0 0 0-5.29-6.76L4 1 2 0v13.82a10 10 0 0 0 5.53 8.94L10 24h4.47l-6.05-3.02A8 8 0 0 1 4 13.82V3.24l31.58 15.78A8 8 0 0 1 39.7 24h2.06zM78 24l2.47-1.24A10 10 0 0 0 86 13.82V0l-2 1-32.47 16.24A10 10 0 0 0 46.24 24h2.06a8 8 0 0 1 4.12-4.98L84 3.24v10.58a8 8 0 0 1-4.42 7.16L73.53 24H78zm0-24L48 15l-2 1V2.18A10 10 0 0 1 46.24 0h2.06a8 8 0 0 0-.3 2.18v10.58L73.53 0H78z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    letter-spacing: -1px;
}

.img-spf-header {
    display: inline-block;
    margin: 0 auto;
    height: 80px;
    width: auto;
    max-height: 4em;
}

#container-header-margin-top {
    margin-top: 24px;
    margin-bottom: 64px;
}

#container-header-margin-logo {
    margin-top: 128px;
}

@media (max-width: 768px) {
    .footer-login {
        position: relative;
    }
    #login_separator {
        display: none;
    }
    .img-spf-header {
        height: 40px;
    }
    #container-header-margin-logo {
        margin-top: 0px;
    }
    #container-header-margin-top {
        margin-top: 24px;
        margin-bottom: 0px;
    }
}

.version-container {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: none;
}

.version-container * {
    box-sizing: initial;
}

.version-container.version-ui-bubble .version-dialog-container.visible {
    margin: 0 0 -9.5em;
}

.version-container.version-ui-bubble .version-dialog-container {
    width: auto;
    right: auto;
    left: -5em;
}

.version-dialog-container.visible {
    margin-bottom: 3em;
    opacity: 1;
}

.version-dialog-container {
    z-index: 9910;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    margin-bottom: -30em;
}

.version-container.version-ui-bubble .version-dialog {
    margin: 0;
    width: 12em;
    height: 12em;
    border-radius: 100%;
}

.version-dialog {
    z-index: 9980;
    background-color: #333333a3;
    width: 36em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.4em 1.8em;
}

.version-message p {
    color: white;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 16px;
}

.development-color {
    background: #00695C;
}

.testing-color {
    background: #0277BD;
}

.form-control:focus {
    border-color: #0b539482;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(11, 83, 148);
}

.btn-outline-primary {
    background-color: #fff;
    color: #a22243;
    border-color: #a22243;
    letter-spacing: 0.2em;
}

.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #a22243 !important;
    color: #fff !important;
    border-color: #a22243 !important;
    box-shadow: none !important;
}

error_input {
    color: #E53935;
}