.close {
    font-size: 21px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal * {
    box-sizing: border-box;
}

.modal-title, .popover, .tooltip {
    line-height: 1.42857143
}

.popover, .text-hide, .tooltip {
    text-shadow: none
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    position: absolute;
    right: 10px;
    top: 2px;
    margin: 0;
    line-height: 49px;
}

button.close span {
    font-size: inherit;
}

.modal-open {
    overflow: hidden
}

.modal {
    overflow: hidden;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
}

.modal.in {
    display: block;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    border-bottom: 1px solid #e5e5e5
}

.modal-header {
    color: #fff;
    margin-bottom: 20px;
    background: #29a5dc;
    background-image: linear-gradient(bottom, #008AD5 16%, #2CA4DB 58%);
    background-image: -o-linear-gradient(bottom, #008AD5 16%, #2CA4DB 58%);
    background-image: -moz-linear-gradient(bottom, #008AD5 16%, #2CA4DB 58%);
    background-image: -webkit-linear-gradient(bottom, #008AD5 16%, #2CA4DB 58%);
    background-image: -ms-linear-gradient(bottom, #008AD5 16%, #2CA4DB 58%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, #008AD5), color-stop(0.58, #2CA4DB));
    position: relative;
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    z-index: 10;
    /* position: relative; */
    border-left: 1px solid #5DA4FF;
    color: #fff;
    padding: 15px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.modal-body label {
    margin-bottom: 5px;
    font-weight: 700;
    display: inline-block;
}

.modal-body .form-control, .modal-body output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

.modal-body .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modal-body .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.modal-body .form-control {
    transition: none;
    margin-bottom: 20px;
}

.modal-body .reg_captcha {
    max-width: 50%;
}

.modal-body .register_error {
    color: red
}

.register-email, .register_message {
    display: none;
}