﻿html,
body {
    position: relative;
    min-height: 100vh;
}

#footer {
    padding-top: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.navbar-custom {
    background-color: #031ED1 !important;
}
.buttons-small {
    padding: 6px !important;
}
/*
html, body {
    margin: 0 auto;
    font-family: Segoe UI,SegoeUI,Segoe WP,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
    height: 100%;
}

.content {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    min-height: 100%;
    overflow: hidden;
}

.content__background-image {
    z-index: -1;
    opacity: 0.1;
    width: 50%;
    height: 100%;
    position: absolute;
}

.content__background-image--left {
    left: -25%;
}

.content__background-image--right {
    right: -25%;
}

.content__image {
    width: 16rem;
    padding-top: 15vh;
}

.content__text {
    margin-top: 2rem;
    align-items: center;
    display: flex;
    flex-direction: column;
}

    .content__text h3 {
        margin-bottom: 0;
    }

.content__links-list {
    padding: 0;
}

.content__links-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 1rem;
}

    .content__links-list li a {
        color: #337ab7;
    }

*/
.form-clear {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    bottom: 23px;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 20px;
    margin-left: -24px;
    width: 24px;
    z-index: 10;
}

.form-clear-header {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    bottom: 7px;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 5px;
    margin-left: -24px;
    width: 24px;
    z-index: 10;
}

.form-clear-group {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    /*bottom: 8px;*/
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: relative;
    right: 4px; /*calc(100% + 3px);*/
    margin-left: -24px;
    width: 24px;
    z-index: 10;
    top: 7px;
}