@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: linear-gradient(to right, #400080, #666);
	overflow-x: hidden;
	position: relative;
}

#page {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.scrolldiv {
	overflow: scroll !important;
	scrollbar-width: none !important;
}

.scrolldiv::-webkit-scrollbar {
  width: 3px;
  background: #999;
}

.login-div {
	height: 100vh;
	width: 100%;
	margin: auto;
	background: #004080;
	position: relative;
}

.reg-div {
	height: 100vh;
	width: 100%;
	margin: auto;
	background: #DBEAFE;
	position: relative;
}

.reg-div .card {
	background: #DBEAFE;
	color:#222222;
	height: calc(100vh - 200px);
}

.login-div .card {
	background: #004080;
	color:#EAEAEA;
	height: calc(100vh - 200px);
}

.pe-lg {
	font-size: 20px;
	font-weight: 500;
}

.form-control {
	border-radius: 0;
}

.sliding-panel{
    background: #004080;
    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: #004080;
    border-radius: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .30s ease-out;
}

.reglogo {
	height: 80px;
	margin: 0 auto !important;
}

hr.reg-hr {
	border-top: 3px #0C308F solid;
	margin-top: -10px;
}

.user-icon {
	font-size: 60px;
	display: block;
}

.input-group-text {
	background: #E625F8;
	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 {
		height: 100vh;
		width: 600px;
		margin-left: calc(50% - 300px );
	}
	.sliding-panel{
		background: #004080;
		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: #004080;
		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 {
	height: 80px;
}

.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: 25px; 
	display: block; 
	margin: auto
}

.input-group-text {
	width: 36px !important;
	text-align: center;
}

.ribbon {
	width: 100%;
	margin-top: -20px;
	margin-bottom: 20px;
}

.btn-header {
	padding: 6px 25px 6px 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 3px;
	background: linear-gradient(to right, #5D3FD3, #E625F8);
	color: #EAEAEA;
	font-size: 16px;
	margin-bottom: 25px;
}

/* Style 7
   ----------------------------- */
.seven h1 {
text-align: center;
    font-size:20px; font-weight:300; color:#222222; letter-spacing:1px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven h1:after,.seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    height: 5px;
  background-color:#004080;
}
