body {
	--height:100vh;
	--width:100vw;
	background-color:rgba(0,0,0,0.03);
	font-family: 'Nunito','Jura', Courier, monospace;
	overflow: hidden;
}

#img-logo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid #f39c12;
	padding: 10px;
	background-color: white;
}

.login-box-body {
	/*display: -webkit-box;
	display: -webkit-flex;  
	display: -ms-flexbox;  
	display: flex;  
	padding: inherit;*/
	border-radius: 10px;
	box-shadow: 0 0 5px silver;
	background-color: #f39c12;
	position: relative;
	overflow: hidden;
	border: 1px solid silver;
	opacity: 0;
}

.fil01 {
	fill:orangered;
}

.str0 {
	stroke:#FEFEFE;
	stroke-width:27.7795;
	stroke-dasharray:27.779528 138.897638;
}
.fil0 {
	fill:none;
}

.leftpanlogin{
	text-align: center;
	display: inline-grid;
	align-items: center;
}

.rightpanlogin{
	padding: 5px 15px;
}

.row-xx {
	color: white;
	text-align: left;	
}

.row-xxx {
	height: 100%;
	width: 100%;
	background-color: white;
	position: absolute;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 30%;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 8px;
	right: -50%;
	top: -10%;
	transform: rotate(-20deg);
}

.row-xxx2{
	position: absolute;
	top: 35%;
	left: -30%;
	opacity: 0.4;
	background-color: transparent;
	height: 500px;
	width: 500px;
}

.row-xxx3{
	position: absolute;
	top: -40%;
	left: 20%;
	opacity: 0.5;
	background-color: transparent;
	height: 500px;
	width: 500px;
}

.row-xxx4{
	position: absolute;
	top: 0;
	background-color: transparent;
}

.iconspan {
	border: 1px solid white;
	padding: 20px;
	font-size: 25px;
	border-radius: 10px;
	width: 77px;
	display: block;
	text-align: center;
	margin-right: 10px;
}

.rowicon{
	position: relative;
	padding: 30px 0px;
	display: flex;
}

.div {
	margin-top:10px;
}

#btshowpass {
	cursor: pointer;
}

.parbody {
	display:none;
}

.parent, .parbody {
	position:relative;
	height:100%;
	width:100%;
}

.form-control-feedback-left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2; 
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}  

.has-feedback-left {
	text-indent: 25px;
}  

.fa-size {
	font-size: 5em;
	border:2px solid black;
	padding:15px 23px 15px 23px;
    border-radius:50px;
}

.iconuser {
    padding-bottom: 15px;
}

.copyright{
	font-size:10px;
}	

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.modal_ {
	margin: 0;
    position: fixed;
	z-index:20;
	display:none;
	padding:10px;
	border-radius:5px;
	bottom:15px;
	right:50px;
	border:1px solid #843534;
}

.title {
	color: white;
}

.title h2 {
	margin: 5px 20px;
}

@media (min-width: 767px) {

	.login-box {
		width: 720px;
	}

}	

@media (max-width: 767px) {

	.login-box {
		width: 85%;
		margin-top: 50px;
	}

	.copyright{
		color: white;
	}

	.title h2 {
		text-align: center;
	}

}	

