/* html, body{
  background: -webkit-linear-gradient(left,  #2f3640, #00c6ff);
  height: 100%;
} */
.container-fluid{
  height: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
}
.left-palceholder{
  padding:auto;
  margin:auto;
}
.content-placeholder{
  margin-left: 5vw;
  padding-top: 3%;
  padding-bottom: 3%;
}
.register-left {
    text-align: center;
    color: #fff;
    /* margin-top: 4%; */
}
.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-size: : 15px;
    padding: 12%;
    margin-top: -9%;
}
.register-right {
    background: #f8f9fa;
    border-top-left-radius: 5vw;
    border-bottom-left-radius: 5vw; */
}

.register .nav-tabs {
    margin-top: 1%;
    border: none;
    background: #0062cc;
    border-radius: 20px;
    width: 35%;
    float: right;
}
.download-icon{
transition: transform .1s; /* Animation */
}
.download-icon:hover{
transform: scale(1.1);
}
body {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: radial-gradient(ellipse at bottom, #0d1d31 0%, #0c0d13 100%);
	overflow: hidden;
}

.stars {
	position: fixed;
	top: 0;
	left: 0;
	width: 120%;
	height: 120%;
	transform: rotate(-45deg);
}

.star {
	--star-color: var(--primary-color);
	--star-tail-length: 6em;
	--star-tail-height: 2px;
	--star-width: calc(var(--star-tail-length) / 6);
	--fall-duration: 9s;
	--tail-fade-duration: var(--fall-duration);
	position: absolute;
	top: var(--top-offset);
	left: 0;
	width: var(--star-tail-length);
	height: var(--star-tail-height);
	color: var(--star-color);
	background: linear-gradient(45deg, #D4DFF1, transparent);
	border-radius: 50%;
	filter: drop-shadow(0 0 6px #FFFFFF);
	transform: translate3d(104em, 0, 0);
	animation: fall var(--fall-duration) var(--fall-delay) linear infinite, tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite;
}

@media screen and (max-width: 750px) {
	.star {
		animation: fall var(--fall-duration) var(--fall-delay) linear infinite;
	}
}

.star:nth-child(1) {
	--star-tail-length: 6.47em;
	--top-offset: 14.92vh;
	--fall-duration: 10.009s;
	--fall-delay: 8.879s;
}

.star:nth-child(2) {
	--star-tail-length: 5.62em;
	--top-offset: 0.73vh;
	--fall-duration: 7.717s;
	--fall-delay: 2.339s;
}

.star:nth-child(3) {
	--star-tail-length: 6.27em;
	--top-offset: 86.96vh;
	--fall-duration: 6.774s;
	--fall-delay: 8.479s;
}

.star:nth-child(4) {
	--star-tail-length: 6.1em;
	--top-offset: 71.28vh;
	--fall-duration: 8.329s;
	--fall-delay: 7.004s;
}

.star:nth-child(5) {
	--star-tail-length: 6.19em;
	--top-offset: 70.84vh;
	--fall-duration: 11.037s;
	--fall-delay: 0.62s;
}

.star:nth-child(6) {
	--star-tail-length: 6.95em;
	--top-offset: 93.08vh;
	--fall-duration: 10.959s;
	--fall-delay: 5.382s;
}

.star:nth-child(7) {
	--star-tail-length: 6.52em;
	--top-offset: 93.22vh;
	--fall-duration: 9.907s;
	--fall-delay: 2.782s;
}

.star:nth-child(8) {
	--star-tail-length: 6.62em;
	--top-offset: 36.47vh;
	--fall-duration: 9.977s;
	--fall-delay: 8.398s;
}

.star:nth-child(9) {
	--star-tail-length: 6.14em;
	--top-offset: 71.75vh;
	--fall-duration: 8.826s;
	--fall-delay: 8.598s;
}

.star:nth-child(10) {
	--star-tail-length: 6.97em;
	--top-offset: 37.51vh;
	--fall-duration: 7.598s;
	--fall-delay: 3.456s;
}

.star:nth-child(11) {
	--star-tail-length: 6.55em;
	--top-offset: 26.28vh;
	--fall-duration: 9.128s;
	--fall-delay: 1.991s;
}

.star:nth-child(12) {
	--star-tail-length: 7.32em;
	--top-offset: 90.6vh;
	--fall-duration: 8.213s;
	--fall-delay: 9.858s;
}

.star:nth-child(13) {
	--star-tail-length: 7.18em;
	--top-offset: 17.29vh;
	--fall-duration: 9.364s;
	--fall-delay: 7.938s;
}

.star:nth-child(14) {
	--star-tail-length: 6.94em;
	--top-offset: 98.71vh;
	--fall-duration: 6.636s;
	--fall-delay: 1.163s;
}

.star:nth-child(15) {
	--star-tail-length: 5.36em;
	--top-offset: 25.44vh;
	--fall-duration: 10.368s;
	--fall-delay: 5.397s;
}

.star:nth-child(16) {
	--star-tail-length: 5.46em;
	--top-offset: 47.79vh;
	--fall-duration: 9.778s;
	--fall-delay: 5.293s;
}

.star:nth-child(17) {
	--star-tail-length: 6.63em;
	--top-offset: 74.7vh;
	--fall-duration: 10.047s;
	--fall-delay: 9.332s;
}

.star:nth-child(18) {
	--star-tail-length: 6.55em;
	--top-offset: 10.97vh;
	--fall-duration: 9.782s;
	--fall-delay: 4.269s;
}

.star:nth-child(19) {
	--star-tail-length: 5.86em;
	--top-offset: 91.17vh;
	--fall-duration: 9.678s;
	--fall-delay: 0.255s;
}

.star:nth-child(20) {
	--star-tail-length: 6.52em;
	--top-offset: 61.59vh;
	--fall-duration: 6.224s;
	--fall-delay: 4.027s;
}

.star:nth-child(21) {
	--star-tail-length: 7.11em;
	--top-offset: 21.9vh;
	--fall-duration: 10.884s;
	--fall-delay: 9.596s;
}

.star:nth-child(22) {
	--star-tail-length: 6.7em;
	--top-offset: 29.95vh;
	--fall-duration: 9.533s;
	--fall-delay: 0.642s;
}

.star:nth-child(23) {
	--star-tail-length: 6.92em;
	--top-offset: 26.01vh;
	--fall-duration: 6.139s;
	--fall-delay: 7.248s;
}

.star:nth-child(24) {
	--star-tail-length: 7.17em;
	--top-offset: 72.71vh;
	--fall-duration: 9.734s;
	--fall-delay: 9.468s;
}

.star:nth-child(25) {
	--star-tail-length: 5.49em;
	--top-offset: 58.44vh;
	--fall-duration: 10.347s;
	--fall-delay: 0.729s;
}

.star:nth-child(26) {
	--star-tail-length: 6.25em;
	--top-offset: 85.56vh;
	--fall-duration: 7.688s;
	--fall-delay: 4.126s;
}

.star:nth-child(27) {
	--star-tail-length: 6.57em;
	--top-offset: 2.23vh;
	--fall-duration: 9.03s;
	--fall-delay: 4.752s;
}

.star:nth-child(28) {
	--star-tail-length: 5.24em;
	--top-offset: 13.31vh;
	--fall-duration: 11.842s;
	--fall-delay: 7.347s;
}

.star:nth-child(29) {
	--star-tail-length: 5.64em;
	--top-offset: 27.06vh;
	--fall-duration: 10s;
	--fall-delay: 8.614s;
}

.star:nth-child(30) {
	--star-tail-length: 6.19em;
	--top-offset: 6.89vh;
	--fall-duration: 9.529s;
	--fall-delay: 4.555s;
}

.star:nth-child(31) {
	--star-tail-length: 6.03em;
	--top-offset: 5.99vh;
	--fall-duration: 6.051s;
	--fall-delay: 2.268s;
}

.star:nth-child(32) {
	--star-tail-length: 7.39em;
	--top-offset: 22.69vh;
	--fall-duration: 10.931s;
	--fall-delay: 1.965s;
}

.star:nth-child(33) {
	--star-tail-length: 7.32em;
	--top-offset: 71.28vh;
	--fall-duration: 10.758s;
	--fall-delay: 1.662s;
}

.star:nth-child(34) {
	--star-tail-length: 5.38em;
	--top-offset: 56.52vh;
	--fall-duration: 11.956s;
	--fall-delay: 0.867s;
}

.star:nth-child(35) {
	--star-tail-length: 5.84em;
	--top-offset: 67.05vh;
	--fall-duration: 9.068s;
	--fall-delay: 3.588s;
}

.star:nth-child(36) {
	--star-tail-length: 7.49em;
	--top-offset: 93.27vh;
	--fall-duration: 7.523s;
	--fall-delay: 4.311s;
}

.star:nth-child(37) {
	--star-tail-length: 6.8em;
	--top-offset: 84.72vh;
	--fall-duration: 10.301s;
	--fall-delay: 3.432s;
}

.star:nth-child(38) {
	--star-tail-length: 7.15em;
	--top-offset: 93.52vh;
	--fall-duration: 11.248s;
	--fall-delay: 8.484s;
}

.star:nth-child(39) {
	--star-tail-length: 6.36em;
	--top-offset: 71.01vh;
	--fall-duration: 8.253s;
	--fall-delay: 6.279s;
}

.star:nth-child(40) {
	--star-tail-length: 6.2em;
	--top-offset: 23.02vh;
	--fall-duration: 8.325s;
	--fall-delay: 3.509s;
}

.star:nth-child(41) {
	--star-tail-length: 6.66em;
	--top-offset: 46.66vh;
	--fall-duration: 6.814s;
	--fall-delay: 7.314s;
}

.star:nth-child(42) {
	--star-tail-length: 5.66em;
	--top-offset: 62.67vh;
	--fall-duration: 8.24s;
	--fall-delay: 1.776s;
}

.star:nth-child(43) {
	--star-tail-length: 7.24em;
	--top-offset: 84.59vh;
	--fall-duration: 9.834s;
	--fall-delay: 7.398s;
}

.star:nth-child(44) {
	--star-tail-length: 5.54em;
	--top-offset: 75.62vh;
	--fall-duration: 6.029s;
	--fall-delay: 7.393s;
}

.star:nth-child(45) {
	--star-tail-length: 7.24em;
	--top-offset: 97.11vh;
	--fall-duration: 10.968s;
	--fall-delay: 1.985s;
}

.star:nth-child(46) {
	--star-tail-length: 5.17em;
	--top-offset: 28.17vh;
	--fall-duration: 10.53s;
	--fall-delay: 9.782s;
}

.star:nth-child(47) {
	--star-tail-length: 6.79em;
	--top-offset: 54.31vh;
	--fall-duration: 10.377s;
	--fall-delay: 6.925s;
}

.star:nth-child(48) {
	--star-tail-length: 6.67em;
	--top-offset: 52.31vh;
	--fall-duration: 9.739s;
	--fall-delay: 6.549s;
}

.star:nth-child(49) {
	--star-tail-length: 6.46em;
	--top-offset: 24.13vh;
	--fall-duration: 10.118s;
	--fall-delay: 4.495s;
}

.star:nth-child(50) {
	--star-tail-length: 5.46em;
	--top-offset: 95.01vh;
	--fall-duration: 11.317s;
	--fall-delay: 2.138s;
}

.star::before, .star::after {
	position: absolute;
	content: '';
	top: 0;
	left: calc(var(--star-width) / -2);
	width: var(--star-width);
	height: 100%;
	background: linear-gradient(45deg, transparent, #FFFFFF, transparent);
	border-radius: inherit;
	animation: blink 2s linear infinite;
}

.star::before {
	transform: rotate(45deg);
}

.star::after {
	transform: rotate(-45deg);
}

@keyframes fall {
	to {
		transform: translate3d(-30em, 0, 0);
	}
}

@keyframes tail-fade {
	0%, 50% {
		width: var(--star-tail-length);
		opacity: 1;
	}

	70%, 80% {
		width: 0;
		opacity: 0.4;
	}

	100% {
		width: 0;
		opacity: 0;
	}
}

@keyframes blink {
	50% {
		opacity: 0.6;
	}
}
