a {
    color: #ed6c00;
    outline: none!important;
}

#logo {
    cursor: pointer;
}

.login_box {
    max-width: 350px;
    min-width: 280px;
    margin: 60px auto 20px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.login_box .input-group {
    margin-bottom: 10px;
}

.login_logo {
    background: none repeat scroll 0 0 #ed6c00;
    color: #fff;
    display: block;
    font-size: 2em;
    font-weight: 400;
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase;
}

.login_logo > img {
    display: block;
    height: 50px;
    margin: 0 auto;
}

.loginbox_inner {
    background: #fff;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-bottom-width: 5px;
    padding: 40px 25px;
}
.place .tip{
    margin-left: 15px;
    height: 48px;
    line-height: 46px;
}
.loginbox_inner .input-group .form-control,
.loginbox_inner .input-group>.input-group-addon {
    height: 48px;
    line-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
}

.loginbox_inner .input-group>.input-group-addon {
    height: 44px;
    min-width: 50px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 1px solid #e7ebee;
    border-radius: 4px;
}

.input-group-addon i{
    font-size: 14px;
    color: #efefef;
}

.form-control {
    border-radius: 3px;
    background-clip: padding-box;
    border-color: #e7ebee;
    box-shadow: none;
    font-size: 14px;
}

.btn {
    border: none;
    padding: 6px 12px;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    outline: none;
    border-radius: 3px;
    background-clip: padding-box;
}

#login-box .btn {
    font-size: 1.125em;
    font-weight: 600;
    min-height: 42px;
    min-height: 22px\0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    margin-top: 8px;
}

.btn-success {
    background-color: #ffb752;
    border-color: #ffb752;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #ed6c00;
    border-color: #ed6c00;
}

#login-box-footer {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

#config-tool {
    position: fixed;
    right: 0;
    top: 80px;
    width: 200px;
    z-index: 1000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#config-tool #config-tool-cog {
    background: #ffffff;
    border-radius: 3px 0 0 3px;
    background-clip: padding-box;
    box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    left: -50px;
    padding: 8px 10px 10px 10px;
    position: absolute;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    top: 0;
    text-decoration: none;
    color: #ed6c00;
}

#config-tool.closed #config-tool-cog {
    background: #ffffff;
    border-radius: 3px 0 0 3px;
    background-clip: padding-box;
    box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    left: -50px;
    padding: 8px 10px 10px 10px;
    position: absolute;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    top: 0;
    text-decoration: none;
}

#config-tool.closed #config-tool-cog i {
    -webkit-animation: rotating 3s linear infinite;
    -ms-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite;
}

#config-tool #config-tool-cog i {
    font-size: 30px;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.checkbox-nice {
    position: relative;
    padding-left: 40px;
}

.checkbox-nice label {
    padding-top: 3px;
}

.checkbox-nice label:before {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 1px;
    top: 1px;
    background: #ffffff;
    content: "";
    border: 1px solid #e7ebee;
    border-radius: 3px;
    background-clip: padding-box;
}

.checkbox-nice label:after {
    font-family: "FontAwesome" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    top: 3px;
    left: 3px;
    opacity: 0.3;
}

.checkbox-nice:hover label:after {
    content: '\f00c';
    position: absolute;
    width: 12px;
    height: 7px;
    top: 3px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    color: #f17432;
}

.active .checkbox-nice label:after {
    content: '\f00c';
    position: absolute;
    width: 12px;
    height: 7px;
    top: 3px;
    opacity: 1;
    color: #f17432;
}

#config-tool #config-tool-options {
    background: #fff;
    box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

#config-tool #config-tool-options h4 {
    margin: 0;
}

#config-tool #config-tool-options ul {
    list-style: none;
    padding: 15px 0 0;
    margin: 0;
}

#config-tool #config-tool-options ul li {
    padding: 12px 0;
}

#config-tool #config-tool-options ul li .checkbox {
    margin: 0;
}


#config-tool.closed {
    right: -200px;
}

#config-tool #skin-colors li {
    display: block;
    float: left;
    padding: 3px !important;
}

#config-tool #skin-colors li a.skin-changer {
    background: #ed6c00;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

#config-tool #skin-colors li:nth-child(5) {
    clear: left;
}

#config-tool #skin-colors li a.skin-changer.active {
    border: 2px solid #ff0000;
}

@media only screen and (max-width: 767px) {
    .login_box {
        margin-top: 20px;
    }
}