* {
	font-family: "Signika Negative";
	outline: none;
	font-size: 14px;
	scrollbar-width: none;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	position: relative;
}

.btn-test {
	position: fixed;
	top: 15px;
	left : 15px;
	background: #CC124B;
	color: #EAEAEA;
	padding: 5px 10px;
	border-radius: 15px;
	cursor: pointer;
}

.btn-test:hover {
	background: #B81245;
	color: #EAEAEA;
	text-decoration: none;
}

.bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:  url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.login-card {
	width: 338px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background: #09102d;
	outline-color: #EAEAEA;
	outline-width: 2px;
	outline-style: outset
}

.regcard {
	margin: 10px;
	background: #09102d;
	outline-color: #EAEAEA;
	outline-width: 2px;
	outline-style: outset;
	color: #FFF;
}

.input-group-prepend .input-group-text {
	background: #F00;
	color: #FFF;
}

.pe-lg {
	font-size: 18px;
}

.reghead {
	padding: 4px 20px 4px 15px;
	border-top-right-radius: 20px;
}

.login-card-mem {
	width: 338px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #09102d;
	outline-color: #EAEAEA;
	outline-width: 2px;
	outline-style: outset
}

.login-svg {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

.sliding-panel{
    background: #FFFFFF;
    border-radius: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
    margin-right: -100%;
    right: 0;
    top: 0;
    transition: all .30s ease-out;
}

.sliding-panel-toggle{
    background: #FFFFFF;
    border-radius: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .30s ease-out;
}

.hidden {
    display: none;
}

.logo-home {
	margin-top: 40px;
	width: 200px;
}

.reglogo {
	width: 180px;
}
.spinner {
  background: #000;
  opacity: .8;
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.imageLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin:-50px 0 0 -50px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
}
.hrshort {
	margin-bottom: 15px;
	display:block;
	width: 70px;
	border-bottom: 2px #F00 solid;
}
.hrlong {
	margin-bottom: 15px;
	display:inline-block;
	width: 150px;
	border-bottom: 2px #F00 solid;
}

.row.no-gutters-o {
    margin-left: 0;
    margin-right: 0;
}
  
.row.no-gutters-o [class*='col-']:not(:first-child),
.row.no-gutter-o [class*='col-']:not(:last-child) {
    padding: 2px;
}
  
.row.no-gutters-o [class*='col-']:first-child {
    padding: 2px 2px 2px 2px;
}
  
.row.no-gutter-o [class*='col-']:last-child {
    padding: 2px 0 2px 2px;
}

.row.no-gutters-om {
    margin-left: 0;
    margin-right: 0;
}
  
.row.no-gutters-om [class*='col-']:not(:first-child),
.row.no-gutter-om [class*='col-']:not(:last-child) {
    padding: 7px;
}
  
.row.no-gutters-om [class*='col-']:first-child {
    padding: 7px 7px 7px 0;
}
  
.row.no-gutter-om [class*='col-']:last-child {
    padding: 7px 0 7px 7px;
}




@media (min-width: 1220px) {
	.bg-img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background:  url('../images/bg_lg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.sliding-panel{
		background: #EAEAEA;
		border-radius: 0;
		width: 420px;
		bottom: 0;
		position: fixed;
		margin-right: -420px;
		right: 0;
		top: 0;
		transition: all .30s ease-out;
	}

	.sliding-panel-toggle{
		background: #EAEAEA;
		border-radius: 0;
		width: 420px;
		bottom: 0;
		position: fixed;
		right: 0;
		top: 0;
		transition: all .30s ease-out;
	}
	
	.reglogo {
		width: 240px;
	}
}
