@media only screen and (max-width:1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }



}

@media only screen and (max-width: 979px) {
    .container {
        width: 93%;
        margin: 0 3%;
    }
section.top_header_content{width: 100%;float: left;text-align: center;background:url(../img/bg.png) no-repeat top center !important;height:auto !important;background-size:cover !important;padding:90px 0px !important;}

.middle_content{width:692px;display:inline-block;background:#eef2cb;height:auto !important;border-top-right-radius:50px;border-top-left-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;-webkit-box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.75);
box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.75);}

.middle_left_pic{width:100%;float:left;height:auto !important;}

.middle_left_pic img{width:100%;
}

.middle_left_pic_radius{border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top-left-radius:50px;border-top-right-radius:50px;}

.member_login {width: 100%;float: left;padding-top: 70px;
padding-bottom:90px;text-align: center;}

.member_login a {float:left;width:100%;text-align:center;font-size: 11px;
color: #6c6c6c;margin-right:0px;}
  
}

@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }

.middle_content{width:80%;display:inline-block;background:#eef2cb;height:auto !important;border-top-right-radius:50px;border-top-left-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;-webkit-box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.75);
box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.75);}

.member_login a {float:left;width:100%;text-align:center;font-size: 11px;
color: #6c6c6c;margin-right:0px;}
 
  
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }
.middle_content{width:90%;display:inline-block;background:#eef2cb;height:auto !important;border-top-right-radius:50px;border-top-left-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;-webkit-box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.75);
box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.75);}

.member_login a {float:left;width:100%;text-align:center;font-size: 11px;
color: #6c6c6c;margin-right:0px;}


}