body{
  background-color:#ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color:#000000;


}
html {
  scroll-behavior: smooth;
}

.login-13 {
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.04) url(../images/img-14.jpg) top left repeat;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-13 .login-box {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}
.login-13 .login-box .form-info {
    background: #4b55c1;
}
.form-info a {
    color:#ffffff;
}
.login-13 .pad-0 {
    padding: 0;
}
.login-13 .form-section {
    text-align: center;
    padding: 40px 60px 40px; /*110px 60px 60px*/
    position: relative;
    border-radius: 10px 0 0 10px;
}
.login-13 .form-section h1 {
	font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
    .login-13 .form-section h3 {
        font-family: 'Poppins', sans-serif;
        margin: 0 0 20px; /*0 0 50px;*/
        font-size: 25px;
        font-weight: 400;
        color: #e6e6e6;
    }
.form-label {
    margin-bottom: 0.5rem;
}

.login-13 .form-section .form-control {
	font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
    font-size: 15px;
    outline: none;
    height: 50px;
    color: #fff;
    border-radius: 3px;
    font-weight: 200;
    border: 1px solid transparent;
    background: #3a44a9;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-13 label {
	font-family: 'Poppins', sans-serif;
    color: #e6e6e6;
    font-size: 16px;
    font-weight: 200;
}
.login-13 .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}
.login-13 .form-section .form-group {
    margin-bottom: 25px;
}
.login-13 .form-section .btn-theme {
    background: #ff2f2f;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border: none;
    color: #fff;
}
.login-13 .form-section .btn-theme:hover {
    background: #ec2727;
}
.login-13 .form-section .btn-md {
    cursor: pointer;
    padding: 13px 50px 12px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}
.login-13 .social-list a  {
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin: 0 10px;
    color: #e6e6e6;
}
.bg-color-15  h2{
	font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #313d91;
	position:relative;
}
.bg-color-15  h2:before{
	content:"";
	position:absolute;
	width:10%;
	height:2px;
	bottom:-3px;
	background-color:#f6821f;
}
.bg-color-15  h2:after{
	content:"";
	position:absolute;
	width:10%;
	height:2px;
	bottom:-3px;
	right:112px;
	background-color:#f6821f;
}


/* login animation*/
svg {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}

g {
  perspective: 150px;
}

