body {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    /*background-color: #333; /*#C74A4A; #484848; */
    background-size: cover;
    background-position: 50% 50%;
}

p {
    color: #c1c1c1;
    margin: 0px;
    padding: 10px 0px;

}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

form{
    background-color: #fefefe;
    border-radius: 10px;
    padding: 35px 30px 30px 30px;
    margin-top: -35px;
    margin-bottom: 0px;
}

#formContent{
    margin-top: calc(50vh - 250px);
    padding: 0px 50px;
    -webkit-transition: all 500ms ease-out; /* Safari */
    transition: all 500ms ease-out;
}

#formContent.loginCac{
    margin-top: 30px;
    margin-top: -webkit-calc(50vh - 300px);
    margin-top: calc(50vh - 300px);
}

.login-foot {
    background-color: rgba(0,0,0,0.5);
    font-size: 12px;
    color: #95A4A7 !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
}

.login-foot img {
    width: 15px;
    height: 15px;
}

.container-full {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.login-center {
    align-self: center;
    margin: auto;
    width: 50%;
    text-align: center;
}

.login-logo {
    width: 280px;
}

.login-cac {
    font-size: 26px;
    color: #D4AB0D;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.button-menu {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    display: inline-block;
    color: #DADADA;
    text-decoration: none;
    text-align: center;
    padding: 10px 8px;
    font-size: 12px;
    text-transform: uppercase;
    background: #C42646; /*#9BAE33; #333;*/
    border: 0 none;
    outline: 0 none;
    min-width: 9%;
    transition: 1s;
    width: 210px;
    font-weight: bold;
    margin-top: 25px;
}

.button-menu:hover {
    background: #9BAE33;
    color: #F8F8F8;
}

.login-input {
    width: 220px;
    height: 30px;
    display: inline-block;
    margin-top: 25px;
    text-align: center;
}

.alert-error {
    padding: 20px;
    color: #F8F8F8;
    background-color: #F44336;
    text-align: center;
    /* margin: 20px 0px; */
    width: 100%;
    position: fixed;
    display: none;
    left: 0px;
    bottom: 38px;
    -webkit-transition: all 500ms ease-out; /* Safari */
    transition: all 500ms ease-out;
}

.login-puesto {
    width: 50px;
    height: 30px;
    font-size: 18px;
    color: #5A5A5A;
    margin-left: 10px;
}

.hora-servidor {
    margin: 0;
}

#login-form-content{
    padding:30px 0px 0px;
}

.input-group{
    border-bottom:1px solid #d8d8d8;
}

.input-group-addon{
    background: none;
    border: none;
    font-size: 18px;
    border-radius: 0px;
    min-width: 45px;
}

.form-control {
    background-color: transparent;
    border:none;
    border-radius:0px;
    box-shadow: none;
    color: #000;
}

.form-control:focus{
    border:none;
    box-shadow: none;
}

.puesto{
    padding:0px 0px 30px;
}

.btn{
    width:100%;
}

.btn h4{
    margin: 5px;
}

.hora{
    padding:20px 10px 10px;
    margin-top: -10px;
    background-color: #eee;
    border-radius: 0px 0px 10px 10px;
    z-index: -5;
}

.hora h4{
    color: rgba(0,0,0,0.25);
}

.selectPuesto{
    border-bottom: 1px solid #d8d8d8 !important;
    text-align: center;
    font-size: 2rem;
    text-align: center;
    text-align-last: center;
    height: auto;
    font-weight: 700;
    padding: 0px;
}

@media screen and (max-height: 599px){
    #formContent.loginCac {
        margin-top: 10px !important;
        margin-bottom: 60px;
    }
}

.forgot-password-message {
    color: #000000;
    margin-top: 20px;
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards, slideIn 0.5s ease-out forwards;
}

#forgot_pass_button {
    transition: opacity 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
    }
    to {
        transform: translateY(0);
    }
}
