body{
    background: #efefef;
    background-position: center top;
    font-family: Arial, Helvetica, sans-serif;
}
.modal-dialog{
    min-width: 320px !important;
}
.login-section{
    margin:  10% auto 0 auto;
    padding: 0;
}
.modal-content{
    background: #f5f5f5;
    color: #333333;
    opacity: 0.9;
    padding: 18px 18px 40px 18px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(66, 66, 66, 0.5);
}
.login-header{
    font-size: 1.2em;
    padding-bottom: 20px;
    text-transform: uppercase
}
.form-group{
    margin-bottom: 25px;
}
.form-group input{
    border-radius: 5px;
}
.form-input button{
    margin-right: 20px;
}
.login-form a{
    color: #333333;
    font-size: 0.8em;
}

.chaptcha-imagewrap{
    text-align: left;
    padding-bottom: 10px;
}
.chaptcha-image{
    float: left;
}
.chaptcha-image img{
    border-radius: 5px 0 0 5px;
}
.chaptcha-refresh a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #ffffff;
    display: block;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.clear, .clear_all{
    clear: both;
}
.alert{
    font-size: 0.9em;
}
.copyright{
    padding: 10px 0;
    font-size: 0.8em;
    color: #777777;
}
.copyright a{
    color: #777777;
}