.form-signin input[type="password"] {
	margin-bottom: 0px !important;
}

.testButton {
	color: white !important;
	background-color: black !important;
	border-color: black !important;
	border-radius: 0 !important;
}
.testButton:hover {
	background-color: #c30000 !important;
	color: white;
}

.loginWith {
	color: white !important;
	background-color: black !important;
	border-radius: 0 !important;
}

.forgot {
	color: black !important;
	text-decoration: underline !important;
}

.slds-checkbox--faux:after {
	height: 2rem;
	width: 2rem;
}

.slds-checkbox_faux {
	height: 2rem;
	width: 2rem;
}

.teste {
	--slds-c-checkbox-color-background: black;
	--slds-c-checkbox-color-background-checked: black;
	--slds-c-checkbox-mark-color-foreground: white;
}

.session {
	font-size: 12px !important ;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	text-indent: -15px;
	margin-top: 20px;
}

.box {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -3px;
	*overflow: hidden;
}

.link {
	font-size: 12px !important;
}

.mensagem {
	font-size: 12px !important;
	padding-top: 1vh;
}

.slds-assistive-text{
    display: none;
}