html {
    height: 100%;
    font-size: 16px;
}

　　.btn.active.focus,
　　.btn.active:focus, .btn.focus,
　　.btn:active.focus, .btn:active:focus,
　　.btn:focus {
    outline: none;
}

　　button {
    outline: none;
}

body .center {
    background: url(../img/login_background.jpg) no-repeat top;
    background-size: 100% auto;
}

.center .formp {
    margin-top: 150px;
    margin-bottom: 80px;
    padding-left: 5%;
}

.center .form {
    border-radius: 6px;
    width: 400px;
    padding-bottom: 0px;
}

.center .form .inputimg {
    position: absolute;
    margin-top: 32px;
    padding-left: 7px;
}

.signinpanel {

}


.signinpanel .form-control {
    display: block;
    margin-top: 20px
}

.signinpanel .btn {
    margin-top: 15px
}

.signinpanel form {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px
}
@media (min-width: 1000px) {
    .center .formp {
        margin-top: 100px;
        margin-bottom: 40px;
        padding-left: 5%;
    }
}

@media (min-width: 1400px) {
    .center .formp {
        margin-top: 100px;
        margin-bottom: 120px;
        padding-left: 5%;
    }
}

@media (min-width: 1800px) {
    .center .formp {
        margin-top: 150px;
        margin-bottom: 210px;
        padding-left: 5%;
    }
}

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none;
}

.form-control {
    border-radius: 1px !important;
    padding: 6px 12px !important;
    height: 45px !important;
    border-radius: 4px !important;
    padding-left: 30px !important;
}

.form-control:focus {
    border-color: #1ab394 !important;
}