.main{
  padding-top: 2%;
  width: 100%;
  height: 770px;
  background: url(../images/imeeting_login.png) no-repeat;
  background-size: 100% 100%;
}

.title{
  font-size: 24px;
  color: #005288;
  text-align: center;
  padding-bottom: 15px;
}

.page-wrap{
  position: relative;
  margin: 0 auto;
  width: 620px;
}
.logo-left{
  position: absolute;
  top: -52px;
  left: -20px;
}
.logo-right{
  position: absolute;
  top: -52px;
  right: -50px;
}
.join-meeting-container{
  width: 100%;
  /*height: 300px;*/
  border: 1px solid #babcbb;
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
}

.join-meeting-title{
  margin-top: 10px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #6db5ee;
  color: white;
  font-size: 16px;
  border-left: 5px solid #004389;
  text-indent: 5px;
}

.join-meeting-form{
  text-align: center;
}
.pincode{
  margin-top: 45px;
  font-size: 14px;
  line-height: 40px;
  color: #005288;
}
.pincode input ,select{
  width:330px;
  height: 40px;
  font-size: 18px;
  /*line-height: 40px;*/
  margin-bottom: 15px;
  box-shadow: inset 1px 1px #e5e5e5;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.pincode select{
  width: 332px;
  /*margin-left: -4px;*/
}

.pincode span{
  display: inline-block;
  width: 120px;
  text-align: center;
}
.pincode em{
  margin-left: 0px;
  margin-right: 0px;
}

.submit-button{
  margin-top: 25px;
  color: white;
  font-size: 20px;
  border: none;
  width: 222px;
  height: 40px;
  background: url(../images/button_bg_login.png) no-repeat;
}
.submit-button:hover{
  background: url(../images/button_bg_on_login.png) no-repeat;
  cursor: pointer;
}

.join-meeting-info{
  font-size: 12px;
  color: #5c636a;
  margin: 30px 10px 10px;
}
.join-meeting-info p a{
  font-size: 12px;
  color: #5c636a;
}

