* {
	font-family: "Signika Negative";
	outline: none;
	font-size: 14px;
	scrollbar-width: none;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: linear-gradient(to right, #12161a , #5178a4, #0d2846);
	overflow-x: hidden;
	position: relative;
}

.login-div {
	width: 100%;
	padding: 25px;
	margin-top: 12%;
}

.reg-div {
	width: 100%;
	padding: 10px;
}

.pe-lg {
	font-size: 20px;
	font-weight: 500;
}

.form-control {
	border-radius: 0;
}

.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;
}

.reglogo {
	width: 200px;
}

hr.reg-hr {
	border-top: 3px #0C308F solid;
	margin-top: -10px;
}

.input-group-text {
	background: #33567c ;
	color: #EAEAEA;
	font-weight: 700 !important;
	border-radius: 0;
	width: 35px;
	text-align: center;
	border: 2px #5a8ec solid;
}
.input-group-text i {
	text-align: center;
}

input[type="radio"] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
}

input[type=number]{
    appearance: textfield;
    -moz-appearance: textfield;
}

@media (min-width: 1220px) {
	.login-div {
		width: 400px;
		margin-left: calc(50% - 200px );
		padding: 15px;
		margin-top: 6%;
	}
	
	.reg-div {
		width: 600px;
		margin-left: calc(50% - 300px );
		margin-top: 2%;
		padding: 15px;
		background: #FFF;
	}
	.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;
	}
}

.hidden {
    display: none;
}

.login-svg {
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}

.logo-home {
	width: 100%;
}

.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-top: -8px;
	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;
}