@import url('fonts.css');
body, html, a, p{

}

body, html {  height: 100%; }
.gradient-custom-3 {
    background: #001aff;
    background: -webkit-linear-gradient(to right, rgba(0,26,255, 0.4), rgba(80, 90, 190, 0.5));
    background: linear-gradient(to right, rgba(0,26,255, 0.4), rgba(80, 90, 190, 0.5))
}
.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover  ;
    width: 100vw;
    height: 100vh;
    background-image: url('../img/bg.jpg')
}
.card-lmd{
    border-radius: 1.25rem;
    background-color: rgba(255, 255, 255, 0.9);
}
label.form-check-label,
label.form-label{
    font-size: .75rem !important;

    font-family: 'Conv_bpg_algeti';
    letter-spacing: normal !important; ;

}
a, a:hover, a:focus, a:active {
    color: #001aff;
    text-decoration: none;
}
.geo{
    font-family: 'Conv_bpg_mrgvlovani_caps_2010';
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
}

button.geo{
    margin: 0 .1rem;
    font-size: .75rem !important;
    font-weight: normal  !important;
}