@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: top;
    background-repeat: no-repeat;
    background-size:contain ;
    width: 94vw;
    background-image: url('../img/bg.png'); 
    margin-left:3%;
    margin-top:5%;
}
.card-lmd {
    border-radius: 1.25rem;
    /*background: linear-gradient(to right, rgba(0,26,255, 0.4), rgba(80, 90, 190, 0.5))*/
    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;
}