body{
	background: #607D8B;
	z-index: 1;
} 
.login_mat_background{
	position: absolute;
    background: url(../images/pattern.jpg) repeat;
    opacity: .5;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;

}
#loginbox{
	border-radius:0;
	background:none;
	border-bottom:none;
	top: 100px;
    position: relative;
    z-index: 10;
}
.logo{
	 float: inherit;
	 padding:0;
	 margin-bottom: 0 !important;
}
.logo img{
	margin-bottom: 0;
    margin: 0 auto;
    display: block;
    padding: 15px;
    max-height: 90px;
}
.logo{
	    //background: url(../../img/logo_mat1.png) repeat-x;
	    background: url(../images/user-img-background.jpg) repeat-x;
}
.copyright{
	position: relative;
	text-align: center;
	font-weight: bold;
}
.copyright span{

}
.login_submit_div button{
	background: #2d4d50 !important;
}
.login_submit_div button:hover{
	background: #395f63 !important
}
.pin_parent, .my_popup_back{
	display: none;
}
.pin_parent{
	//width: 50%;
}
.pin{
	    width: 100%;
	    position: relative;
	    /*left: -12px;*/
}
.sms_icon{
	font-size: 29px;
    background: #fff;
    border-radius: 21px;
    padding: 4px 4px;
    cursor: pointer;
    position: relative;
    top: 7px;
}
.sms_icon:hover{
	background: #ccc;
}
.login_btn, .login_btn2{
	width: 90% !important;
}
#sign_in .msg{
	background-color: #ff5757 !IMPORTANT;
    border-radius: 2px;
}

.login_with_google {
	width: 200px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(/img/login_with_google.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.login_with_google_en {
	width: 200px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(/img/login_with_google_en.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.login_with_google:hover, .login_with_google_en:hover {
	opacity: 0.6;
}
.abt_reg_button {
	width: 249px;
    margin: 20px auto;
    line-height: 30px;
    background-color: #03A9F4;
    border-radius: 5px;
    padding: 5px;
    text-align: center;

}
.abt_reg_button span{
	font-size: 15px;
	color: #fff;
}

.abt_reg_button:hover {
	opacity: 0.8;
}
.login_form .input-group .form-control{
	z-index: 0;
}