body{
    background:#333542 url(../images/2.png) no-repeat;
    -moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	overflow: hidden;
	}
.login-area
{	
	margin: 0px;
	padding:10px;
	border: solid #ffffff 1px;
	background-color: #FFFFFF;
	width: 80%;
	height: 400px;
	position: absolute;
    text-align: center;
    left:50%;
    top: 50%;
    webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: hsla(0,0%,100%,.42) border-box;   
    overflow: hidden;   
    border-radius: .3em;   
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset,   
    0 .5em 1em rgba(0, 0, 0, 0.6);   
    text-shadow: 0 1px 1px hsla(0,0%,100%,.3); 
}
.login-area::before{ 
	content: '';   
    position: absolute;   
    top: 0; rightright: 0; bottombottom: 0; left: 0;   
    margin: -30px;   
    z-index: -1;   
    -webkit-filter: blur(20px);   
    filter: blur(20px);   
}
.mylogo
{
	margin: 20px auto;
	padding: 10px;
	background:#FFFFFF url(../images/logo3.png) no-repeat;
	background-position: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.mui-input-group {
	margin-top: 50px;
	padding-right: 15px;
	background: hsla(0,0%,30%,.25);   
    overflow: hidden;   
    border-radius: .3em;
    color: hsla(0,0%,20%,.8); 
    border: solid #cccccc 1px;
}			
.mui-input-group:first-child {
	margin-top: 20px;
}			
.mui-input-group label {
	width: 30%;
	font-size: 14px;
}			
.mui-input-row label~input,
.mui-input-row label~select,
.mui-input-row label~textarea {
	width: 70%;
	padding-right: 5px;
	font-size: 18px;
	color: #FFFFFF;
	
}			
.mui-input-row >label>span{
	color: #FFFFFF;
	font-size: 22px;
}
#em{
	color: #FFFFFF;
	font-size: 14px;
}
.mui-btn {
	margin-top: 20px;
	padding: 5px;
}
.oauth-area {
	position: absolute;
	bottom: 20px;
	left: 0px;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #FFFFFF;
}