﻿body 
{
    height:100vh;
}

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-image: url(../IMAGES/img-home/Banner_temp.png);
    width: 100%;
    background-size: cover;
    overflow: hidden;
    padding:0;
    background-position: center;
    height:350px;
}

.img-logo-iss {
    width: 300px;
}

.btn-entrar {
    background-color: var(--main-blue-color);
    border-radius: 12px;
    padding: 0.2rem 1.2rem;
    font-size: 0.9rem;
    color: #FFFFFF;
    border-color: transparent;
    height: 35px;
    cursor: pointer;
    width: 8em;
    margin-bottom: 1em;
}

    .btn-entrar:focus {
        background-color: #efa819;
        color: #fff;
        border-color: transparent;
    }

    .btn-entrar:hover {
        background-color: #efa819;
        color: #fff;
    }

    .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: #1062a8;
    border-radius: 12px;
    padding: 0.2rem 1.2rem;
    font-size: 0.9rem;
    color: #FFFFFF;
    border-color: transparent;
    height: 35px;
    cursor: pointer;
    width: 8em;
    margin-bottom: 1em;
}