@import url('webfont/styles.css');
.card-title{
	margin-bottom: 0rem !important;
}

.form-label-group{
	margin-top:5%;
}
h4{
	color:#646464;
}

.label{
	font-size:12px;
	margin-bottom: 0rem !important;
	color:#646464;
}

.input{
	background-color:#e7e7e7;
	border-color:transparent;
}

.card-signin{
	border-radius: 10px;
	width:100%;
}

.bottom{
	margin-top:7%;
	border-radius:20px;
	background-color: #00a79d;
	color:#fff;
	padding: 0.2rem 2rem;
	margin-bottom:8%;
}

.column{
	background-color:#646464;	
	border-bottom:1px solid;
	display:flex;
}
.border-bottom-radius{
	border-top-right-radius:10px;
	
}

.border-top-radius{
	border-bottom-right-radius:10px;
}

.background-login{
	width:100%;
	padding-left:15px;
	padding-right:15px;
}

.column:hover .background-login {
    background: rgba(0,167,157, 0.4);
	
}
.column:hover .border-menu {
	border-left: 2px solid #fff!important;
}

.text-menu{
	font-size: 12pt;
    font-family:'futura-pt';
    color: #fff;
	margin-left:15px;
	line-height:1.3em;
	margin-top:5%;
	font-weight: 500;
}

.border-menu{
    border-left: 2px solid #00a79d !important;
    position: absolute;
    height: 80%;
	margin-top:3%;
}

.card-body{
	padding: 3.25rem !important;
}

.Login-pFuturaBook{
	font-family:'futura-pt';
	font-weight: 200;
	font-style: italic;
}
.text-name{
	margin-bottom:0rem;
}
.row-menu{
	margin-top:15%;
	margin-bottom:10%;
	justify-content: center;
}
.col-menu{
	padding-left:0px !important;
	padding-right:0px !important;
}
a:hover{
	text-decoration:none !important;
}
h2{
	color:#00a79d;
}