﻿.logo-small {
    max-width: 200px;
    padding: 10px;
}

#pie_pagina{
    background-color:white;
}

.password {
    letter-spacing: 1em;
    text-align: center;
    color:green;
}

.enlace {
    text-decoration: none;
    color:green;
}

.enlace:hover {
    text-decoration: underline;
    color:green;
}

.btn-outline-secondary:active {
    color: #6c757d !important;
    border-color: #6c757d !important;
    background-color: transparent !important;
}

.btn-outline-secondary:focus {
    box-shadow:none !important;
}