*{
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	transition: all .15s;
}

body, html {
	height: 100%;
}
body {
	/*background:linear-gradient(141deg, rgb(18,227,214) 0%, rgb(31,200,219) 51%, rgb(44,181,232) 75%);*/
	background: url('../img/bg.jpg') no-repeat center center fixed;
	background-size: 100% 100%;
}
.error-bg{
	height: 100%;
	z-index: 1;
	/*background:linear-gradient(141deg, rgb(18,227,214) 0%, rgb(31,200,219) 51%, rgb(44,181,232) 75%);*/
	background: url('../img/error-bg.jpg') no-repeat center center;
	background-size: 100% 100%;
}
.text-error {
	position: relative;
	top: 0px;
	z-index: 100;
	width: 90%;
}
.rc-center {
	min-height: 100vh;
}

h2.title {
	letter-spacing: 2px;
	border-bottom: 2px solid rgba(55,55,55,.5);
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#desc {
	display: inline;
}

.box-shad {
	background-image: url('../../logo.png');
	background-repeat: no-repeat;
    background-size: 128px 128px;

	height: 128px;
	width: 128px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;

	z-index: 2;
	position: inherit;
	top: -64px;

	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.95);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.95);
    box-shadow: inset 0 0 2px rgba(0,0,0,.95);
}


.box-shad > div {
	font-size: 13px;
	font-weight: bold;
	opacity: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-shad:hover {
    -webkit-box-shadow: inset 0 0 84px rgba(0,0,0,.95);
    -moz-box-shadow: inset 0 0 84px rgba(0,0,0,.95);
    box-shadow: inset 0 0 84px rgba(0,0,0,.95);
}
.box-shad:hover > div {
	opacity: 1;
}

.card {
	background-color: transparent;
	border: 0px;
}
.card-body {
	
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	background-color: rgb(255,255,255,1);
	
	position: inherit;
	top: -100px;
	padding-top: 35px;

}

.blockquote > p {
	font-size: 12px;
}
.blockquote > .blockquote-footer {
	font-size: 14px;
}

hr {
	border-top: 2px solid rgba(55,55,55,.5);
}