﻿/*navbar*/

/*login page*/
.login-card {
    border: 1px solid #ced4da;
    margin-top: 30px;
    border-radius: 4px;
}
/*buttons*/
.btn-default {
    border-color: transparent !important;
}

.btn-indsoft {
    color: #555555;
    background: #f5f5f5;
    border: none;
}

/*.footer {
    bottom: -40px;
}*/
@media only screen and (max-width: 600px) {
    .navbar {
        background-size: cover;
        background-image: url(https://se.floresticluj.ro/cmsSE/media/floresti_bg.JPG);
        background-position-x: center;
    }
     .login-card {
        margin-top: 10px;
    }
    .navbar-light .navbar-toggler {
        display: none;
    }
    .navbar div.dropdown.col-md-2 {
        display: none;
    }
    .navbar div.col-md-1 {
        display: none;
    }
    .mobilpay {
        width: 50% !important;
    }
}