i
a {color: #1596bc;}
a:hover {text-decoration: none;}

#logo {
	background: #2d95bc url(../images/header_login.jpg) no-repeat center center;
	display: block;
	margin: 40px auto 20px auto;
	text-indent: -10000px;
	height: 75px;
	width: 440px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#logo_login_admin {
	background: #2d95bc url(../images/header_admin.jpg) no-repeat center center;
	display: block;
	margin: 40px auto 20px auto;
	text-indent: -10000px;
	height: 75px;
	width: 440px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#loginform {
	background: #f1f1ef;
	display: block;
	margin: 0 auto;
	padding: 20px;
	width: 400px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
}

#forgot-password {
	background: #f1f1ef;
	display: block;
	margin: 0 auto;
	padding: 20px;
}

#loginform, #forgot-password label {
	color: #666;
	font-size: 108%;
	font-weight: bold;
}

#loginform .input , #forgot-password .input {
	border: 1px solid #ccc;
	display: block;
	margin: 0 0 15px 0;
	padding: 8px;
	width: 320px;
}

.btn-primary {
	background: #03bbe1;
/*	border: 1px solid #03bbe1;*/
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 10px 5px 10px 0;
	width: 150px;
	padding: 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.ui-widget-header {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: #2D95BC;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	border-bottom-color: #2D95BC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #2D95BC !important;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #2D95BC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #2D95BC;
    border-top-style: solid;
    border-top-width: 1px;
    color: #FFFFFF;
    font-weight: bold;
}

.success {
	color:  #2D95BC;
}

.error {
	color: #ff0000;
}

.success, .error {
	display: block;
	padding-bottom:10px;
}
