.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.box .progress {
    background-color: #1D4968;
    margin: 5px -10px 5px -10px;
    height: 2px;
}
.box .progress .progress-bar {
    background: #FFFFFF;
}

    

.box-title2 {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 1;
}



.progress-description2, .info-box-text2 {
    display: block;
    font-size: 14px;
}
.info-box-number2 {
    display: block;
    font-weight: normal;
    font-size: 14px;
}
.info-box-icon2 {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    background: rgba(0,0,0,0.2);
}

.info-box-icon_clients {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    background: rgba(0,0,0,0.2);
}
.info-box-content2 {
    padding: 0px 10px;
    margin-left: 35px;
}
.info-box2 {
    display: block;
    min-height: 35px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}






/*
 * Component: Info Box actividades
 * -------------------
 */
.info-box-a {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box-a small {
  font-size: 14px;
}
.info-box-a .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box-a .progress,
.info-box-a .progress .progress-bar {
  border-radius: 0;
}
.info-box-a .progress .progress-bar {
  background: #fff;
}
.info-box-icon-a {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon-a > img {
  max-width: 100%;
}
.info-box-content-a {
  padding: 5px 10px;
  margin-left: 0px;
}
.info-box-number-a {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description-a,
.info-box-text-a {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text-a {
  text-transform: uppercase;
}
.info-box-more-a {
  display: block;
}
.progress-description-a {
  margin: 0;
}

.table-responsive {
    min-height: .01%;
    padding: 15px;
}


/*.alert{
    z-index: 2000;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    border-radius: 0px;
}*/





/*tabla responsive*/

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody,
        #no-more-tables tfoot,
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #e1e4e9; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 45%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 40%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:right;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 500px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  top: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table;
}
.contacts-list > li:after {
  clear: both;
}
.contacts-list > li:last-of-type {
  border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name,
.contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #3c8dbc;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a;
}
.fondo-dashboard{
  height:100vh;
  background-image: url(/dashboard-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}

.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #ecf0f5;
    background-image: url(/dashboard-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    z-index: 800;
}


.form-control{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.btn{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
/*.btn-success{
    background: rgba(255,255,255,0);
background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(216,225,231,0.6) 76%, rgba(255,255,255,0.58) 77%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(76%, rgba(216,225,231,0.6)), color-stop(77%, rgba(255,255,255,0.58)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(216,225,231,0.6) 76%, rgba(255,255,255,0.58) 77%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(216,225,231,0.6) 76%, rgba(255,255,255,0.58) 77%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(216,225,231,0.6) 76%, rgba(255,255,255,0.58) 77%, rgba(255,255,255,0) 100%);
background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(216,225,231,0.6) 76%, rgba(255,255,255,0.58) 77%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    background-color: #00a65a;
    border-color: #008d4c;
}*/
/*.box{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/

/*.main-sidebar{
    background-color: #003057!Important;
}*/

.bg-superadmin {
    color: #fff;
    background-color: #214e7f;
}

.popover-content{
    font-size: 12px;
}
.popover-content ul{
    margin-left: 5px;
    padding: 5px;
}


.bg-aqua{
    background-color: #222D32 !important;
}
.bg-orange{
    background-color: #143356 !important;
}
.bg-orange .contacts-list-name{
    color: #FFFFFF!Important;
}
.bg-purple{
    /*background-color: #879bb2 !important;*/
    background-color: #ffffff!Important;
    color: #143356!Important;
}
.contacts-list-info {
    margin-left: 45px;
    color: #143356!Important;
}

/*
.pagination li{
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
*/


/*.sidebar-menu > li > a > i{
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #ffffff;
    color: #2A4666;
    padding-top: 6px;
    padding-left: 6px;
    width: 26px!Important;
    height: 26px!Important;
    margin-right: 5px;
    
}*/

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.sidebar-menu > li > a {
    padding: 12px 5px 12px 5px;
    display: block;
}


.bg-navision{
    background-color: #e1e1e1 !Important;
    text-align: center;
    display: inline-block;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000000 !Important;
    cursor: default !Important;
    font-family: 'Tahoma';
    font-size: 12px;
    min-width: 73px;
    min-height: 23px;
    border: solid 1px #adadad !Important;
}
.bg-navision:hover{
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: #e5f1fb !Important;
    cursor: default !Important;
    color: #000000 !Important;
    font-family: 'Tahoma';
    font-size: 12px;
    min-height: 23px;
    border: solid 1px #0078d7 !Important;
}
.bg-navision:active{
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: #e5f1fb !Important;
    cursor: default !Important;
    color: #000000 !Important;
    font-family: 'Tahoma';
    font-size: 12px;
    min-height: 23px;
    border: solid 1px #0078d7 !Important;
}
.bg-navision:visited{
    text-decoration: none;
}


/*
.btn-success{
    background: rgb(38,117,38);
    background: -moz-linear-gradient(45deg, rgba(38,117,38,1) 0%, rgba(57,173,74,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(38,117,38,1) 0%,rgba(57,173,74,1) 100%);
    background: linear-gradient(45deg, rgba(38,117,38,1) 0%,rgba(57,173,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267526', endColorstr='#39ad4a',GradientType=1 );
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
}
.btn-info{
    background: rgb(0,46,96);
    background: -moz-linear-gradient(45deg, rgba(0,46,96,1) 0%, rgba(29,73,104,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,46,96,1) 0%,rgba(29,73,104,1) 100%);
    background: linear-gradient(45deg, rgba(0,46,96,1) 0%,rgba(29,73,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e60', endColorstr='#1d4968',GradientType=1 );
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
}
.btn-warning{
    background: rgb(206,172,0);
    background: -moz-linear-gradient(45deg, rgba(206,172,0,1) 0%, rgba(246,205,31,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(206,172,0,1) 0%,rgba(246,205,31,1) 100%);
    background: linear-gradient(45deg, rgba(206,172,0,1) 0%,rgba(246,205,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceac00', endColorstr='#f6cd1f',GradientType=1 );
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
}
.btn-danger{
    background: rgb(122,17,18);
    background: -moz-linear-gradient(45deg, rgba(122,17,18,1) 0%, rgba(177,24,46,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(122,17,18,1) 0%,rgba(177,24,46,1) 100%);
    background: linear-gradient(45deg, rgba(122,17,18,1) 0%,rgba(177,24,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a1112', endColorstr='#b1182e',GradientType=1 );
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
}
*/

.sidebar-menu > li.header {
    color: #ffffff!Important;
    font-weight: 400;
    background: #1d4968;
}


.box {
    border-top-color: #222D32!Important;
    border-left: 0px transparent !Important;
    border-bottom: 0px transparent !Important;
    border-right: 0px transparent !Important;
    position: relative;
    border-radius: 0px;
    background: #ffffff;
    border-top: 0px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-danger{
    border: 0px!Important;
    border-top-color: #222D32!Important;
    border-top: 1px solid #222D32!Important;
    /*background-color: #B1182E;*/
    
} 
/*
.fc-button {
    background: #222D32;
    background-image: none;
    color: #FFF;
    border-color: #222D32;
    border-bottom-color: #222D32;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.fc-button:hover, .fc-button:active, .fc-button.hover {
    background-color: #1D4968;
}
.fc-state-default.fc-corner-left {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.fc-state-default.fc-corner-right {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}*/

.content-header > h1 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    display: inline;
    background: rgba(0,0,0,0.6);
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff!Important;
    font-weight: bold!Important;
    line-height: 25px!Important;
}
.content-header > h1 > small{
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff!Important;
    font-weight: bold!Important;
    line-height: 25px!Important;
}
/*.modal-title{
   margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    background-color: #ffffff;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #222D32;
    font-weight: bold;
    line-height: 25px; 
}*/
.content-header {
    background: transparent;
    box-shadow: none;
    text-align: center;
}

/*.dt-buttons .btn-default {
    background-color: #222D32;
    color: #FFFFFF;
    border-color: #ddd;
}*/

/*.fa-plus{
    background-image: url("https://www.controllermqm.eu/plus.png");
}*/

.h3, h3 {
    font-size: 16px;
}

.box-title{
    font-size: 14px!Important;
}

/*.box.box-solid.box-danger > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de;
}*/

.box.box-solid.box-warning > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de;
}


.botonInputFileModificado .inputImagenOculto {
    opacity: 0;
    position: absolute;
    margin-left: 0px;
    width: auto;
    height: 33px;
    /*border: solid 1px #333333;*/
}


.boto_titol{
    /*float: left;*/
    margin-bottom: 25px;
    text-align: left;
    font-size: 12px;
    display: table;
}

.modal-title{
    text-align: center;
}

.skin-red .main-header .navbar {
    /*background-color: #222d32;*/
    background-color: #000000;
}
.skin-red .main-header .logo {
    background-color: #222d32;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}


/*******STYLE FOOTER****/
.main-footer {
    display: none;
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}




/******STYLE LOGIN*******/
.login-box, .register-box {
    width: 300px;
    margin: 7% auto;
    
    margin-top: 15px;
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}
.login-box-body, .register-box-body {
    background: rgba(0,0,0,0.6);
    padding: 20px;
    border-top: 0;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.login-box-msg{
    font-weight: bold;
    font-size: 18px;
}

.login1{
  background-image: url(/dist/login/06.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
.login2{
  background-image: url(/dist/login/08.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
.login3{
  background-image: url(/dist/login/03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
.login4{
  background-image: url(/dist/login/04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
.login5{
  background-image: url(/dist/login/05.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
.login6{
  background-image: url(/dist/login/06.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
.login7{
  background-image: url(/dist/login/07.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}

.login-centrado{
    position: absolute!Important;
    top: 50%!Important;
    left: 50%!Important;
    margin-top: -156px!Important;
    margin-left: -180px!Important;
    width: 360px!Important;
    height: 312px!Important;
}​