label.error.fail-alert {
	/* border: 2px solid red;
	border-radius: 4px; */
	line-height: 1;
	padding: 2px 0 6px 6px;
	background: #ffe6eb;
	font-weight: bold;
}
input.valid.success-alert {
	border: 2px solid #4CAF50;
	color: green;
}
input:read-only{
background-color:#aba9a36e;
color:black;
cursor:not-allowed;
}
.slide {
	margin-top: 1% !important;
	/* max-width: 600px;
	margin-right:0px; */
	height: 200px;
}

.carousel-inner .carousel-item img {
	margin: auto;
	height: 200px !important;
}
#messageModal{
	padding-top: 150px;
}
.cardicon
{   		
   		/* margin-top:2%; */
   		color: #f33f06d9!important;
   		font-size: 1.5vw;   		
}

.loadingMain {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.8);
}
#errorModal{
	padding-top: 150px;
}
.actionMes{
	color: #ff5401;
	font-weight: bold;
}
.cardlabel{
	font-weight: bold;
}
.smallicon{
   		color: #f33f06d9;
}
.header {
	background-color: #ff5401;
/* 	border-bottom-style: solid;
	border-bottom-width: 1px;
 */	box-shadow: 0px 0pc 3pc 5px rgb(0 0 0 / 20%);
	z-index: 9999;
	position: relative;
}
.custom-header{
	background-color: #d0e2f5;	
}

.footer {
	background-color: #ff5401;
/* 	border-bottom-style: solid;
	border-bottom-width: 1px;
 */	box-shadow: 0px 0pc 3pc 5px rgb(0 0 0 / 20%);
	z-index: 9999;
	position: fixed;
	left:0;
	bottom:0;
}

.wrapper{
	height: auto;
	display:block;
	min-height: 100% !important;
    overflow: hidden;		
}

/* body,html {
	background: linear-gradient(to bottom right, #33ccff, #ff99cc);
 	background: -webkit-linear-gradient(to bottom right, #33ccff, #ff99cc);
	background: -o-linear-gradient(to bottom right, #33ccff, #ff99cc);
	background: -moz-linear-gradient(to bottom right, #33ccff, #ff99cc);
 	height: 100%;
}
 */
 
 body,html{
 	/* background-image:url("/fatcaweb/images/bodyBg.jpg"); */ 	
 	background-repeat:no-repeat;
 	background-size: cover;
 	background-position: center;
 	height: 100%
}
 
.generalMes{
	color: red;	
	font-size: 12px;		
}
#errorMes{
	color: red;
	font-weight: bold;
}

#sucMes{
	color: green;
	font-weight: bold;
}
/*  body {
    color: #000;
    overflow-x: hidden;
    min-height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat
} */

 
.card0 {
    /* box-shadow: 0px 4px 8px 0px #757575; */
    border-radius: 0px;
    /* background-color:#d0e4a9; */
    background:inherit;    
}

.card2 {	
				margin: 80px 20px;				
    /* margin: 0px 40px */
}

#loginFormDiv .card-body{
			 	opacity:1;				
				height: fit-content;
				z-index:20;
		   		border-radius:3%;
		   		background-color:#FFFFFF !important;
		   		transition: .2s ease-out;		
		   		box-shadow:0px 0.8pc 2pc 0px rgb(0 0 0 / 20%);
		   		/* padding: 0vw 0vw 0vw 0vw !important; */
		   		background-repeat: no-repeat;
			  	background-size: contain;
			  	background-image: url("/fatcaweb/images/bg.png");
			  	background-position: top right;
	
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    width: 600px;
    height: 450px
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}


::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

/* button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}
 */
a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: grey;
    width: 150px;
    border-radius:8px;
    color: #fff;
    border-radius: 2px;
}

 .btn-blue:hover {
     background-color: #ff5401;
 	   cursor: pointer;
 	   color: white;
 	   font-weight: bold;
}

.bg-blue {
    /* color: #ff5401; */
    color: white;
    /* background-color: #ff5401; */
}

@media screen and (max-width: 576px) {
    .logo {
        margin-left: 3rem;
    }

    .image {
       height:15rem;
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 100px 5px;
    }
}
@media screen and  (min-width:576px) and (max-width: 991px) {
    .logo {
        margin-left: 3rem;
    }

    .image {
       height:15rem;
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 100px 0px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-sm-6{
    width: 80%!important;
    }
}