body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	color: #333;
	text-align: left;
	/*background-image: url('../images/bg-admin.jpg');
	background-position: center center;*/
}

h1 {
	color: #902F52;
	font-size: 20pt;
	padding: 15px 10px 10px 30px;
	margin: 0;
	overflow: hidden;
}

h2 a {
	color: #eee;
	font-size: 11px;
	margin: 0;
	text-shadow: 0 -1px 0 #000;
	text-decoration:none;
}

h2 a:hover {
	color: #eee;
	text-decoration: underline;
	margin: 0;
}

a {
	color: #902d50;
	text-decoration: underline;
}

a:hover {
	color: #902d50;
	text-decoration: none;
}

input, textarea, option, select {
	color: #000;
	font-family: Arial;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus {
	border: 1px solid #3293D6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

/* CONTENT */
#container {
	width: 464px;
	margin: 6% auto 1em;
	padding: 0;
}

#login {
	color: #383838;
	text-align: left;
	font-weight: bold;
	background-color:#F5F5F5;
	border-radius:9px;
	box-shadow: 0 1px 30px #333333;
}

#login h1 {
	border-bottom:1px solid #ccc;
	color:#333;
	text-shadow:0 1px 0 #fff;
}

#login a { color:#3A6EA7; }
#login label { text-shadow: 0 1px 0 #fff; }
#login form {
	border-top:1px solid #fff;
	margin: 0;
	padding: 30px;
}

#login .submit {
	margin: 1em 1px;
	padding: 0;
	display: block;
	float:left;
}

#login .submit input {
	padding: 4px 10px;
}

/* ERROR */
.error, #error {
	margin: 0;
	padding: 10px 15px;
	border: 1px solid #EC9B9B;
	background-color: #FAE2E3;
	text-align: left;
	border-radius:9px;
	box-shadow: 0 1px 30px #333333;
}

#error ol {
	margin: 15px 0 0 0;
	padding-bottom: 0;
}

#error li {
	_margin-left: 45px;
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
}

#error h3 {
	margin: 0;
	padding: 5px 0 12px 30px;
	background: url(../images/admin/icon-cancel.png) no-repeat 0 0;
	font-size: 16px;
	text-indent:14px;
}

/* ERROR */
.warn, #warn {
	margin: 0;
	padding: 10px 15px;
	border: 1px solid #4F8A10;
	
	background-color: #DFF2BF;
	text-align: left;
	border-radius:9px;
	box-shadow: 0 1px 30px #333333;
	margin-bottom:6px;
}

#warn ol {
	margin: 15px 0 0 0;
	padding-bottom: 0;
}

#warn li {
	_margin-left: 45px;
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
}

#warn h3 {
	margin: 0;
	padding: 5px 0 12px 30px;
	background:  url(../images/admin/icon-valid.png) no-repeat scroll 6px 6px;
	font-size: 16px;
	color:#4F8A10;	
	text-indent:14px;
}



/* CLASS */

.input {
	border:1px solid #ccc;
	width: 365px;
	margin:0;
	padding: 6px 4px 6px 35px;
}

.email_field { background: #fff url(../images/admin/bg_form_email.png) no-repeat scroll 10px 8px; }
.token_field { background: #fff url(../images/admin/bg_form_token.png) no-repeat scroll 10px 8px; }
.password_field { background: #fff url(../images/admin/bg_form_password.png) no-repeat scroll 10px 8px; }

.button {
	background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent; 
	background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#E3E3E3)) repeat scroll 0 0 transparent;
	border-color: #CCCCCC #BBBBBB #A0A0A0;
	border-left: 1px solid #BBBBBB;
	border-radius: 3px 3px 3px 3px;
	border-right: 1px solid #BBBBBB;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	margin: 0;
	outline: medium none;
	padding: 3px 8px;
}

.button:hover {
	border:1px solid #939393;
	cursor:pointer;
}

.clear { clear: both; }
.hide { display: none; }
.bold { font-weight: bold; }

.field { margin-bottom: 20px; }

.fl { float: left; }
.fr { float: right; }

.no-margin { margin: 0; }
.margin-right-5 { margin-right: 5px; }

.padding-30 { padding: 30px; }

.center { text-align: center; }

.bootstrap{
    margin-top:8px;
    
}
.bootstrap *::before, .bootstrap *::after {
    box-sizing: border-box;
}
.bootstrap .text-center {
    text-align: center;
}
.bootstrap p {
    margin: 0 0 8.5px;
}
.bootstrap * {
    box-sizing: border-box;
}

.bootstrap #login-footer {
    margin-top: 20px;
}
.bootstrap #login-footer a {
    color: #a0aab5;
}

a.link-social i {
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px !important;
    margin: 0 4px 0 0;
    text-align: center;
    width: 24px;
}

#footer {
    animation: 0.3s ease 0.2s normal both 1 running fadeInUp;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #aaa;
    display: block;
    height: 50px;
    line-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 600;
}
#footer a {
    color: #ccc;
}
#footer.hide {
    display: none !important;
}
#footer #go-top {
    background-color: #363a41;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: -2px 0 0;
    padding: 0 6px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    z-index: 9003;
}
#footer #go-top:hover {
    background-color: #00aff0;
}
#footer a.footer_link {
    color: #00aff0;
}
#footer a.footer_link:hover {
    color: #fff;
    text-decoration: none;
}
#footer a.footer_link i {
    color: #fff;
    font-size: 14px;
}
#footer .footer-contact {
    line-height: 35px;
    margin: 0 0 6px 6px;
    overflow: hidden;
    padding: 7px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#footer .footer-contact strong {
    color: #fff;
    font-weight: 400;
}
a.link-social i {
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px !important;
    margin: 0 4px 0 0;
    text-align: center;
    width: 24px;
}
a.link-social:hover {
    text-decoration: none;
}
.link-twitter i {
    background-color: #7cceef;
    color: #fff;
}
.link-twitter i:hover {
    background-color: #fff;
    color: #7cceef;
}
.link-facebook i {
    background-color: #557dbb;
    color: #fff;
}
.link-facebook i:hover {
    background-color: #fff;
    color: #557dbb;
}
.link-github i {
    background-color: #fff;
    color: #000;
}
.link-github i:hover {
    background-color: #000;
    color: #fff;
}
.link-google i {
    background-color: #e6644e;
    color: #fff;
}
.link-google i:hover {
    background-color: #fff;
    color: #e6644e;
}