html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #008ed6 fixed top;
	background-size: cover;
	margin: 0;
}

/* #navbar__logo {
	height: 2em;
} */

.white-link {
	color: white;
	text-decoration: underline;
}

#hero__password-generator-block .white-link, #navbar .white-link {
	text-decoration: none;
}

.white-link:hover, .white-link:focus, .white-link:active {
	text-decoration: none;
	color: white;
}

.jumbotron {
	background-color: transparent;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 30px;
}

#hero-text {
	color: #ffffff;
	padding-top: 6em;
}

@media ( max-width : 544px) {
	#hero__password-generator-block {
		padding: 0;
	}
	.jumbotron {
		padding: 0;
	}
}

.feature-image {
	width: 64px;
}

* {
	border-radius: 0 !important;
}

.white {
	color: white;
}

#fold {
	min-height: 100vh;
}

@media ( min-width : 544px) {
	.vcenter {
		display: flex;
		align-items: center;
	}
}

#lesspass .white-link {
	color: white;
}

@media ( max-width : 544px) {
	#lesspass.card {
		border: none;
	}
}

#lesspass .white-link:hover, #lesspass .white-link:focus, #lesspass .white-link:active
	{
	text-decoration: none;
	color: white;
}

#lesspass, #lesspass * {
	border-radius: 0 !important;
}

.white-link {
	color: white;
}

.white-link:hover, .white-link:focus, .white-link:active {
	text-decoration: none;
	color: white;
}

.fa-clickable {
	cursor: pointer;
}



#password-generator {
	color: #555;
}

.inner-addon i {
	position: absolute;
	padding: 10px;
	pointer-events: none;
	z-index: 10;
}

.inner-addon {
	position: relative;
}

.left-addon i {
	left: 0;
}

.right-addon i {
	right: 0;
}

.left-addon input {
	padding-left: 30px;
}

.right-addon input {
	padding-right: 30px;
}

#fingerprint {
	min-width: 90px;
	text-align: center;
	background-color: transparent;
	color: white;
}

#fingerprint i {
	color: black;
	position: relative;
	padding: 0;
	text-shadow: 1px 1px 0 white;
	font-size: 1.3em;
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    /* background-color: transparent; */
    border-color: #f0ad4e;
}

.btn-secondary {
	border-color: #adadad;
}
.yzimg {
	cursor: pointer;
	border: 0px solid #3d3d3d; /* browsers that don't support rgba */
    border: 0px solid rgba(255,255,255,.15);
}
.modal-backdrop{
	z-index: 0;
}
