.custom-html, .custom-body { 
    margin: 0 auto;
    width: 100% ;
    height: 100%; 
	/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-family: "Poppins";
	/* font-size: 0.875rem; */
}
.custom-body #content {
    background-image: url("/assets/template/frontAdmin/svg/components/card-11.svg");
    height: 100%;
    display: flex;
    align-items: center;    
    padding: 1rem;
}

svg{ fill:black;}
.custom-body-dark .darkMode svg {fill:white;}
.custom-body .footer {
    height: 5rem;
    background: url("/assets/images/icon/reg-light-bg.svg") repeat-x bottom center;
    padding: .75rem;
}
.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 93px;
	height: 93px;
	text-align: right;
}
.ribbon span {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px;
    right: -29px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.red span {
    background: linear-gradient(#f70505 0%, #8f0808 100%);
}

.red span::before {
    border-left-color: #8f0808;
    border-top-color: #8f0808;
}

.red span::after {
    border-right-color: #8f0808;
    border-top-color: #8f0808;
}

.blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue span::before {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
}

.blue span::after {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
}

.foo {
    clear: both;
}

.bar {
    content: "";
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79a70a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79a70a;
}

.baz {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 100px;
    left: 1000px;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(231, 234, 243, 0.7);
}
.label-input100 {
    font-family: "Poppins";
    font-size: small;
}
.input100 {
	font-family: "Poppins";
	display: block;
    color: #1e2022;
    outline: none;
    border: none;
	width: 100%;
	height: 55px;
	background: 0 0;
	padding: 0 7px 0 43px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.input100:focus {
	border-color: transparent !important;
}
.input100:focus + .focus-input100::after {
	color: #6074E5;
	border-color: #6074E5;
}
.input100:focus + .focus-input100::before {
	width: 100%;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #6074E5;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.focus-input100::after {
	content: "\F0004";
	font-family: "Material Design Icons";
	/* color: rgba(103, 119, 136,.5); */
	color: rgba(103, 119, 136,.5);
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	/* border: 2px solid rgba(231, 234, 243, 0.7); */
    /* background-color: #6074E5; */
    /* background-color: rgba(103, 119, 136,.5); */
	/* border-radius: 50%; */
	height: 30px;
	width: 30px;
	margin: 0 auto;
	bottom: 13px;
}
.focus-input100.key::after {
    content: "\F0306";
    /* content: "\F033E"; */
}
