.banr-head {
	background: url(../img/banner.png) no-repeat, linear-gradient(#F7C275 75%, #F7F4F0);
	padding: 80px ;
	background-size: cover;
	
}
.app-images {
	background: url(../img/app-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 70px;
    padding-bottom: 70px;
}
.login-cardimg{
	background: url(../img/login/ID7@2x.png) center no-repeat;
	width: 100%;
	height: 6rem;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
body{
    background: white
    ;
	/* background-image: url(../img/login/background.jpg);
background-size: cover;
background-attachment: fixed; */
}
.logo-card{
	position: relative;
	top: -46px;
	z-index: 1;
}
.title-card{
	position: relative;
	top: -220px;
    z-index: 1;
    color: white;
}
.title-card-login{
	position: relative;
	top: -195px;
    z-index: 1;
    color: white;
}
.logo-rounded{ 
border-radius: 50%;
background: #FFFFFF;
padding: 2px;
padding-right: 10px;
padding-left: 10px;
background-repeat: no-repeat;
height: 79px;
text-align: center;
  
}
.logo-rounded-reg{
	border-radius: 50%;
    background: white;
    padding: 2px;
    background-repeat: no-repeat;
    height: 92px;
    text-align: center;
}
.layer {
    background-color: rgba(234, 98, 103, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-color{
    display: block;
    position: relative;
    height: 174px;
   
   
}
.image-color-reg{
    display: block;
    position: relative;
}

.image-color::after {
    content: "";
    background: #e72428b8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    border-bottom-left-radius: 53.85px;
    border-bottom-right-radius: 53.85px;
}
.image-color-reg::after {
    content: "";
    background: #e72428b8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 1;
    border-bottom-left-radius: 82px;
    border-bottom-right-radius: 82px;
}
.image-color > * {
    z-index: 10;
}
