﻿@media (max-width: 970px) {

     .progress-bar {
    color: #333;
} 

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
		
}

    body {
        background: url('Images/Login-Page-Slider-Artwork.jpg')no-repeat center center fixed;
        /*background: url(~/Content/Images/Login-Page-Slider-Artwork.jpg) no-repeat center center fixed;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.login-form {
	margin-top: 120px;
}

form[role=form] {
	color: #5d5d5d;
	background: rgba(242, 242, 242, 0.3);
	padding: 26px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	form[role=login] img {
		display: block;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	form[role=login] input,
	form[role=login] button {
		font-size: 18px;
		margin: 16px 0;
	}
	form[role=login] > div {
		text-align: center;
	}
	
.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}
	.form-links a {
		color: #fff;
	}
    }
   
