@font-face {
    font-family: 'Ubuntu';
    src: url('../webfonts/ubuntu-r.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
.font-ubuntu {
    font-family: Ubuntu !important;
}
.label {
    font-size: 15pt;
}
.caixalogin {
	margin: 0 auto;
	max-width: 290px; 
	height: auto;
	text-align: center;
	font-size: 4em;
}
.bg {
    background-color: #73c7aa;
}
.trans {
    background: rgba(0, 0, 0, 0.1);
}
.input-group-text {
    background-color: transparent;
    border: 1px solid #d6d6d6;
    border-radius: .25rem;
}
.ne {
    display: none;
}