@import url('https://fonts.googleapis.com/css?family=Numans');


html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

a:hover {
    color: #fff;
}

.background-app {
    background-image: url("/Assets/background.svg");
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.hoverlink {
    color: black;
    text-decoration: underline;
    transition: all .6s;
}

    .hoverlink:hover {
        color: white;
        text-decoration: none;
        -webkit-text-fill-color: #0036ff;
        transition-timing-function: ease-in-out;
    }

.form-actions:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.container-fluid .table-responsive {
    overflow-x: hidden;
}

a.current:link, a.current:visited {
    color: white;
    background-color: red;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*Estilos para o Login*/

.container_login {
    height: 100vh;
    align-content: center;
}

.card {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 50vh;
    background-color: rgba(10,23,55,0.7);
}

.card-body {
    color: black;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(255,255,255,0.5) !important;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header {
    color: black;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(255,255,255,0.5) !important;
}

    .card-header h1 {
        color: mediumblue;
    }

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: black;
    background-color: #FFC312;
    width: 100px;
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }

.text-green {
    color: #00FF00 !important
}

.feel-delete-info li {
    margin-top: 1em;
    margin-bottom: 1em;
}

.websos-link-secondary {
    color: var(--bs-secondary);
    text-decoration: none;
    transition: all 0.2s ease;
}

.websos-link-secondary:hover {
    color: #0d6efd;
    text-decoration: underline;
}
