 html,
    body {
        height: 100%;
		font-size:20px;
		background-image: url('../../images/1.jpg');
		background-repeat: no-repeat;
		background-size: cover;
    }

    body {
		
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;

    }
	
	.hed1{
		font-family:times new roman;
		font-weight:bold;
		color:blue;
		
	}
	.main-back{
		
		background:#b5b5b59c;
		box-shadow:0px 0px 7px 7px white;
		border-radius:10px;
	}
	.head-back{
		
		background:#3cd2ff3d;
		color:#2e266f;
	}
	.head1{
		font-family:times new roman;
		font-weight:bold;
		color:#2b2b4a;
	}
	.login-btn{
		
		font-size: 25px;
    padding: 2px 0px;
    font-weight: bold;
	}