img.img-responsive {
  margin: 0 auto;
}

.login-term-conditions {
  padding: 2em 1em 1em 1em;
  background-color: #f9f9f9;
}

.login-term-conditions a {
  font-weight: normal;
}

.empresa_row {
  clear: both;
}

.navbar-brand img {
    margin-top: 8px;
}

.login .autenticar {
  padding: 1em;
}

.login .autenticar h2 {
  font-weight: bold; 
  margin-bottom: 1em;
}

.panel.panel-default .panel-heading {
    min-height: auto;
}

#logo-cnrt{
    height: 40px;
}
/* ponemos en cero porque sino el logo de la cnrt lo hace muy alta a la barra y los links de la derecha se ponen "feos"*/
.navbar-brand{
    padding: 0px 10px;
}
.alert {
    border-radius: 4px;
    margin: auto;
    z-index: 100000;
}
label.required:after {
    content: " *";
}
.entornoTestClass{
    background-image: linear-gradient(#B40404, #B40404 60%, #B40404);
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

.login-form label {
    font-weight: 600;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 5px;
}


.alert li {
    list-style: none;
}

.alert ul {
    padding: 0px;
    margin: 0px;
}

.media-body {
    vertical-align: middle;
}


.panel.login {
    width: 100%;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.forgot-password {
    margin-bottom: 15px;
}

.cnrt_seguridad_loading {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.faq {
    margin-bottom: 1em;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1em;;
}

.faq .content {
    margin-top: 1em;
}

footer.main-footer {
    padding-top: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
}

.main-container {
    min-height: 100%;
    position: relative;
}

main {
    padding-bottom: 180px;   /* Height of the footer */
}


@media only screen and (min-width: 768px) {
    .panel.login {
        width: 50%;
    }
}

.g-recaptcha{
    z-index: 9999;
    position:absolute;
}
