html body.page-signin{
    background:#666!important
}

#page-signin-bg{
    height:100%;
    left:0;
    overflow:hidden;
    position:fixed;
    top:0;
    width:100%;
    z-index:20
}

#page-signin-bg img{
    width:100%
}

#page-signin-bg .overlay{
    background:rgba(0,0,0,.5);
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0
}

.page-signin .signin-container{
    border-radius:2px;
    display:block;
    margin:20px 14px;
    position:relative;
    z-index:10
}

.page-signin .signin-info{
    background:#f5f5f5;
    display:block;
    overflow:hidden;
    padding:20px 30px;
    text-align:center;
    opacity: 0.9;
}

.page-signin .signin-info .logo{
    color:#fff;font-size:22px;
    font-weight:700;
    opacity:1;
    display: block;
    text-align: center;
}

.page-signin .signin-info .logo[href]:hover{
    opacity:.7
}

.page-signin .signin-info .slogan{
    color:#333;
    font-size:14px;
    font-weight:300;
    margin-top:10px;
    text-transform: uppercase;
    text-align: center;
}

.page-signin .signin-info ul{
    display:none
}

.page-signin .signin-form{
    background:#fff;
    display:block;
    padding:30px;
    position:relative
}

.page-signin .form-actions{
    margin-top:15px
}

.page-signin .form-actions .signin-btn{
    border:none;
    border-radius:999999px;
    font-size:13px;
    font-weight:600;
    line-height:19px;
    outline:0!important;
    padding:10px 0;
    text-align:center;
    width:100%;
    -webkit-transition:all .3s;
    transition:all .3s
}

.page-signin .form-actions .signin-btn:hover{
    background:#444!important
}

.page-signin .form-actions a.forgot-password{
    border-bottom:1px dashed #bbb;
    color:#999;
    display:inline-block;
    font-size:11px;
    margin-right:10px;
    padding-bottom:1px
}

.page-signin .form-actions a.forgot-password:hover{
    color:#555;
    text-decoration:none
}

.page-signin .form-group{
    margin:0;
    position:relative
}

.page-signin .form-group+.form-group{
    margin:10px 0 0
}

.page-signin .form-group.w-icon .signin-form-icon{
    border-right:1px solid #d6d6d6;
    color:#d6d6d6;
    display:block;
    font-size:14px;
    left:0;
    line-height:27px;
    position:absolute;
    text-align:center;
    top:9px;
    width:40px;
    z-index:1002;
    -webkit-transition:all .3s;
    transition:all .3s
}

.page-signin .form-group.w-icon input[type=password],
.page-signin .form-group.w-icon input[type=text],
.page-signin .form-group.w-icon select{
    font-size:15px;
    padding-left:56px
}

.page-signin .form-group.w-icon input[type=password]:focus+.signin-form-icon,
.page-signin .form-group.w-icon input[type=text]:focus+.signin-form-icon{
    color:#888
}


.page-signin .signin-text{
    color:#777;
    display:block;
    font-size:15px;
    font-style:italic;
    margin-bottom:25px;
    position:relative;
    text-align:center
}

.page-signin .signin-text span{
    background:#fff;
    display:inline-block;
    padding:0 20px;
    position:relative
}

.page-signin .signin-text:before{
    background:#e4e4e4;
    content:"";
    display:block;
    height:1px;
    left:0;
    position:absolute;
    right:0;
    top:50%
}

.page-signin .signin-with{
    background:#f4f4f4;
    border-top:1px solid #ddd;
    margin:30px -30px -30px -30px;
    padding:20px 30px
}

.page-signin .signin-with-btn{
    border-radius:2px;
    color:#fff;
    display:block;
    font-weight:300;
    padding:10px 0;
    text-align:center;
    -webkit-transition:all .3s;
    transition:all .3s
}

.page-signin .signin-with-btn span{
    font-weight:600
}

.page-signin .signin-with-btn+.signin-with-btn{
    margin-top:10px
}

.page-signin .signin-with-btn:hover{
    background:#444!important
}


@media (min-width:480px){
    .page-signin .form-actions{margin-top:15px}
    .page-signin .form-actions .signin-btn{padding-left:40px;padding-right:40px;width:auto}
}

@media (min-width:768px){
    .page-signin .signin-container{display:table;margin:80px auto;width:650px;table-layout:fixed}
    .page-signin .signin-info{display:table-cell;padding:30px;text-align:left;vertical-align:top;width:40%}
    .page-signin .signin-info ul{color:#333;display:block;font-size:13px;font-weight:300;margin:5px 0 0;padding:0}
    .page-signin .signin-info ul li{list-style:none;margin:0;padding:5px 0}
    .page-signin .signin-info ul .signin-icon{display:block;float:left;font-size:14px;line-height:18px;margin-right:6px;text-align:center;width:24px}
    .page-signin .signin-form{display:table-cell;vertical-align:top;width:60%}
    .page-signin .not-a-member{margin:-80px 0 80px}
}


.panel{
    border: 1px solid #ccc;
}

.help-block{
    margin-bottom: 5px;
}

label.error{
    color: #ff0000;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    display: block;
}

.page-signin .form-actions .signin-btn,
.btn-primary {
    font-size: 13px;
    font-weight: 700;
    background-color: transparent;
    border-radius: 0;
    padding: 12px 40px 12px 40px;
    color: #333;
    border: 3px solid #333;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.page-signin .form-actions .signin-btn:hover,
.btn-primary:hover{
    color: #fff !important;
    border-color: #333 !important;
    background-color: #333 !important;
}

a,
a:hover{
    color: #333;
}

.recovery-password{
    margin-top: 80px !important;
}

.form-control:focus{
    border-color:#f9b37c;
}

input:-webkit-autofill,
.form-control:focus {
    outline-style:none;
    box-shadow:none;
    background-color:#fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}



/* SLIDER BACKGROUND LOGIN */
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -9999;
}
.cb-slideshow:after {
    content: '';
    background: transparent url('/assets/img/login/pattern.png') repeat top left;
}
ul.cb-slideshow,
ul.cb-slideshow li {
  list-style: none;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
  -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span {
    background-image: url('/assets/img/login/foto2.jpg');
}
.cb-slideshow li:nth-child(2) span {
    background-image: url('/assets/img/login/foto3.jpg');
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url('/assets/img/login/foto4.jpg');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url('/assets/img/login/foto5.jpg');
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url('/assets/img/login/foto9.jpg');
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url('/assets/img/login/foto13.jpg');
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

/* Animation for the title */
@-webkit-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
  opacity: 1;
}