﻿body{
	margin: 0 auto;
	
	background-image:url("dd\1.jpg");
	background-size:100% 720px;
	}	


	
	
.container{
	width: 500px;
	height: 300px;
	text-align:center;
	/*background-image: url("D:\bank\pNg\003.png");
			
	background-color:rgba(52,73, 94 ,0.3);*/
background-color:#20A1E9;
	border-radius: 4px;
	margin: 0 auto;
	margin-top:100px;
	box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.3);

}
/*.container img{
	width:120px;
	height:120px;
	margin-top:-60px;
	margin-right:30px;
	margin-left:15px;
	margin-bottom:30px;
	border-radius: 40px;
	box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.3);
}*/
input[type="text"],input[type="password"]{
	height: 45px;
	width:300px;
	font-size: 18px;
	margin-bottom:20px;
	background-color: #fff;
	padding-left:30px;
}

.form-input:: before{
	content:"/f007";
	position:absolute;
	font-family:"FontAwesome";
	padding-left: 5px;
	color:#9B59B6;
	padding-top: 5px;
	font-size:30px;
	
}


input[type="submit"]{
	
	display: inline-block;
              border-radius: 4px;
              background-color: #01377B;
              border: none;
              color: #FFFFFF;
              text-align: center;
              font-size: 12px;
              padding: 10px;
              width: 120px;
              transition: all 0.5s;
              cursor: pointer;
              margin: 5px;
              
	/*color:#FFFFFF;
	background-color:#9966ff;
	padding:15px 30px;
	border-redius:4px;
	border-bottom: 4px solid #9966ff;
	border-right: 4px solid #9966ff;*/
}


/*input[type="submit"]:hover
{
	
	padding:16px 32px;
	box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.3);
	
}*/
.home{
	height:110px;
	width:110px;
	float:left;
	margin-top:-100px;
	margin-left:150px;
	
		
}
.home img{
	margin-top:-20px;
	margin-left:0px;
	height:100px;
	width:100px;
	border-radius: 48px;
	background-color:#2ECC71;
}

p :hover
{
	height:104px;
	width:104px;
	background-color:#cb65fa;
	box-shadow: 5px 5px 12px 0px rgba(0,100,0,0.3);
	
}

 .alertBox
        {
            position: absolute;
            top: 290px;
            left: 47%;
            width: 300px;
            margin-left: -100px;
            background-color: #ECECEC;
            box-sizing: border-box;
            padding: 0px 0px;
            border-radius: 15px 15px 15px 15px;
            border: 4px solid #6F6F6F;
            padding: 6px;
            font-family: Calibri;
        }
        
        .overlay {
              height: 100%;
              width: 0;
              position: fixed;
              z-index: 1;
              top: 0;
              left: 0;
              background-color: rgb(0,0,0);
              background-color: rgba(0,0,0, 0.4);
              overflow-x: hidden;
              transition: 0.5s;
            }