body{
	background-image: url('http://clinicmgmt.my5tech.com/common/img/1UDQXZ3F3C2NDL05.jpg');
	background-size: cover;
    background-repeat: no-repeat;
}
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    /* margin: 8px 0; */
    border: none;
    cursor: pointer;
    /* width: 100%; */
}

button:hover {
    opacity: 0.8;
}

.imgcontainer {
    text-align: center;
    padding: 20px 0 40px;
    position: relative;
}

.login-form {
	padding-top: 5%;
    margin: 50px auto;
}

@media (min-width: 767px)
{
  .login-form {
    width: 500px;
	}
}

.login-form form{
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px 50px;
}

.login-form .form-group input {
	height: 45px !important; 
}

.login-form .clearfix {
	padding-bottom: 10px; 
}

.btn-block {
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
}

#infoMessage{
	text-align: center;
}