﻿@media only screen and (max-width: 510px) {
    .modal-login {
        margin-top: 0px !important;
    }
}

.modal-login {
    margin-top: 75px;
}

.two-fields > .field-register {
    width: 48% !important;
}

.padding-field{
    padding-right:3%;
}

.one.fields{
  width: 100% !important;
}

.margin-top-fields{
    margin-top: 10px;
}

.ui.card .content img, .ui.cards > .card .content img {
    display: block;
}

.bottomIcon {
    margin-bottom: 5px !important;
}

.b2Desktop:nth-of-type(odd) {
     border-right: 2px solid white;
}

.b2Desktop:nth-of-type(even) {
     border-left: 2px solid white;
}

.stalands-preefooter {
    margin-top: 12px;
}

@media only screen and (max-width: 767px) {
    div.category-image:nth-of-type(odd) {
        padding-right: 5px !important;
    }
}