body{
    background-image: url(./../login/login-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
  body {
    background-image: url(./../login/login-bg.jpg);
  }
}
td{
padding:10px;
}

a{
	text-decoration:none;
}

input[type=password] {
  width: 100%;
  padding:5px;
  box-sizing: border-box;
}

.col-sm-4{
position:absolute;
top:30%;
left:30%;
transform: translateX(20%,30%);
padding: 40px 30px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
border-radius: 10px;
background: #fff;
width: 500px;
transition: all ease-in-out 0.3s;
}