.form-signin {
    display: block;
    /*width: 400px;*/
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 20px;
    border: 2px solid #f8c52b;
    background-color: white;
}

h1.abstract_center {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.background_page {
    background: #ffffff;
    padding: 15px;
}

.background_page a {
    color: #000000;
    text-decoration: underline;
}
.row{
	text-align:center;
}
.col{
	display:inline-block;
	margin-right: 15px;
    vertical-align: top;
}
.background_auth a {
    color: #000000;
    text-decoration: underline;
    font-size: 16px;
}
.navbar-inner {
    background-color: #f4f0e5;
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 0;
}

.masthead {
    width: 1200px;
    margin-left: -15px;
}

/*.container .row .span6 {
	width: 400px;
}*/

.city {
	font-weight: bold;
	color: #000000;
}

.link a {
	font-weight: bold;
	color: #23639B !important;
	font-size:20px;
	line-height:1.4;
}