@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
  font-family: 'Montserrat';
}

section.top_header_content{width: 100%;float: left;text-align: center;
text-align: center;display: -webkit-flex;display: flex;
-webkit-align-items: center;align-items: center;-webkit-justify-content: center;
justify-content: center;text-align: center;
height:100vh;background: url(../img/bg.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;-o-background-size: cover;background-size: cover;text-align:center;}

.middle_content{width:952px;display:inline-block;background:#eef2cb;height:601px;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:600px;}

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

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

.member_login h1{display:inline-block;margin-top:0px;margin-bottom:0px;font-size:36px;color:#1a6457;font-weight:600;}

.member_login p{display:inline-block;margin-top:0px;margin-bottom:0px;font-size:24px;color:#1a6457;margin-left:10px;}

.member_login figure{display:inline-block;margin-top:40px;}

.member_login h2{display:inline-block;margin-top:5px;margin-bottom:14px;font-size:18px;color:#1a6457;margin-left:10px;}

.login{width:277px;display:inline-block;height:43px;border-radius:20px;margin-bottom:8px;background:url(../img/login.png) no-repeat 18px 6px #fff;padding-left:60px;}

.login_password{width:277px;display:inline-block;height:43px;border-radius:20px;margin-bottom:8px;background:url(../img/password.png) no-repeat 18px 12px #fff;padding-left:60px;}

.member_login a{float:right;font-size:11px;color:#6c6c6c;margin-right:136px;}

.member_login button{width:195px;height:40px;background:#1a6457;border:none;border-radius:20px;color:#fff;font-size:14px;font-weight:500;margin-top:20px;}



