﻿html, body {
    font-weight: 400;
    margin-bottom: 0;
}

.first-column {
    align-content: center;
}

.second-column {
    background-image: url(../images/landing-3.jpg);
    background-size: cover;
    background-position: right;
    opacity: 0.85;
}

.col-lg-6 {
    padding: 0;
    height: 100%;
}

.logintypes-wrap {
    /*max-width: 700px;
    margin: 0 auto;*/
}

.inline-list {
    float: left;
}

.card {
    display: inline-block;
    margin: 10px 5px;
}
    .card .card-body {
        width: 300px;
        
    }

       


.col-lg-12 {
    padding: 0;
    height: 100%;
}

.row {
    justify-content: center;
    margin: 0;
}

.landing-typography-wrap {
    justify-content: center;
    align-items: flex-end;
}
h1.landing-typography {
    justify-content: center;
    align-items: flex-end;
    font-size: 3rem;
}

.slika {
    max-width: 250px;
}

.language, .language a {
    color: #a9aab1;
}

.dobrodosli {
    color: #a9aab1;
    max-width: 100%;
    font-size: 1.1rem;
    align-items: flex-start;
    padding-top: 2%;
    height: 10%;
}
.alert {
    margin: 0;
    border-radius: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.9;
    text-align: center;
}

.pleterBackground {
    background: url(../images/pleterPozadinaOpacity15.png);
}

/* GUMBI */

.btn-outline-danger {
    color: white !important;
    background-color: #CC4E51 !important;
    width: 180px;
    height: 50px;
    border-radius: 0.4rem;
    border: 1px solid #D71920 !important;
    margin-right: 20px;
}

    .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:active:focus, .btn-outline-danger.active {
        border-color: #CC4E51 !important;
        background-color: #CC4E51 !important;
        color: white !important;
    }

    .btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        background-color: #CC4E51 !important;
    }

.btn-outline-dark {
    color: #575a5e !important;
    border-color: #575a6e !important;
    width: 180px;
    height: 50px;
    border-radius: 0.4rem;
    border: 1px solid #575a5e !important;
    margin-left: 20px;
    background-color: white !important;
}
.btn-outline-dark:hover {
    background-color: white !important;
}

button {
    font-weight: 500 !important;
}

.btn {
    text-transform: none;
    font-size: 1rem;
    padding: 0 !important;
}

.feeter {
    align-items: flex-end;
    padding-bottom: 2%;
    justify-content: space-evenly;
    font-size: 0.9rem !important;
}

.feeter2 {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.landing-text {
    padding: 0 5rem;
}

/* RESIZE */

@media (max-width: 1400px) {
    .landing-text {
        padding: 0 2.5rem;
    }
}

@media (max-width: 1199px) {
    div.second-column {
        display: none;
    }
}

@media (max-width: 576px) {

    .dobrodosli {
        text-align: center;
    }

    .btn-outline-danger {
        margin-right: 5px;
    }

    .btn-outline-dark {
        margin-right: 5px;
    }

    .row {
        margin: 0;
    }

    .feeter {
        font-size: 0.8rem !important;
        padding-bottom: 20px !important;
    }

    .landing-text {
        padding: 0 1rem;
    }
}

@media (max-width: 420px) {
    .btn {
        margin: 10px;
    }
}

