﻿  body {
    padding-top: 120px;
    padding-bottom: 40px;
    background-color: #eee;
  
  }
  .btn 
  {
   outline:0;
   border:none;
   border-top:none;
   border-bottom:none;
   border-left:none;
   border-right:none;
   box-shadow:inset 2px -3px rgba(0,0,0,0.15);
  }
  .btn:focus
  {
   outline:0;
   -webkit-outline:0;
   -moz-outline:0;
  }
  .fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
  
    background-repeat:repeat;
  }
  .form-signin {
    max-width: 320px;
    padding: 15px;
    margin: 0 auto;
      margin-top:10px;
	  
vertical-align:center;
  }
  .form-signin .form-signin-heading, .form-signin {
    margin-bottom: 10px;
  }
  .form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="text"] {
    margin-bottom: -1px;

  }
  .form-signin input[type="password"] {
    margin-bottom: 10px;

    
  }
  .form-signin-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  }
  
  .center_div{
    margin-top: 150px;
    width:100%;/* value of your choice which suits your alignment */

}

.loginbg {
 
  background: url(../img/login/fill.png);
  border-color: #000000;
padding:30px;

  
}

.btn-wsp {
  color: #ffffff;
  background-color: #008996;
  
  border-radius:0px;
  margin-bottom: 10px;
  margin-right:10px;
}

.btn-wsp:hover
  {
   outline:0;
background-color: #03555d;
   -webkit-outline:0;
   -moz-outline:0;
  }

.center-block {
  top:50%;
  left: 50%;
  transform: translate3d(-50%,-50%, 0);

}