#wp_web {
  overflow: visible;
}
#wp_web .main_pc, #wp_web .main_tab, #wp_web .main_mob {
  transform-style: preserve-3d;
  transform: translate3d(0, 70%, 0) scale(0);
  animation: go 0.8s ease-in-out forwards;
  transform-origin: 40% 45%;
}
#wp_web .main_tab {
  transform-origin: 80% 45%;
}
#wp_web .main_mob {
  transform-origin: 30% 45%;
}
#wp_web .wp_logo {
  transform: scale(1.5);
  opacity: 0;
  transform-origin: 15%;
  animation: zoom 0.9s ease-in-out forwards 1.6s;
}
#wp_web .pc_shine {
  opacity: 0;
  animation: zoom 0.8s ease-in-out forwards 1.9s;
}
#wp_web .port {
  opacity: 0;
  transform: scaley(2);
  animation: zoom 1s ease-in-out forwards 0.5s;
}
#wp_web .port path {
  transform: rotate(2deg);
  transform-origin: 80% 90%;
}
#wp_web .port .wp_fill21 {
  animation: zoom 1.8s cubic-bezier(0.76, 0.41, 0.2, 0.62) infinite alternate;
}
#wp_web .port .wp_fill25 {
  animation: zoom 1.6s cubic-bezier(0.76, 0.41, 0.2, 0.62) infinite alternate;
}
#wp_web .port .wp_fill26 {
  animation: zoom 1.4s cubic-bezier(0.76, 0.41, 0.2, 0.62) infinite alternate-reverse;
}
#wp_web .wifi path {
  transform: scale(0);
  transform-origin: 65% 15%;
  opacity: 0;
}
#wp_web .wifi path:nth-child(1) {
  animation: zoom 0.7s ease-in-out forwards 0.2s;
}
#wp_web .wifi path:nth-child(2) {
  animation: zoom 0.7s ease-in-out forwards 0.4s;
}
#wp_web .wifi path:nth-child(3) {
  animation: zoom 0.7s ease-in-out forwards 0.6s;
}
#wp_web .mob_boxes polygon {
  transform: scale(0);
  transform-origin: 85% 75%;
}
#wp_web .mob_boxes polygon:nth-child(1) {
  animation: zoom 0.7s ease-in-out forwards 0.6s;
}
#wp_web .mob_boxes polygon:nth-child(2) {
  animation: zoom 0.7s ease-in-out forwards 1.2s;
}
#wp_web .mob_boxes polygon:nth-child(3) {
  animation: zoom 0.7s ease-in-out forwards 1.8s;
}
#wp_web .mob_boxes polygon:nth-child(4) {
  animation: zoom 0.7s ease-in-out forwards 2.4s;
}
#wp_web .mob_boxes polygon:nth-child(5) {
  animation: zoom 0.7s ease-in-out forwards 3s;
}
#wp_web .pi_chart {
  transform: scale(0);
  transform-origin: 70% 55%;
  animation: zoom 0.9s ease-in-out forwards 1.7s;
}
#wp_web .tab_lines polygon {
  transform: scalex(0);
  transform-origin: 80%;
}
#wp_web .tab_lines polygon:nth-child(1) {
  animation: zoom 0.5s ease-in-out forwards 1.6s;
}
#wp_web .tab_lines polygon:nth-child(2) {
  animation: zoom 0.5s ease-in-out forwards 2.6s;
}
#wp_web .tab_lines polygon:nth-child(3) {
  animation: zoom 0.5s ease-in-out forwards 3.6s;
}
#wp_web .tab_lines polygon:nth-child(4) {
  animation: zoom 0.5s ease-in-out forwards 4.6s;
}
#wp_web .tab_lines polygon:nth-child(5) {
  animation: zoom 0.5s ease-in-out forwards 5.6s;
}
#wp_web .pc_boxes polygon {
  transform: scale(0);
  transform-origin: 30% 55%;
}
#wp_web .pc_boxes polygon:nth-child(1) {
  animation: zoom 0.7s ease-in-out forwards 0.6s;
}
#wp_web .pc_boxes polygon:nth-child(2) {
  animation: zoom 0.7s ease-in-out forwards 1.2s;
}
#wp_web .pc_boxes polygon:nth-child(3) {
  animation: zoom 0.7s ease-in-out forwards 1.8s;
}
#wp_web .pc_boxes polygon:nth-child(4) {
  animation: zoom 0.7s ease-in-out forwards 2.4s;
}
#wp_web .pc_boxes polygon:nth-child(5) {
  animation: zoom 0.7s ease-in-out forwards 3s;
}
#wp_web .pc_boxes polygon:nth-child(6) {
  animation: zoom 0.7s ease-in-out forwards 3.6s;
}
#wp_web .pc_lines polygon {
  transform: scalex(0);
  transform-origin: 45%;
}
#wp_web .pc_lines polygon:nth-child(1) {
  animation: zoom 0.4s ease-in-out forwards 1.3s;
}
#wp_web .pc_lines polygon:nth-child(2) {
  animation: zoom 0.4s ease-in-out forwards 2.3s;
}
#wp_web .pc_lines polygon:nth-child(3) {
  animation: zoom 0.4s ease-in-out forwards 3.3s;
}
#wp_web .pc_lines polygon:nth-child(4) {
  animation: zoom 0.4s ease-in-out forwards 4.3s;
}
#wp_web .pc_lines polygon:nth-child(5) {
  animation: zoom 0.4s ease-in-out forwards 5.3s;
}
#wp_web .smoke {
  transform: scale(0);
  transform-origin: 0% 50%;
  opacity: 0;
  animation: zoom 1.5s ease-in-out forwards 1.2s;
}
#wp_web .play_btn {
  transform: scale(0.9);
  opacity: 0.9;
  transform-origin: 90% 20%;
  animation: zoom 1.5s ease-in-out infinite alternate;
}
#wp_web .cursor {
  transform: translate3d(30%, 50%, 0);
  transform-style: preserve-3d;
  animation: go 1.6s cubic-bezier(0.71, 0.18, 0.41, 0.88) forwards 0.3s;
}
#wp_web .girl .leg {
  transform: rotate(3deg);
  transform-origin: 75% 65%;
  animation: zoom 1.5s cubic-bezier(0.76, 0.41, 0.2, 0.62) infinite alternate;
}
#wp_web .girl .hair {
  transform: rotate(-2.5deg);
  transform-origin: 65% 45%;
  animation: zoom 2.3s cubic-bezier(0.76, 0.41, 0.2, 0.62) infinite alternate;
}
#wp_web .girl polygon:first-child {
  transform: rotate(-7deg);
  transform-origin: 60% 55%;
  animation: zoom 1.7s cubic-bezier(0.6, 0.07, 0.29, 0.51) infinite alternate;
}
#wp_web .girl polygon:first-child + path {
  transform: rotate(-8deg);
  transform-origin: 60% 55%;
  animation: zoom 1.7s cubic-bezier(0.6, 0.07, 0.29, 0.51) infinite alternate;
}

@keyframes go {
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes zoom {
  100% {
    -webkit-transform: scale(1) rotate(0);
    opacity: 1;
  }
}
@keyframes show {
  100% {
    opacity: 1;
  }
}
/* login animation*/