        @import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
        html{
            height: 100%;
        }
        body{
            background-color: white;
            width:100%;
            height: 100%;
        }
        .login-block
        {
            margin-top: 2%;
            height: 80%;
        }
        .container{
            zeight: 80%;
            width: 50%;
        }
		.header
		{
			width: 100%;
			height: 50px;
			padding: 7px;
			background-color: #682558;
		}
		.footer{
			font-size: 12px;
			sosition: fixed;
			sottom: 0;
			text-align: center;
			width: 100%;
		}
        .banner-sec{
            background-color: #00A191; background-size:contain; 
			zeight:100%; border-radius: 6px 0 0 6px; padding:0;
        }
		
        .container{
			background:#fff; border-radius: 6px; border: 1px solid #EDEDED;
			box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 30px 0 rgba(0,0,0,.19);
		}

        .login-sec
        {
			background: url('../images/MatrixCRLogo.png') no-repeat;
			background-size: 300px 79px;	
			background-position: center top;
			padding: 50px 60px; 
			position: relative;
			top: 1%; 
			height:100%; 	
        }

        .login-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;}
        .login-sec .copy-text i{color:#FEB58A;}
        .login-sec .copy-text a{color:#E36262;}
        .login-sec h2{margin-bottom:15px; font-weight:600; font-size:20px; color: #182045;}

        .btn-login{background: #58669B; color:#fff; font-weight:600; width:100px; margin-right: 30px; margin-top:30px}
        .btn-register{background: #58669B; color:#fff; font-weight:600; width:100px; margin-top:30px }
        .btn-fp{background: white; width:200px; margin-right: 30px; margin-top:30px}

		.fplink{
			margin-top: 5px!Important; margin-left: 5px;
		}
		.fplink a{
			font-size: 14px;
		}
        .banner-text
		{
			margin: 10%;
            width:80%;             
			height: 80%;
            position: absolute;
			background-image: url('../images/ECC_Logo_White.png');
			background-repeat: no-repeat;
			background-position-x: 50%;
			background-position-y: 50%;
			background-size:contain;
        }
        .banner-text h2{color:#fff; font-weight:600;}
        .banner-text h2:after{content:" "; width:100px; height:5px; background:#FFF; display:block; margin-top:20px; border-radius:3px;}
        .banner-text p{color:#fff;}
