html, body {
    margin: 0px;
    width:100%;
    height:100%;
    font-family: 'Roboto', sans-serif;
}

.back-login {
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    background-color: rgb(154,67,0,0.65);
    z-index: -1;
    overflow: hidden;
    overflow: hidden;
}




@-moz-keyframes scales {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes scales {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-o-keyframes scales {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes scales {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.back-img {
    bottom: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    -webkit-animation: scales 10s ease-in-out infinite alternate;
    -moz-animation: scales 10s ease-in-out infinite alternate;
    animation: scales 10s ease-in-out infinite alternate;
}

.overlay-login {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.4)));
    background: linear-gradient( 225deg,#f87c1d9e,rgb(255 255 255 / 40%));
    z-index: -1;

}

.contenedor-login {
    place-content: stretch center;
    align-items: stretch;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    max-width: 100%;
}


.carousel-inner,.carousel,.item,.container,.fill {
  height:100%;
  width:100%;
  background-position:center center;
  background-size:cover;
}
.slide-wrapper{display:inline;}
.slide-wrapper .container{padding:0px;}

.page-container {
    background: #404f52;
    width: 368px;
    padding: 27px 7px 15px 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    right: 5%;
    top: 6%;
    position: absolute;
    z-index: 9999;
}

a {
    color: #3f4e51;
    text-decoration: none;
}

.btn-primary {
    color: #fff !important;
    background-color: #f87c1d !important;
    border-color: #f87c1d !important;
    margin-bottom: 7px !important;
}

.btn-primary:hover 
{
    color: #e7e7e7 !important;
    background-color: #d66c20 !important;
    border-color: #f38230 !important;
}
.btn-primary:active:hover {
color: #fff !important;
background-color: #b55815 !important;
border-color: #fd8f40 !important;
}
.btn-primary[disabled]:hover {
    background-color: #b55815 !important;
    border-color: #fd8f40 !important;
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 15px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.login-title
{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    display: block;
    text-transform: uppercase;
}
.profile-img
{
    /* width: 96px; */
    /* height: 96px; */
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    /* -webkit-border-radius: 50%; */
    /* border-radius: 50%; */
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
    color: #f7f7f7;
}

.item img {
    width: 55%;
    position: absolute;
    bottom: 44px;
}

/* Change the order of the indicators. 
               Return them to the center of the slide. */
.carousel-indicators {
    width: auto;
    margin-left: 0;
    transform: translateX(-50%);
}
.carousel-indicators li {
    float: right;
    margin: 1px 4px;
}
.carousel-indicators .active {
    margin: 0 3px;
}

/* Change the direction of the transition. */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@media(max-width:1034px)
{
	html, body {background-position-y: -37px;
    }
	.item .carousel-desc , .item.item3 .carousel-desc{text-align:center;}
	.item .carousel-desc p {width:80%;}
	.item3 .col-md-6{width:100%; text-align:center;}
	.item img {width: 47%;bottom: 17px;	}
}

@media(max-width:991px) {

	html, body {
	background-position-y: -51px;
    }
	.item .carousel-desc , .item.item3 .carousel-desc{text-align:center;}
	.item .carousel-desc p {width:80%;}
	.item3 .col-md-6{width:100%; text-align:center;}

	.item img {
    width: 47%;
    bottom: 17px;
	}
}

@media(max-width:768px) {
	html, body {
	background-position-y: -42px;
    }
.item .carousel-img img, .item.active .carousel-img img{max-height:155px;}
.item  h2{font-size:30px; margin-top:0px;}
.item .carousel-desc p{width:100%; font-size:12px;}

.item img {
    width: 46%;
    position: absolute;
    bottom: 9px;
	}
}

@media(max-width:480px) {
    html, body{
        background-position-y: -17px;
    }
.item  h2{font-size:30px;}
.item .carousel-desc p{width:100%;}
.page-container
{
    width: 264px;
    padding: 1px 7px 25px 7px;
   	right: 5%;
    top: 3%;
    }

.item img {
    width: 28%;
    bottom: 5px;
	}
}

.connect {
    width: 305px;
    margin: 15px 0px auto;
    font-size: 11px;
    font-weight: 400;
    color: #242424;
    text-transform: uppercase;
}
.connect table {
    width: 190px;
    margin: 0 auto;
}
.connect table td {
    vertical-align: middle;
}

.connect a {
	background: url(/imagenes/botones/google.png) left center no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    /*margin-top: 15px;*/
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

 .modalDialog
 {
	     position: absolute;
	     font-family: Arial, Helvetica, sans-serif;
	     top: 0; right: 0;  bottom: 0;  left: 0;
	     background: rgba(0,0,0,0.8);
	     z-index: 99999;
	     opacity:0;
	     -webkit-transition: opacity 400ms ease-in;
	     -moz-transition: opacity 400ms ease-in;
	     transition: opacity 400ms ease-in;
	     pointer-events: none;
}
 .spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    display:none;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #330;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

label{display: inline-block;    width: 5em;  }
table{font-size: 1em;}
.ui-draggable,.ui-droppable{background-position:top;}