@charset "UTF-8";

.login-page, .register-page{ background:#65b9e3 url(../images/bg0003.jpg) no-repeat center; background-size: cover;-ms-behavior: url(../images/backgroundsize.min.htc);behavior: url(../images/backgroundsize.min.htc)}
.contBgimg{padding-top:10%;}

.panel-title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
#login #verify input {
    width: 78%;
    border-radius: 0 4px 4px 0;
}
#login #verify img {
    max-width: 20%;
    height: 34px;
    display: inline;
    margin-left: 2%;
    cursor: pointer;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.boxlogin {
    margin: 10% auto 0 auto;
    float: none;
}
#verify input {
    width: 100px;
    border-radius: 0 4px 4px 0;
}
#verify img {
    width: 100px;
    height: 34px;
    display: inline;
    margin-left: 10px;
    cursor: pointer;
}