.login-page,
.register-page {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 30, 50, 1));
    background: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 30, 50, 1));
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 30, 50, 1));
}

.login-page #back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('varios/img/varios/fondo.jpg');
    background-size: cover;
    overflow: hidden;
    z-index: -1;
}


/* Stepy Wizard */

.stepy-header {
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.stepy-header li {
    display: table-cell;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.25;
    color: #455a64;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: 'Open Sans', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-weight: bold;
}

.stepy-header li small,
.stepy-header li .small {
    font-weight: normal;
    line-height: 1;
    color: #90a4ae;
}

.stepy-header li small,
.stepy-header li .small {
    font-size: 75%;
}

.stepy-header li div {
    font-weight: 400;
    line-height: 1.25;
    color: #455a64;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 300;
    font-family: 'Open Sans', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-family: 300;
}

.stepy-header li div small,
.stepy-header li div .small {
    font-weight: normal;
    line-height: 1;
    color: #90a4ae;
}

.stepy-header li div small,
.stepy-header li div .small {
    font-size: 65%;
}

.stepy-header li:not(.stepy-active) {
    opacity: 0.3;
}

.stepy-header li:not(.stepy-active):hover {
    opacity: 0.7;
}

.stepy-header.panel-footer {
    margin: 20px 0 -21px 0px;
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0 !important;
}

.stepy-navigator.panel-footer .btn {
    margin-left: 10px;
}