.navbar{
    margin-bottom: 0;
}
.btn-default,.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #00B895;
    border-color: #00B895
}
.login-content .input-group-addon {
    color: #fff;
    background-color: #00B895;
    border: 1px solid #00B895;
}
.login-content .form-control{
    height:40px;
    border: 1px solid #fff;
}
.login-content input[type=text]:focus, .login-content input[type=password]:focus{
    border:1px solid #00B895;
}
.login-content .btn {
    padding: 9px 12px;
}
.log-reg{
    background: url("../img/login_bg.jpg") no-repeat;
    min-height: 600px;
}
.login-title h3{
    color: #fff;
    margin-bottom: 30px;
}
.log-box{
    margin-top: 8%;
}
.reg-box{
    margin-top: 0;
}
.code{
    font-family:Arial;
    font-style:italic;
    color:#fff;
    font-size:20px;
    border:0;
    padding:2px 3px;
    letter-spacing:3px;
    font-weight:bolder;
    float:left;
    cursor:pointer;
    width:100px;
    height:40px;
    line-height:40px;
    text-align:center;
    vertical-align:middle;
    background: #00B895;
}
.log-reg-tip{
    line-height: 36px;
    color: #fff;
    font-size: 16px;
}
.log-reg-tip a{
    color: #00B895;
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
    .log-box,
    .reg-box{
        margin-top: 0;
        background: none;
    }
}
@media (max-width: 767px) {
    .log-reg.log{
        min-height: 400px;
    }
    .log-box,
    .reg-box{
        margin-top: 0;
    }
}