/* reset */
html {
    font-size: 10px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* start editing from here */

a {
	text-decoration: none;
}
.txt-rt {
	text-align: right;
}
/* text align right */

.txt-lt {
	text-align: left;
}
/* text align left */

.txt-center {
	text-align: center;
}
/* text align center */

.float-rt {
	float: right;
}
/* float right */

.float-lt {
	float: left;
}
/* float left */

.clear {
	clear: both;
}
/* clear float */

.pos-relative {
	position: relative;
}
/* Position Relative */

.pos-absolute {
	position: absolute;
}
/* Position Absolute */

.vertical-base {
	vertical-align: baseline;
}
/* vertical align baseline */

.vertical-top {
	vertical-align: top;
}
/* vertical align top */

nav.vertical ul li {
	display: block;
}
/* vertical menu */

nav.horizontal ul li {
	display: inline-block;
}
/* horizontal menu */

img {
	max-width: 100%;
}
/*end reset*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	background: #2196F3;
}
/*--header--*/

h1 {
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
    font-style: italic;
    font-family: 'Josefin Sans', sans-serif;
    text-shadow: -1px 2px 5px rgb(6 17 47 / 70%);
    padding-bottom: 4rem;
    margin-bottom: 4rem;
}
    h1 span, h2 i {
        color: #2998f7;
    }
h2 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5%;
}
/*--//header--*/

/*-- content --*/

.sub-main-w3 {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
    .sub-main-w3 form {
        max-width: 53rem;
        min-width: 220px;
        max-width: 500px;
        margin: 0 5vw;
        /*background: rgba(10, 10, 10, 0.17);*/
        background: rgb(243 241 241);
        padding: 4.5rem;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 8px solid #2998f7;
        border-radius: 30px 30px 50px 50px;
        position: relative;
        box-shadow: -1px 3px 15px rgb(6 17 47 / 70%);
    }

    .sub-main-w3 form .logo-box{
        top:14rem !important;
    }
    .form-style-agile {
        margin-bottom: 1.5em;
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        position: relative;
        border-bottom: solid 1px #d3d0cd;
    }
.sub-main-w3 label {
	font-size: 14px;
	color: #000;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 12px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
    .sub-main-w3 label i {
        font-size: 15px;
        margin-left: 5px;
        color: #2998f7;
        border-radius: 50%;
        line-height: 1.9;
        text-align: center;
    }
.form-style-agile input[type="text"], .form-style-agile input[type="password"] {
    width: 100%;
    color: #000;
    outline: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 15px;
    box-sizing: border-box;
    border: none;
    border: 1px solid #978888;
    background: #ffeb3b0d;
}
.btnSubmit {
    color: #fff;
    text-align:center;
    background: #2985f700;
    border: none;
    padding: 10px 0;
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}
    .btnSubmit:hover {
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }


.login100-form-bgbtn {
    background: -webkit-linear-gradient(right, #0ae0e3, #612de1, #0fe1eb, #0853a5);
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: -webkit-linear-gradient(right, #00dbde, #9400ff, #00dbde, #8100ff);
    background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.wrap-login100-form-btn {
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-height: 41px;
    max-height: 50px;
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
}


.wthree-text {
	width: 100%;
}
.wthree-text ul li:nth-child(1) {
	float: left;
}
.wthree-text ul li:nth-child(2) {
	float: right;
}
    .wthree-text ul li {
        display: inline-block;
        text-align: left;
    }
.wthree-text ul li a {
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
}
/*-- checkbox --*/

.wthree-text label {
	font-size: 15px;
	color: #000;
	cursor: pointer;
	position: relative;
}
.wthree-text {
	text-align: center;
}
input.checkbox {
    background: #2998f7;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    vertical-align: text-bottom;
}
input.checkbox:before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: inherit;
	cursor: pointer;
}
input.checkbox:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 1.2em;
	height: 1.2em;
	border: 1px solid #fff;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-color: #fff;
	border-top-color: transparent;
	border-right-color: transparent;
}
.anim input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .8rem;
	border-color: transparent;
	border-right-color: transparent;
	animation: .2s rippling .2s ease;
	animation-fill-mode: forwards;
}
 @keyframes rippling {
 50% {
 border-left-color: #fff;
}
 100% {
 border-bottom-color: #fff;
 border-left-color: #fff;
}
}

/*-- //checkbox --*/

/*--placeholder-color--*/

::-webkit-input-placeholder {
 color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
 color: #000;
}
/*-- //placeholder-color --*/

/*-- //content --*/

/*-- copyright --*/

.footer {
    position: absolute;
    width: 100%;
    bottom: 0rem;
}
.footer p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.8;
}
.footer p a {
	color: #fff;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
    .footer p a:hover {
        color: #ff6a00;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

    .footer .beian a p:hover {
        color: #ff6a00 !important
    }
      
/*-- //copyright --*/

/*-- bg effect --*/

#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#bg canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-- //bg effect --*/

/*--responsive--*/

@media(max-width:1920px) {
    h1 {
        font-size: 3vw;
    }
}

@media(max-width:1024px) {
    h1 {
        font-size: 30px;
    }
}

@media(max-width:800px) {
    h1 {
      /*  font-size: 30px;*/
    }
}

@media(max-width:480px) {
    h1 {
       /* font-size: 3vw;*/
        letter-spacing: 1px;
    }
.sub-main-w3 form {
	padding: 7.5vw;
}
.footer p {
	letter-spacing: 1px;
}
}

@media(max-width:414px) {
.form-style-agile input[type="text"],  .form-style-agile input[type="password"] {
	font-size: 13px;
	padding: 13px 15px;
}
.wthree-text ul li:nth-child(1),  .wthree-text ul li:nth-child(2) {
	float: none;
}
.wthree-text ul li:nth-child(2) {
	margin-top: 10px;
}
.sub-main-w3 input[type="submit"] {
	width: 56%;
}
.wthree-text ul li {
	display: block;
}
}

@media(max-width:320px) {
h1 {
	font-size: 1.8em;
	margin: 5vw 1vw;
}
.sub-main-w3 form {
	padding: 25px 14px;
}
}

/*--//responsive--*/
