/* html, body {
	height: 100%;
}

.container {
    position: relative;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width: 992px) {
    .container {
        width:1000px
    }
}

@media(min-width: 1200px) {
    .container {
        width:1160px
    }
}

h3 {
	color: #3B3B3B;
}

.iconfont {
	color: #909090;
}

.left-box {
	float: left;
    width: 600px;
}


.left-box img {
	width: 600px;
}

.right-box {
	width: 420px;
    margin-left: 700px;
    height: 200px;
}

.right-box .info {
	
}

.right-box input[type="text"], .right-box input[type="password"] {
	border: none;
	font-size: 12px;
	background-color: #fff;
	padding-left: 10px;
}

.login-button {
	background: #0057E5;
	color: #fff;
	border: 0;
	padding: 10px 60px;
	margin-top: 20px;
	cursor: pointer;
}

.login-button.disabled {
	background-color: #0057E5;
	opacity: 0.5;
	cursor: not-allowed;
}

.login-button:not (.disabled ):hover {
	opacity: 0.9;
}

.row {
	position: relative;
	display: flex;
	flex-direction: row;
	margin: 10px 0;
	padding: 5px 0;
}

.row:after {
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	transform: none;
	transform-origin: 0 0;
}

.row:after {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #d9d9d9;
	color: #d9d9d9;
	transform-origin: 0 100%;
	transform: scaleY(0.5);
	left: 25px;
}

.fx-1 {
	
}

.fx-9 {
	flex: 9;
	padding-left: 10px;
} */





.leftimg img {
    position: absolute;
    top: 14em;
    left: 18%;
    width: 40%;
    height: 30em;
}

.right-box input[type="text"], .right-box input[type="password"] {
	border: 1px solid #c3c3c2;
	font-size: 12px;
	background-color: #fff;
	padding-left: 1em;
    height: 3em;
    width: 17em;
    border-radius: 5px;
    text-indent: 1.5em;
}

#loginForm{
	position: absolute;
    left: 60%;
    top: 14em;
    height: 30em;
    width: 25em;
    background-color: white;  border-radius: 5px;
    border: 1px solid #e0dcdc;
}

.row1,.row2{
	    margin:2.5em 2em 1em;
}
.title{
	     color: #19b7ee;
    text-align: center;
}
.row3{
	    padding-left: 3.7em;  
}

.login-button{
    border: none;
    border-radius: 5px;
    height: 2.5em;
    width: 15em;
    background: linear-gradient(-90deg, #1bb8ef, #8af770);
    margin-left: 3.5em;
    margin-top: 2em;
    color: #f9f8f7;
}
.logoimg{
	    margin-top: 1em;
	    margin-left: 2.5em;
	     width: 20em;
        height: 4.5em;
}
.centreColor{
    position: absolute;
    height: 37em;
    width: 100%;
    top: 10em;
    background-color: #080a3cfc;
    z-index: -99;
}
.iconimg1{
	position: absolute;
   height: 3em;
    width: 3em;
    left: 3em;
   background-size: 100% 100%;
}

.iconimg2{
	position: absolute;
    height: 3em;
    width: 3em;
    left: 3em;
 background-size: 100% 100%;
}
