.btn {
	color: #FFF !important;
	width: calc(100% - 24px);
	padding: 12px;
	border: none;
	border-radius: 4px;
	margin: 10px 0;
	opacity: 0.85;
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none; /* remove underline from anchors */
}

.btn:hover {
	color: #FFF !important;
	opacity: 1;
	font-weight:normal !important;
}

input[type=text].inputFormGeral,input[type=password].inputFormGeral {
	width: calc(100% - 20px);
	padding: 10px;
	border: none;
	border-radius: 4px;
	margin: 8px 0px;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none; /* remove underline from anchors */
	
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.5) !important;
	
}

.inputFormCad {
	width: calc(100% - 20px) !important;
	margin: 8px 0px 4px 0px !important;
}


.fb {
  background-color: #3B5998;
  color: white;
}

.twitter {
  background-color: #55ACEE;
  color: white;
}

.google {
  background-color: #dd4b39;
  color: white;
}

.ativonline {
  background-color: #2c850f;
 	color: #FFF !important;
	width: calc(100% - 24px);
	padding: 12px;
	border: none;
	border-radius: 4px;
	margin-top: 10px;
	opacity: 0.85;
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none; /* remove underline from anchors */
	font-weight:normal !important;
  
}

#formCad_Topo {
	opacity: 1 !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	margin-top: 0px !important;
}

#formRecSenha_Topo {
	opacity: 1 !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	margin-top: 0px !important;
}

.ativonline_over {
	opacity: 1;
}

.loginIconFB {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	vertical-align: middle;
	background-image:url(/_img/facebook.svg);
	background-size: 30px 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.loginIconGL {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	vertical-align: middle;
	background-image:url(/_img/google.svg);
	background-size: 30px 22px;
	background-repeat: no-repeat;
	background-position: center;
}

.loginAtivO {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	vertical-align: middle;
	background-image:url(/_img/students-cap.svg);
	background-size: 30px 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.cadAtivO {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	vertical-align: middle;
	background-image:url(/_img/cadastro.svg);
	background-size: 30px 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.recsenhaAtivO {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	vertical-align: middle;
	background-image:url(/_img/key.svg);
	background-size: 30px 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.fincadIcon {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	background-image:url(/_img/checked.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
}

.enterIcon {
	display: inline-block;
	position: relative;
	height: 33px;
	width: 33px;
	vertical-align: middle;
	background-image:url(/_img/enter.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

#topArrowIconAO {
	display: none;
	cursor: pointer;
	height: 30px;
	width: 30px;
	position: relative;
	vertical-align: middle;
	background-image:url(/_img/chevron.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: right center;
}

.menuCadAO {
	background-color:#F6F6F6;
	margin-bottom:10px;
	width: calc(100% - 30px);
	padding: 12px;
	border: 3px solid #2c850f;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#menuCadAO {
	display:none;
}

#formDivCadAO {
	width: calc(100% - 34px) !important;
	border: 5px solid #2c850f !important;
	border-top: none !important;
	margin-bottom: 0px;
}

#formDivRecSenhaAO {
	width: calc(100% - 34px) !important;
	border: 5px solid #2c850f !important;
	border-top: none !important;
	margin-bottom: 0px;
}

.btnEntrarAO_Container {
	width: 100%;
	height: 35px;
	margin:8px 0px;
}

.btnEntrarAO_Cpt {
	display:inline-block;
	font-size:14px;
	width: auto;
}

.btnEntrarAO_Btn {
	cursor: pointer;
	opacity: 0.8;
	color: #FFF;
	text-align: center;
	background-color: #208200;
	border: 0;
	padding: 0;
	border-radius: 4px;
	box-shadow: 0px 7px 12px -7px #3e7327;
}
.btnEntrarAO_Btn:hover {
	opacity: 1;
}
.btnEntrarAO_Btn:active {
	position: relative;
	top: 1px;
}


#btnEntrarAO_Btn {
	width: 100%;
	height: 35px;
}

#btnCadastrarAO_Btn {
	width: 100%;
	margin-top: 15px;
	height: 35px;
}


#cadastro {
	width: 500px;
}

.loginBreaker {
	flex-basis: 100%;
}