@CHARSET "UTF-8";

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}


.container .complete-page{
	margin-top: 50px;
}



.footer{
	background: #f3f3f3;
	color: #2B2D30;
	font-size: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: right;
    width: 100%;
    padding: 10px 20px;
}
.navbar{
	background-color:#F2F2F2
}
.form-signin
{
    max-width: 350px;
    padding: 15px;
    margin: 0 auto;
    font-size: 14px;
}
 .form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}

.lab {

    font-weight: 500;
    margin-bottom: 5px;
}

.glyph-color{
	color: #babdb6;
}


.form-signin .form-control
{
    position: relative;
    font-size: 14px;
    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;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
} 
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
 .login-title
{
    color: #9d9d9d;
    font-size: 18px;
    font-weight: 400;
    display: block;
} 
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.alert{
	width: 100%;
}