@charset "utf-8";
/* CSS Document */
 body {
     /* background: linear-gradient(to bottom, #2db4f9, #2681b7);
	      background: linear-gradient(6deg, #FF9800 25%, #ff8600 52%, #ff8600 43%, #ff8600 17%);*/
     background: url(../images/linear-flat.png) center center repeat;
    background-size: contain;
    }
.information {
    padding-left: 15%;
}
header .container {
    background: #fff;
    padding: 15px 15px 0px 15px;
    margin-bottom: 42px;
    border-radius: 0 0 50px 50px;
    box-shadow: 1px 1px 8px #2e2b2b54;
}
.information p {
    margin: -7px 0 7px 0;
}
.information span {
    font-weight: 700;
    width: 186px;
    display: inline-block;
    margin-bottom: 6px;
}
.information a {
    color: #000;
    text-decoration: none;
}
 .login-card {
    background-color: white;
    border-radius: 20px;
    padding: 0px 15px 30px 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 999;
	height: 254px;
}
ul.user-manual {
    margin: 0;
    padding: 0;
}
ul.user-manual li {
    line-height: normal;
    list-style: none;
    text-align: left;
    background: #ffffff;
    padding: 10px;
    margin: 6px 0;
    border-radius: 12px;
    border: 2px solid #ccc;
}
ul.user-manual li a {
    color: #183153;
    text-decoration: none;
    padding: 0 8px;
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}
.login-card h4.mb-1 {
  /*  background: #0078ff;*/
	    background: linear-gradient(6deg, #FF9800 25%, #ff8600 52%, #ff8600 43%, #ff8600 17%);
    color: #fff;
    padding: 8px 42px;
    margin: 0 -15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
ul.user-manual li a i.fa {
    float: left;
    margin: 3px 11px 16px 0px;
}
.login, .reg {
    background: #fff !important;
    width: 100% ! IMPORTANT;
    float: left;
    align-items: center;
    padding: 18px 20px;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #e07601 !important;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: -4px 0 0px 0 !important;
    font-size: 20px;
}
.reg {
    background: #e07601 !important;
    border: 2px solid #c36a08 !important;
    color: #fff !important;
}
.reg:hover {
    background-color: #cf6f05 !important;
    transform: translateY(-2px);
    color: #fff;
}
.login .fa, .reg .fa {
    display: block;
    font-size: 28px;
}
.login:hover {
    background-color: #ff9800 !important;
    transform: translateY(-2px);
    color: #fff;
}
.login-card.text-center.loginregbox {
    padding: 0;
}
/*.login .fa-sign-in {
    display: block;
    font-size: 62px;
}*/
.shadown {
    position: relative;
}
.shadown:before, .shadown:after {
    content: "";
    bottom: 23px;
    -moz-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 15px #000;
    width: 50%;
    position: absolute;
    height: 43px;
}
.col-md-12.shadown:before, .col-md-12.shadown:after {
    content: "";
    bottom: 40px;
    -moz-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 15px #000;
    width: 50%;
    position: absolute;
    height: 43px;
}
.shadown:before {
    content: "";
    left: 5%;
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.shadown:after {
    content: "";
    right: 5%;
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}
    .login-card * {
      position: relative;
      z-index: 1;
    }

    .login-card h4 {
      font-weight: bold;
    }

    .login-btn {
      background: linear-gradient(to right, #00c6ff, #0072ff);
      border: none;
      color: #000000;
    }
.marquee-container {
    width: 100%;
    height: 203px;
    overflow: hidden;
    background: #fff;
    position: relative;
    text-align: left;
}

    .marquee-wrapper {
      display: flex;
      flex-direction: column;
      animation: scroll-up 10s linear infinite;
    }

    .marquee-content {
      display: flex;
      flex-direction: column;
    }
.marquee-content ul {
    margin: 0;
    padding: 0;
}
.marquee-content li {
    margin: 5px 1px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 9px;
    list-style: none;
}
.marquee-content li a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 9px;
}
.marquee-content li a {
    color: #000;
    text-decoration: none;
}
    @keyframes scroll-up {
      0% {
        transform: translateY(0%);
      }
      100% {
        transform: translateY(-50%);
      }
    }
footer {
    position: fixed;
    text-transform: capitalize;
    padding: 9px 0 0 0;
    color: #fff;
    bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
	header img {
		width: 100%;
	}
	.information {
		padding-left: 6%;
	}
}
@media only screen and (max-width: 768px) {
	.container div {
		display: block;
		width: 100%;
	}
	header img {
		width: 475px;
		display: block;
		margin: 0 auto 12px auto;
	}
	.information {
		padding-left: 17%;
		padding-bottom: 8px;
	}
}
@media only screen and (max-width: 767px) {
	    .information {
        padding: 0 30px;
        padding-bottom: 8px;
    }
	header img {
		width: 100%;
	}
	.container {
    padding: 0;
}
.row.justify-content-center.g-4 {
    padding: 0;
    margin: 0;
}
}
@media only screen and (max-width: 512px) {
	header .container {
    background: #fff;
    padding: 0 29px;
}
    .information {
        padding: 0 0px;
        padding-bottom: 8px;
    }
}
@media only screen and (max-width: 476px) {
	    .information {
        font-size: 14px;
    }
	.information span {
		width: 151px;
	}
	    header .container {
        padding: 0 0px 0 29px;
    }
	.login, .reg {
		padding: 12px 20px;
	}
}
@media only screen and (max-width: 382px) {
	    .login, .reg {
        padding: 6px 6px;
    }
	    .information span {
        width: 100%;
        text-align: center;
		margin-bottom:0px;
    }
	.information a {
    display: block;
    text-align: center;
}
.information p br {
    display: none;
}
.information p {
    margin: -7px 0 1px 0;
    text-align: center;
}
.information p strong {
    display: none;
}
}
/*--------------------grad---------------*/
.gradient-background {
    height: 100vh;
    background: linear-gradient(62deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;

}
@-webkit-keyframes gradient{
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
     background-position: 0% 50%;
  }
}
@keyframes gradient{
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
     background-position: 0% 50%;
  }
}


canvas {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100vh !important;
}