body {
	background: url('../img/bg-login.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

body,
.full-height {
	height: 100vh;
}
.full-width {
	width: 100%;
}

.company-logo img {
	max-height: 100px;
}
.company-logo-only img {
	max-height: 40px;
}

input.form-control {
	outline:none !important;
	outline-width: 0 !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
  	border: none;
  	border-radius: 3px;
}
.input-group-prepend {
  	border-radius: 3px 0 0 3px;
}
input.form-control:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-right {
	text-align: right;
}
.btn-block {
	display: block;
	width: 100%;
}

.divider-or {
    text-align: center;
    color: #FFF;
    font-weight: 500;
    position: relative;
    margin: 10px 0;
}
.divider-or:before {
    background: rgba(255,255,255,0.7);
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    width: 40%;
    margin-right: 15px;
    left: 0;
}
.divider-or:after {
    right: 0;
    margin-left: 15px;
    background: rgba(255,255,255,0.7);
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    width: 40%;
}

.breadcrumb {
	background-color: rgba(255,255,255,0.7);
	padding: 10px 0;
	color: #656d77;
	margin-bottom: 50px;
}
.breadcrumb-back {
	font-size: 16px;
}

.error-message {
	color: pink;
}

.activation-code {
	font-size: 18px;
	letter-spacing: 2px;
}

.hide {
	display: none;
}