﻿
.timeline-badge i.glyphicon {
    line-height: 2.5;
}

.login-form input[type=email], .login-form input[type=password] {
    width: 100%;
    border: 1px solid #dadada;
    padding: 7px 11px;
}

.sign-confirm label {
    margin: -13px 0 0 20px;
}

.sign-confirm input[type=checkbox] {
}

.acil {
    font-size: 11px;
    font-weight: 100;
    animation: hello 0.9s ease-in-out infinite;
    text-align: center;
}

.gorus {
    position: fixed;
    z-index: 9999;
    bottom: 3px;
    right: 7px;
}

@keyframes hello {
    0% {
        color: white
    }

    50% {
        color: #1a1a1a
    }

    100% {
        color: #08c3bd
    }
}

.btn-site {
    padding: 9px 14px !important;
    margin: 5px auto;
    line-height: 0;
    font-size: 11px;
    background-color: #5bc0de;
    border: 1px solid #5ab8d3;
    color: white;
    border-radius: 7px;
    display: inherit;
    transition: all ease-in .3s;
}

    .btn-site:hover {
        background-color: #5ab8d3;
    }

.cls {
    cursor: pointer;
}

.log {
    border: 1px solid #dadada;
    padding: 15px 13px;
    overflow-y: auto;
    max-height: 250px;
}

.bottomDiv {
    margin: 14px 0;
}
