@font-face {
    font-family: "Exo";
    src: url('../fonts/Exo.ttf') format('woff');
    font-weight: 500; /* Or the corresponding weight */
    font-style: normal; /* Or the corresponding style */
}
* {
	font-family: "Exo", serif;
	outline: none;
	font-size: 13px;
	scrollbar-width: none;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: #19222c;
	overflow-x: hidden;
	position: relative;
}

#page {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.login-div {
	height: 100vh;
	width: 100%;
	margin: auto;
	background: #222e3c;
}

.reg-div {
	width: 98%;
	padding: 5px;
	background: #222e3c;
	margin: auto;
}

.reg-div .card {
	background: #222e3c;
	color:#EAEAEA;
}

.login-div .card {
	background: #222e3c;
	color:#EAEAEA;
	height: 100vh;
}

.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 {
	heigh: 100px;
}

hr.reg-hr {
	border-top: 3px #0C308F solid;
	margin-top: -10px;
}

.user-icon {
	font-size: 60px;
	display: block;
}

.input-group-text {
	background: #33567c ;
	color: #EAEAEA;
	font-weight: 600 !important;
	border-radius: 0;
	width: 35px;
	text-align: center;
	border: 2px #5a8ec solid;
	font-size: 13px !important;
}
.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 {
		height: 100vh;
		width: 400px;
		margin-left: calc(50% - 200px );
	}
	
	.reg-div {
		width: 600px;
		margin-left: calc(50% - 300px );
		margin-top: 2%;
		padding: 15px;
	}
	.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: 80%;;
}

.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;
}

.icons {
	width: 50px; 
	display: block; 
	margin: auto
}