html{
    background-color: #f5f5f5;
}
.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: 10px 10px 30px rgb(0 0 0 / 2%);
    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: 600 !important;
    color: #2b2b2b;
    display: block;
    clear: both;
}
.caLogin p{
    font-size: .9rem;
    color: #2c3063;
    font-weight: 400;
}
.caLogin .caLogo{
    display: block;
    width: 100%;
    max-width: 8rem;
    margin-bottom: 1rem;
    float: right;
}
.badge{
    font-weight: 400;
    font-size: 10px;
}
.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);
}
.caBody{
	    background-color: #f5f5f5 !important;
}
/*
.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;
	}
}
