* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: arial;
}

.toast-message {
    font-size: 13px;
}

.login-cover,
.login-cover-bg,
.login-cover-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-cover-bg {
    background: #666;
    background: -moz-radial-gradient(center, ellipse cover, #666 0, #000 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #666), color-stop(100%, #000));
    background: -webkit-radial-gradient(center, ellipse cover, #666 0, #000 100%);
    background: -o-radial-gradient(center, ellipse cover, #666 0, #000 100%);
    background: -ms-radial-gradient(center, ellipse cover, #666 0, #000 100%);
    background: radial-gradient(ellipse at center, #666 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=1);
    opacity: .6;
    filter: alpha(opacity=60);

}

.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('../images/fondoportaladmin.jpg');
    background-repeat: repeat;

}

h1 {
    color: #ccc;
    text-align: center;
    font-family: 'Vibur', cursive;
    font-size: 50px;

}

.bodyform {
    padding: 12px 30px;

}

.logo-img img {
    max-width: 100%;
    max-height: 80px;

}

.logo-img {
    vertical-align: middle;
    text-align: center;

}

.login-form {
    width: 350px;
    background: #00000075;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 10px 10px 18px -5px rgba(46, 45, 46, 1);
    -moz-box-shadow: 10px 10px 18px -5px rgba(46, 45, 46, 1);
    box-shadow: 10px 10px 18px -5px rgba(46, 45, 46, 1);

}

.form-group {
    position: relative;
    margin-bottom: 15px;

}

.form-control {
    width: 100%;
    height: 40px;
    border: none;
    padding: 5px 7px 5px 15px;
    background: #fff;
    color: #666;
    border: 2px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;

}

.form-control:focus,
.form-control:focus+.fa {
    border-color: #10CE88;
    color: #10CE88;

}

.form-group .fa {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #999;

}

.log-status.wrong-entry {
    -moz-animation: wrong-log 0.3s;
    -webkit-animation: wrong-log 0.3s;
    animation: wrong-log 0.3s;

}

.log-status.wrong-entry .form-control,
.wrong-entry .form-control+.fa {
    border-color: #ed1c24;
    color: #ed1c24;

}

.log-btn {
    background: #00acac;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    height: 45px;
    color: #fff;
    text-decoration: none;
    border: none;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;

}

.link {
    text-decoration: none;
    color: #C6C6C6;
    float: right;
    font-size: 12px;
    margin-bottom: 15px;

}

.link:hover {
    text-decoration: underline;
    color: #8C918F;

}

@-moz-keyframes wrong-log {

    0%,
    100% {
        left: 0px;

    }

    20%,
    60% {
        left: 15px;

    }

    40%,
    80% {
        left: -15px;

    }


}

@-webkit-keyframes wrong-log {

    0%,
    100% {
        left: 0px;

    }

    20%,
    60% {
        left: 15px;

    }

    40%,
    80% {
        left: -15px;

    }


}

@keyframes wrong-log {

    0%,
    100% {
        left: 0px;

    }

    20%,
    60% {
        left: 15px;

    }

    40%,
    80% {
        left: -15px;

    }


}

.logo {
    width: 100%;
    height: auto;
    padding: 13px;
    background-color: #0000;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    margin-top: -1px;

}

.sub {
    margin-bottom: 10px;
    text-align: center;
    color: #7D7D7D;

}

.login-cover,
.login-cover-bg,
.login-cover-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background .2s linear;
    -webkit-animation: background_zoom 120s infinite linear;
    animation: background_zoom 120s infinite linear;

}

.login-cover-bg {
    background: rgba(0, 0, 0, 0.19);

}

@-webkit-keyframes background_zoom {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(1.4) rotate(0.3deg)
    }

    100% {
        transform: scale(1) rotate(0deg)
    }


}

@keyframes background_zoom {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(1.4) rotate(0.3deg)
    }

    100% {
        transform: scale(1) rotate(0deg)
    }


}