*{
    position: relative;
}
.login_wrapper {
    margin-top: 20px;
    max-width: 350px;
    width: 70%;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.login {
    background: #F7F7F7;
}
.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    animation: login 1.0s linear;
}
@keyframes login {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.init {
    overflow: hidden;
    animation: init 0.7s ease-in-out 0.7s both;
}
@keyframes init {
    from {
        max-height: 0px;
    }
    to {
        max-height: 999px;
    }
}
.box-logo-produto {
    display: flex;
    justify-content: center;
}
.box-logo-produto .logo-produto {
    max-width: 260px;
    margin-bottom: 25px;
    flex: 1;
}
.login_content h1 {
    color: rgb(115, 135, 156);
    font: normal 22px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 20px;
}
.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%;
    animation: titleAnimation 0.5s ease-out;
}
@keyframes titleAnimation {
    from {
        width: 0%;
    }
    to {
        width: 27%;
    }
}
.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}
.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}
.login_content h1 img {
    height: 1.1em;
    margin-top: 0em;
}

.login_content form input[type="text"],
.login_content form input[type="email"],
.login_content form input[type="password"] {
    border-radius: 3px;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid rgb(115, 135, 156);
    color: #777;
    margin: 0 0 20px;
    width: calc(100% - 2px);
}
.login_content form input[type="text"]:focus,
.login_content form input[type="email"]:focus,
.login_content form input[type="password"]:focus {
    box-shadow: 0 0 5px rgb(115, 135, 156) inset;
    background-color: #fff;
    border: 1px solid rgb(115, 135, 156);
    outline: none
}
em {
    color: #666;
    font-size: 11px;
}

button.btn{
    margin-bottom: 20px;
}

.login_content form .input-group input{
    margin-bottom: 0;
}
.login_content form .input-group .input-group-addon{
    cursor: pointer;
}
.login_content .separator {
    margin-top: 30px;
}
.login_content .separator h1 {
    margin-bottom: 10px;
}
.login_content .separator .direitos {
    font-size: 12px;
    margin-bottom: 0px;
}
.loading-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 5;
    display: none;
}
.loading-wrap.active{
    display: block;
}
.loading-wrap .loading{
    width: 100px;
    height: 100px;
    border: solid transparent 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    border-top-color: rgba(0,0,0,0.4);
    animation: fa-spin 1s infinite linear;
    margin-left: -50px;
}
.loading-wrap .texto{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 60px 0 0 -175px;
    font-size: 16px;
    color: #666;
    padding: 0 20px;
    width: 350px;
}

@font-face {
    font-family: 'Stranger Things';
    src: url('../sts3/fonts/BenguiatBold.eot');
    src: url('../sts3/fonts/BenguiatBold.eot') format('embedded-opentype'),
        url('../sts3/fonts/BenguiatBold.woff2') format('woff2'),
        url('../sts3/fonts/BenguiatBold.woff') format('woff'),
        url('../sts3/fonts/BenguiatBold.ttf') format('truetype'),
        url('../sts3/fonts/BenguiatBold.svg#BenguiatBold') format('svg');
}

.sts3 body {
    /*background-color: #0b1c29;*/
    background-color: #000;
}
.sts3 .login_content h1 {
    font-family: "Stranger Things";
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 0px 0px 4px #ff3737;
}
.sts3 .login_content h1:after {
    background: #771d1d;
    background: linear-gradient(left, #771d1d 0%, #fff 100%);
    width: 23%;
}
.sts3 .login_content h1:before {
    background: #771d1d;
    background: linear-gradient(right, #771d1d 0%, #fff 100%);
    width: 23%;
}
.sts3 .login_content h1:before,
.sts3 .login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 23%;
    animation: titleAnimation 0.3s ease-out;
}
@keyframes titleAnimation {
    from {
        width: 0%;
    }
    to {
        width: 23%;
    }
}
.sts3 .login_content h1 img {
    display: none;
}
.sts3 .bt-recover {
    color: #333; 
    text-shadow: none;
}
.sts3 .separator p {
    text-shadow: none;
}
.sts3 .form-control, .sts3 .btn-default {
    background-color: #000 !important;
    border: 1px solid #711818 !important;
    box-shadow: 0px 0px 1px 0px #a62323 !important;
    color: #a62323 !important;
    font-family: "Stranger Things";
    text-transform: uppercase;
    font-size: 10px;
}