body {
    background-color: #1c2d3f;
}

label {
    color: crimson;
    text-shadow: 0.5px 0.5px black;
}

input:hover, input:focus {
    animation: animacion 2s ease forwards;
}

input {
    background-color: white;
    color: black;
    text-align:center;

}
@keyframes animacion {
    from {
        background-color: white;
        color: black;
    }
    to {
        color: white;
        text-shadow: 1px 1px black;
        background-color: #66afe9;
        border: 2px white solid;
    }
}

button:hover{
    background-color: lightseagreen;
    color: white;
    border:2px white solid;
}
*::before,*::after{
    box-sizing: border-box;
}
#groupRemoto{
    display: none;
}

/*


.input-group-prepend{
    margin-right: -1px;
    display:inline-flex;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7b8a8b;
    text-align: center;
    white-space: nowrap;
    background-color: #ecf0f1;
    border: 1px solid #ced4da;
    border-radius: 0.20rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.form-group{display: inline-flex;
    *width: 470px;
    vertical-align: middle;
}*/
