﻿@media screen and (min-width: 315px) and (max-width: 430px ) {
    .Mlogin {
        position: relative;
        background: #8dc63f;
        font-size: 12px;
        line-height: 29px;
        border-radius: 6px;
        color: #ffffff;
        border: 1px solid #8dc63f;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        padding: 0 10px;
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }

    

    .theme_menu .right-column {
        right: 70px;
        top: 41px;
    }
    .banner_r {
        background-size: contain !important; /* Shows the full image */
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .inner-banner .box{
        height:65px!important;
    }
}
@media screen and (min-width: 740px) and (max-width: 840px ) {
    .Mlogin {
        position: relative;
        background: #8dc63f;
        font-size: 14px;
        line-height: 38px;
        border-radius: 6px;
        color: #ffffff;
        border: 1px solid #8dc63f;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        padding: 0 20px;
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }



    .theme_menu .right-column {
        right: 105px;
        top: 26px;
    }
}
