﻿:root {
    --main-blue-color: #005d6a;
    --second-orange-color: #008799;
    --background-color: #f9f9f9;
    --font-body: #212529;
    --font-left-menu: #707070;
    --dark-background: #f9f9f9;
}

body 
{
    height:100vh;
    background-color: #232323 !important;
}

html, code {
    margin: 0;
    padding: 0 !important;
}

html {
    background: #fff;
    color: #222;
    padding: 15px;
}

p {
    margin:0;
    overflow: hidden;
    font-size: 40px;
    color: #707070;
}

.layout2022 {
    display: none !important;
}

.link-ico {
    color: #F27474;
    font-size: 80px;
}

label {
    font-size: 20px;
    color: #707070;
}

div.container-fluid {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jumbotron {
    margin: 0;
    background-color: #cccccc;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    padding:0;
    background-position: center;
    height:350px;
}

.img-logo-iss {
    width: 300px;
}

.img-logo{
    display: none;
}

.btn-entrar {
    background-color: var(--main-blue-color);
    padding: 0.2rem 1.2rem;
    font-size: 0.9rem;
    color: #FFFFFF;
    height: 35px;
    cursor: pointer;
    width: 8em;
    border: 2px solid #005d6a;
    border-radius: 5px;
}

    .btn-entrar:focus {
        background-color: var(--second-orange-color);
        color: #fff;
        border: none;
        transition: none;
    }

    .btn-entrar:hover {
        background-color: var(--second-orange-color);
        color: #fff;
        border: none;
        transition: none;
    }

    .btn-entrar:disabled {
        background-color: #eeeeee;
        color: #707070;
        cursor: default;
        border: solid #ddd 1px;
        box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.04);
    }
.btn-entrar {
    background-color: var(--main-blue-color);
    padding: 0.2rem 1.2rem;
    font-size: 0.9rem;
    color: #FFFFFF;
    height: 35px;
    cursor: pointer;
    width: 8em;
    border: 2px solid #005d6a;
    border-radius: 5px;
}