
div.copyright a {color:#ffffff;}

.login .logo {
  	margin: 0 auto;
	text-align: center;
	width: 50%;
	margin-bottom: 30px;
	padding: 0;
}

.login {
    background: url(https://www.recruhr.com/files/app-background/v1.jpg) no-repeat center center fixed;
    margin-top: 100px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.signin {
	clear:both;
	text-align: right;
	padding-top: 10px;
}
.signin i {
	position: relative;
	top: 1px;
}

/* ERROR ALERTS */

ul.errors {
	margin: 5px 0 0 5px;
	list-style: none;
	color: #d01e25;
	font-weight: 600;
}

ul.errors li:before {
	content: "\f06a";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a5181e;
    margin-right: 5px;
}


/* notifications */
.notification {display: block;padding: 10px 15px 10px 45px;border: 1px solid;margin-bottom: 8px;margin-top: 8px;
               background-repeat: no-repeat;background-position: 20px 10px;
			   -moz-border-radius: 5px;
			   -webkit-border-radius: 5px;
			   border-radius: 5px; margin-bottom:15px;}

.n-success {background-color: #a3e6bd;border-color: #68d59b;background-image: url(/boffice/images/notification-tick.gif);}

.n-information {background-color: #9fddea;border-color: #5fceea;
                background-image: url(/boffice/images/notification-information.gif);}

.n-attention {background-color: #f9e497;border-color: #ffcb4f;
              background-image: url(/boffice/images/notification-exclamation.gif);}

.n-error {background-color: #ffc6ca;border-color: #efb9c3;background-image: url(/boffice/images/notification-slash.gif);}

.notification-bar * {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.notification-bar {
    background: #fff700 none repeat scroll 0 0;
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.notification-bar-container {
    margin: 0 auto;
    max-width: 1170px;
    padding: 15px;
	text-align:center;
}