html, body {
	margin:0;
	padding:0;
	
	font-family: arial;
	background: none;	
            
}

body::-webkit-scrollbar {
    display:none;
}

.login_page {
    display: table;
    height: 100%;
    width: 100%;
}

.login_form {
    display: table-cell;
    vertical-align: middle;
}

.logo {
    margin-bottom:15px;
}

.in_logo {
    display:inline;
    font-size:26px;
    color:#7badd2;
}

.logo_img {
    position:relative;
    width:70px;
    top:12px;
    z-index:1;
}

.form {
  margin-left:auto;
  margin-right:auto;
  width:350px;
  padding:25px;
  background-color:rgba(255,255,255,0.75);
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgb(152, 152, 152);
  /*display:inline-block;*/
}

.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form button {
  text-transform: uppercase;
  outline: 0;
  background: #7badd2;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius:20px;
}

.form button:hover,.form button:active,.form button:focus {
  background: lightgreen;
}

.form .message {
  margin: 25px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.form .message a {
  color: #7badd2;
  text-decoration: none;
}

.error_msg {
    margin-bottom: 30px;
    color:#ff6961;
    font-weight:bold;
}

#section0 {
	background: #FFF url('../img/bg9.jpg') no-repeat fixed;
                -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
         background-size: cover;
}

#section1 {
	background: #FFF url('../img/congp1.png') repeat fixed;
}

#section2 {
	background: #FFF url('../img/bg5.jpg') no-repeat fixed;
                -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
         background-size: cover;
}

#top_banner {
    position:absolute;
    top:0;
    background-color:lightblue;
    width:100%;
    height:125px;
    line-height:125px;
    text-align:center;
    color:#FFF;
    font-size:35px;
    font-weight:bold;
}

#top_banner_participate {
    position:absolute;
    top:0;
    background-color:lightblue;
    width:100%;
    height:125px;
    line-height:125px;
    text-align:center;
    color:#FFF;
    font-size:35px;
    font-weight:bold;  
}

#menu_login {
    width:100%;
    position:fixed;
    background:#fff;
    height:50px;
    z-index:99;
    box-shadow:0px 1px 9px 0px #7d7d7d;   
}

#ul_menu {
    list-style-type:none;
    margin:0;
    padding:0;
    float:right;
    margin-right:30px;
}

#ul_menu li {
    display:inline-block;
    width:230px;
    font-size:25px;
    height:100%;
    line-height: 50px;
    text-align:center;
    color:#7badd2;
}

#ul_menu li:hover {
    color:white;
    background-color:#7badd2;
}


.in_logo_top {
    display:inline;
    font-size:26px;
    color:#7badd2;
    margin-left:20px;
    top:-10px;
    position:relative;
}

.logo_img_top {
    position:relative;
    width:60px;
    z-index:1;
    margin-left:30px;
}


/*
*
*
*
*
*/

#detail_container {
    background:red;
    width:100%;
    margin:0 auto;
    height:400px;
}

/*
*
*
*
*/

#right_number {
    font-size:45px;
    color:#7badd2;
}