

@media (min-width: 1012px) {
     .top {
         background-image: url("../images/topbg.jpg") !important;
         background-size:100% 100%;
         background-repeat: no-repeat;
     }
}

.c_input {
    border:none;
    outline-style: none;
    text-indent: 1rem;
}
input::placeholder {
    color: #515151 !important;
    font-size: 14px;
}

.menu {
    background-image: url("../images/menbg.jpg");
    background-size:100% 100%;
    background-repeat: no-repeat;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.m-login:after {
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.m-login {
    height: 18rem;
}

