.login-bg {
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background-color: #eff0f3;
    background-repeat: no-repeat;
    height: 100%
}

body {
    background-color: #eff0f3
}

.header {
    background: #ffff;
    box-shadow: inset rgba(255, 255, 255, 0.3) 0 1px 0, inset rgba(0, 0, 0, 0.22) 0 -1px 0, rgba(0, 0, 0, 0.14) 0 1px 2px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header img {
    max-height: 100%;
}

#logo img {
    max-width: 70px;
}

.login-wrapper {
    position: absolute;
    text-align: center
}

.login-wrapper .logo {
    margin-bottom: 45px;
    position: relative;
    left: -2px;
    -webkit-filter: invert(100%)
}

.login-wrapper .box {
    margin: 0 auto;
    padding: 30px 0 30px;
    float: none;
    width: 400px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    background: #fff;
    border-radius: 6px;
}

.login-wrapper .box .content-wrap {
    width: 82%;
    margin: 0 auto
}

.login-wrapper .box h6 {
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 600
}

.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
    font-size: 15px;
    height: 40px;
    margin-bottom: 10px;
    border-color: #b2bfc7;
    padding-left: 12px
}

.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
    border: 1px solid #ff6500;
    outline: none;
    box-shadow: inset 0 1px 5px #ddd
}

.login-wrapper .box input[type="password"] {
    margin-bottom: 10px
}

.login-wrapper .box input:-moz-placeholder {
    color: #9ba8b6;
    font-size: 14px;
    letter-spacing: 0px
}

.login-wrapper .box input:-ms-input-placeholder {
    color: #9ba8b6;
    letter-spacing: 0px;
    font-size: 14px
}

.login-wrapper .box input::-webkit-input-placeholder {
    color: #9ba8b6;
    letter-spacing: 0px;
    font-size: 14px
}

.login-wrapper .box .action {
    border-top: 1px solid #d3d7db;
    background-color: #f4f5f6;
    margin: 0px -36px;
    position: relative;
    top: 30px;
    border-radius: 0px 0px 7px 7px;
    padding: 20px 0px
}

.login-wrapper .box .signup {
    text-transform: uppercase;
    padding: 7px 25px;
    border-radius: 5px
}

.login-wrapper .already {
    margin: 0 auto;
    float: none;
    text-align: center;
    font-size: 13px;
    margin-top: 30px
}

.login-wrapper .already p {
    display: inline-block;
    color: #222
}

.login-wrapper .already a {
    color: #222;
    margin-left: 7px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.login-wrapper .already a:hover {
    text-decoration: none;
    color: #000;
    border-bottom-color: #000
}

/* responsive */
@media (max-width: 767px) {
    .login-wrapper .box {
        width: 350px
    }

    .login-wrapper .box .action {
        margin: 0px -31px
    }
}

@media (max-width: 480px) {
    .login-wrapper .box {
        width: 90%
    }
}
