body {
    padding-top: 120px;
    height: 100%;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*
Login	
*/
body.login {
    background-image: linear-gradient(
            rgba(59, 69, 79, 0.74),
            rgba(59, 69, 79, 0.74)),
    url('/images/mht-login-background.jpeg') ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.form-signin input {
    border:  1px solid #777;
    border-radius: 3px;
    padding: 10px;
    margin: 15px 0;
}

.form-signin input[type=submit] {
    border:  0px;
    border-radius: 3px;
    padding: 10px;
    margin: 10px 0;
}
.form-signin input[type=submit]:hover {
  background: #358b91;
}


.form-signin .form-control {
    position: relative;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.panel-footer a.button {
    height: 3em;
    width: 60%;
    padding: 0 5px;
    font-weight: 600;
    line-height: 3em;
    font-size: 18px;
    color: white;
    letter-spacing: .1rem;
    text-decoration: none;
    border-radius: 3px;
    border: solid 2px #444;
    cursor: pointer;
    box-sizing: border-box;
    margin: 2px;
}



.panel-footer a.button:hover {
    border: solid 2px transparent;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


.panel {
	border-radius: 0;
    padding: 50px 70px 20px 70px;
    border-radius: 10px;
}

.panel-default>.panel-heading {
	
	background-color: inherit;
	border-color: #fff;
}

.panel-footer {
	background-color: inherit;
	border: none;
}

.btn .btn-lg .btn-info {
	width: 33%;
}

input[type=submit].btn-block {
    width: 60%;
    margin: 0 auto;
	margin-top: 15px;
}

.btn-info, .btn-info:hover {
    color: #fff;
	background-color: #46b0b6;
    border-color: #444444;
}

.btn-info, .btn-info:hover {
    color: #fff;
    background-color: #46b0b6;
    border-color: #46b0b6;
}

.fa {
    color: white;
	margin-top: 8px;
}

.social-icon {
    width: 3em;
    height: 3em;
    margin-left: 8px;
    margin-right: 8px;
    color: #46b0b6;
}

.panel-footer {
	text-align: center;
}

.panel-footer p {
	font-size: smaller;
}

.panel-footer a {
    color: #46b0b6;
    display: inline-block;
    text-align: center;
}

.post-login {
	text-align: center;
}

.image-no-hover:hover {
    border: none;
}

.post-login a {
	color: #fff;
}

.panel-footer .login-forgot-password {
    border: none;
    color: #555555;
    text-decoration: none;
}

.post-login a:hover {
	text-decoration: none;
}

#login-page-wrapper {
    background: linear-gradient(
            rgba(59, 69, 79, 0.74),
            rgba(59, 69, 79, 0.74)),
    url(/images/mht-login-background.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: relative;

    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

#login-form-wrapper {
    background-color: #ffffff;

    position: fixed;
    width: 340px;
    height: 280px;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -170px;
}

#login-form {
    margin: 0 auto;
    margin-top: 20px;
}

.form-signin label {
    display: none;
}

#login-form input {
    border: 2px solid #444444;
    border-radius: 3px;
    padding: 20px 10px;
}

#logo-wrapper {
    text-align: center;
    margin: 20px;
    padding-bottom: 20px;
}

.error {
    padding: 5px;
    color: #c84b61;
    border: 1px solid #c84b61;
    font-size: smaller;
}


.success {
    padding: 5px;
    color: #46b0b6;
    border: 1px solid #46b0b6;
    font-size: smaller;
}

.bottom {

    margin-top:50px;
}