html{
    background-color: #fdfdfd;
}
.caLogin .caContainer{
	width: 90%;
	margin: auto;
	max-width: 650px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 15px rgb(0 0 0 / 5%);
	border-radius: 15px;
	padding: 1.5rem 2rem;
	z-index: 10;
}
.caLogin label{
    font-weight: 500 !important;
    color: #7c7c7c;
}
.caLogin .form-control {
    border: 1px solid #F0F1F2;
    background-color: #F7F7FC;
    box-shadow: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    border-radius: 8px;
    font-size: .9rem;
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position: calc(100% - 0.8rem) 55%;
    padding: 1.2rem 3.5rem 1.2rem 1.1rem;
    box-sizing: border-box;
}
.caLogin h6 {
    font-size: 1.5rem;
    font-weight: 500 !important;
    color: #646464;
    display: block;
    clear: both;
}
.caLogin p{
    font-size: .9rem;
    color: #7c7c7c;
}
.caLogin .caLogo{
    display: block;
    width: 100%;
    max-width: 8rem;
    margin-bottom: 1rem;
    float: right;
}
.caForgotPass {
    margin-top: 1rem;
}
.caForgotPass a {
    color: #272727;
    text-decoration: underline;
}
.caLoginButton {
    border-radius: 0.5rem;
    padding: 0.375rem 2rem;
}
.caUserIcon{
    background-image: url(/img/icons/login.svg);
}
.caPassIcon{
	background-image: url(/img/icons/pass.svg);
}
/*
.dashboard-menu,
.caFooter{
	display: none;
}
body::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: #f5f5f5;
}
*/
 @media only screen and (min-width : 768px) {
	.caLoginButton {
	    float: right;
	}
}
.appsImg {
    border: none;
    clear: both;
    display: inline;
    max-width: 100%;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-decoration: none;
    width: auto;
    word-wrap: normal!important;
    height: 55px;
}

.fontPrincipal{
    font-weight: bold !important;
}