

.container2{
    position: relative;
	z-index:10;
	top:130px;
	margin: auto;
	height:auto;
	width:95%;
	max-width:600px;
}
.container2 .form{
    background: #fff;
    padding: 30px 35px;
    border-radius: 5px;
	text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container2 .form form .form-control{
    height: 40px;
	width: 80%;
	border: 1px solid #000000;
	border-radius: 6px;
	margin:6px;
	font-size: 100%;
}

.container2 .form form .forget-pass{
    margin: 5px;
}
.container2 .form form .forget-pass a{
	font-size: 100%;
}
.container2 .form form .button2{
    background: #6665ee;
    color: #fff;
    font-weight: 500;
	width: 80%;
    transition: all 0.3s ease;
	font-size:120%;
	height:50px;
}
.container2 .form form .button2:hover{
    background: #5757d1;
}
.container2 .form form .link{
    padding: 5px 0;
}
.container2 .form form .link a{
    color: #6665ee;
}
.container2 .login-form form p{
    font-size: 110%;
}
.container2 .row  .alert-danger{
    font-size: 110%;
	background-color: red;
}

.container2 .row  .alert-success{
    font-size: 110%;
	background-color: lightgreen;
}

.container2  .button2{
    background: #6665ee;
    color: #fff;
    font-weight: 500;
	width: 100px;
    transition: all 0.3s ease;
	font-size:120%;
	height:50px;
	border-radius: 6px;
	cursor:pointer;
	text-align:center;
}
.container2 .button2:hover{
    background: #5757d1;
}
