.input-group-text{cursor: pointer;}
 .login-box{ width: 320px; background: #fff; padding: 20px; margin: auto; box-shadow: 0 1px 3px rgba(0,0,0,.13);position: relative;z-index: 2; }
 .login-box label{ color: #72777c; font-weight: 100; font-size: 12px; }
 .more-links{ width: 320px; padding: 20px; margin: auto; }
 .more-links a{color: #72777c; font-size: 12px; text-decoration: none;}
 .logo{ width: 320px; padding: 20px; margin: auto; margin-top: 60px; position: relative;z-index: 2;}
 .form-control{ border-radius: 0; }
 .remember{ cursor: pointer; }	
 body{background: url(../images/background.jpg) no-repeat center;background-size: cover;}
 body::after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 1;}