.main {
    width: 1024px;
    height: 768px;
   
    background: url(../images/imeeting_login.png) no-repeat;
    background-size: 100% 100%;
    margin:0 auto;
  
}

.title {
    font-size: 24px;
    color: #005288;
    text-align: center;
    padding-bottom: 15px;
}

.page-wrap {
      position: relative;
    margin: 0 auto;
    width: 413px;
   
    top: 240px;
    left: -273px;
}

.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: #F8E4CC;
    overflow: hidden;
}

.join-meeting-title {
    /*margin-top: 10px;*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #F1901D;
    color: white;
    font-size: 16px;
    border-left: 5px solid #F1901D;
    text-indent: 5px;
}

.join-meeting-form {
    text-align: center;
}

.pincode {
    margin-top: 45px;
    font-size: 14px;
    line-height: 40px;
    color: #000000;
}

    .pincode input, select {
        width: 200px;
        height: 40px;
        font-size: 18px;
        /*line-height: 40px;*/
        margin-bottom: 15px;
        box-shadow: inset 1px 1px #e5e5e5;
        /*border: 1px solid #d2d2d2;*/
        border-radius: 4px;
        border: none;
    }

    .pincode select {
        width: 200px;
        /*margin-left: -4px;*/
    }

    .pincode span {
        display: inline-block;
        width: 100px;
        text-align: right;
    }

    .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-color: #F1901D;
    /*background: url(../images/button_bg.png) no-repeat;*/
}

/*.submit- button:hover {
    background: url(../images/button_bg_on.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;
    }
