
#outline{
    stroke-dasharray:2.427766571px,242.7766571045px;
    stroke-dashoffset:0;
    -webkit-animation:anim 1.6s linear infinite;
    animation:anim 1.6s linear infinite
}
body{
    background-image:url('/tema/img/control2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}


.general{
    margin: auto;
    margin-top: 5%;
}
@-webkit-keyframes anim{
    12.5%{
        stroke-dasharray:33.9887319946px,242.7766571045px;
        stroke-dashoffset:-26.7054322815px
    }
    43.75%{
        stroke-dasharray:84.9718299866px,242.7766571045px;
        stroke-dashoffset:-84.9718299866px;
        stroke:#f5981c
    }
    to{
        stroke-dasharray:2.427766571px,242.7766571045px;
        stroke-dashoffset:-240.3488905334px
    }
}
@keyframes anim{
    12.5%{
        stroke-dasharray:33.9887319946px,242.7766571045px;
        stroke-dashoffset:-26.7054322815px
    }
    43.75%{
        stroke-dasharray:84.9718299866px,242.7766571045px;
        stroke-dashoffset:-84.9718299866px;
        stroke:#f5981c
    }
    to{
        stroke-dasharray:2.427766571px,242.7766571045px;
        stroke-dashoffset:-240.3488905334px
    }
}

.login-container{
    background-color:rgba(255,255,255,.5);
    box-shadow:1.5px 3.99px 27px 0 rgba(0,0,0,.1);
    margin:7% auto auto;
    transition:.3s
}
@media screen and (max-width:991px){
    .login-container .login-container{
        margin-bottom:5%
    }
}
.container{
    max-width:1170px
}
@media screen and (max-width:575px){
    .container{
        padding: 10px 15px
    }
    .login-box {
        margin: 0 !important;
    }
}
.img-box{
    border-right: 1px solid #cccccc5e;
    margin: auto;
    padding: 30px 20px;
    text-align: center
}
.login-box{
    margin: 35px;
    padding: 15px 20px;
}
.login-box .login-row{
    margin-top:35px
}
.login-box .login-row input{
    margin-bottom:0
}
.login-box .forrr p{
    font-size:.9rem
}
.login-box .forrr a{
    color:#5288f4;
    float:right;
    font-size:.9rem;
    margin-top:-22px
}
.login-box label{
    color:#928f8f;
    font-size:.93rem;
    margin-bottom:0
}
.login-box label i{
    margin-right:3px
}
.login-box input{
    background-color:#fcfbfc1f;
    border:0;
    border-bottom:1px solid #ccc;
    border-radius:0;
    margin-top:-23px
}
.login-box input:focus{
    background-color:#fcfbfc1f!important;
    border:0!important;
    border-bottom:2px solid #5288f4!important
}
.login-btn{
    background-color:#72acfb!important;
    border-color:#bfd4fc!important;
    box-shadow:0 2px 6px #acb5f6!important;
    color:#fff
}
.login-btn:hover{
    color:#fff
}
