@charset "utf-8";
/* CSS Document */


.navbar-default .navbar-nav > li > a {
    color:#333;
	font-weight:500;
	font-size: 16px;
	padding: 10px 0px;
	margin-right:32px;
}



.turquoiseText
{
    color: #9cb1c2 !important;
}

p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
	color:#000;
	
}
h2
{
	font-size: 23px;
	margin-bottom:10px;
	margin-top:10px;
	padding:0px;
}

/* CSS used here will be applied after bootstrap.css */



.panel-default {
 opacity: 0.8;
 margin-top:10px;
}
.form-group.last {
 margin-bottom:0px;
}
.loginstrong
{
	font-size:18px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
   background-color:#F3F3F3!important;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.btn-success {
    color: #fff;
    background-color: #2a98b9;
    border-color: #4cae4c;
}