@font-face {
    font-family: 'montserrat';
    src: url('Montserrat-Regular.ttf') format('truetype');
}


#lado-esquerdo{
    width: 90vw;
    height: 50vh;
    background: url(../img/novo-tenant.svg) no-repeat center;

}

#conteniner-novo-tenant{
    height: 100vh;
    width:90vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#conteniner-novo-tenant > h3{
    font-family: 'montserrat';
    color: #212529;
    font-weight: bold;
    margin:0;
    border-bottom: 2px #17a2b8 dashed;
    
}

.error_name{
    color: red;
    font-weight: bold;
    font-size: 12pt;
}

@media only screen  and (orientation: portrait){
    
    #conteniner-novo-tenant > h3{
        font-size: 2.6vh;   
    }
}