
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;
/*-- W3Layouts --*/	
}/* 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 code ---*/
body {

}
input::-webkit-input-placeholder {
    color: #fff !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}

input:-ms-input-placeholder {
    color: #fff !important;
}

.logo {
    height: 200px;
    width: 200px;
    margin-left: 40%;
    
}

/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.demo-1 .large-header {
	background-image: url('https://trbbbbb.com/wp-content/uploads/data/2018/1/3/new-nature-desktop-image-HBGS002603-768x432.jpg');
    background-size:cover;
	background-position: center center;
    background-repeat:no-repeat;
    height:100vh;
}
.demo-2 .large-header {
	background-image:url("adminback.jfif");
    background-size:cover;
	background-position: center center;
    background-repeat:no-repeat;
    height:100vh;
}

    /* Header */
    .main-agileits {
        width: 30%;
        margin: 5% auto;
    }

    .form-w3-agile h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 1em;
        letter-spacing: 2px;
    }

    .form-w3-agile {
        background: rgba(4, 4, 4, 0.56);
        -webkit-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
        -moz-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
        box-shadow: 0px 35px 44px -22px #1f181b;
        padding: 60px 40px;
    }

    .icon-w3 i {
        color: #ffffff;
        font-size: 16px;
    }

    .icon-w3 {
        display: inline-block;
        position: absolute;
        right: 12px;
        bottom: 26px;
    }

    form {
        margin: 0 auto;
        width: 100%;
    }

    .form-sub-w3 {
        position: relative;
        margin-bottom: 20px;
    }

        .form-sub-w3 input[type="text"], input[type="password"] {
            outline: none;
            font-size: 15px;
            color: #ffffff;
            padding: 15px 40px 15px 10px;
            letter-spacing: 2px;
            width: 87%;
            border: none;
            border: 1px solid #DCCBCF;
            -webkit-appearance: none;
            margin-bottom: 10px;
            background: transparent;
        }

        .form-sub-w3 input[type="password"] {
            outline: none;
            font-size: 15px;
            color: #ffffff;
            padding: 15px 40px 15px 10px;
            width: 87%;
            border: none;
            border: 1px solid #DCCBCF;
            -webkit-appearance: none;
            margin-bottom: 10px;
            background: transparent;
        }

    input[type="submit"] {
        background: #fff;
        color: #000;
        outline: none;
        display: block;
        margin: 0 auto;
        border: none;
        cursor: pointer;
        padding: 7px 35px;
        font-size: 16px;
        margin-top: 20px;
        font-weight: bold;
        text-transform: uppercase;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -ms-transition: 0.3s all;
    }

        input[type="submit"]:hover {
            background: #4CAF50;
            color: #ffffff;
            transition: 0.3s all;
            -webkit-transition: 0.3s all;
            -moz-transition: 0.3s all;
            -o-transition: 0.3s all;
            -ms-transition: 0.3s all;
        }

    .p-bottom-w3ls {
        font-size: 16px;
        color: #eee;
        margin-top: 0em;
        text-align: center;
        text-transform: none;
        float: left;
    }

    .p-bottom-w3ls1 {
        font-size: 16px;
        color: #eee;
        margin-top: 0em;
        text-align: center;
        text-transform: none;
        float: right;
    }

        .p-bottom-w3ls a, .p-bottom-w3ls1 a {
            color: #8BC34A;
            outline: none;
            text-decoration: none;
        }




    /*--- Responsive Code ---*/
    @media screen and (max-width: 1920px) {
        .icon-w3 {
            right: 27px;
        }

        h1 {
            margin: 80px 0 40px;
        }

        .copyright p {
            margin: 50px 0px 150px;
        }

        .p-bottom-w3ls1 {
            padding-right: 15px;
        }
    }

    @media screen and (max-width: 1680px) {
        .p-bottom-w3ls1 {
            padding-right: 10px;
        }

        .icon-w3 {
            right: 20px;
        }
    }

    @media screen and (max-width: 1600px) {
        .p-bottom-w3ls1 {
            padding-right: 5px;
        }

        h1 {
            margin: 40px 0;
        }

        .copyright p {
            margin: 50px 0px;
        }

        .icon-w3 {
            right: 15px;
        }
    }

    @media screen and (max-width: 1440px) {
        .main-agileits {
            width: 33%;
        }
    }

    @media screen and (max-width: 1280px) {
        .main-agileits {
            width: 36%;
        }
    }

    @media screen and (max-width: 1080px) {
        .main-agileits {
            width: 42%;
        }
    }

    @media screen and (max-width: 1024px) {
        .main-agileits {
            width: 45%;
        }

        .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"] {
            width: 85.5%;
        }
    }

    @media screen and (max-width: 900px) {
        .main-agileits {
            width: 50%;
        }
    }

    @media screen and (max-width: 800px) {
        .main-agileits {
            width: 55%;
        }
    }

    @media screen and (max-width: 768px) {
        .main-agileits {
            width: 58%;
        }
    }

    @media screen and (max-width: 736px) {
        .main-agileits {
            width: 60%;
        }

        h1 {
            margin: 35px 0;
            font-size: 40px;
        }
    }

    @media screen and (max-width: 667px) {
        .main-agileits {
            width: 68%;
        }
    }

    @media screen and (max-width: 640px) {
        .main-agileits {
            width: 70%;
        }
    }

    @media screen and (max-width: 600px) {
        .main-agileits {
            width: 73%;
        }
    }

    @media screen and (max-width: 568px) {
        .main-agileits {
            width: 80%;
        }

        h1 {
            margin: 30px 0;
            font-size: 35px;
        }
    }

    @media screen and (max-width: 480px) {
        .main-agileits {
            width: 93%;
        }
    }

    @media screen and (max-width: 414px) {
        .main-agileits {
            width: 95%;
        }

        .form-w3-agile {
            padding: 30px 30px;
        }

        .p-bottom-w3ls {
            float: none;
        }

        .p-bottom-w3ls1 {
            padding-right: 0px;
            margin-top: 10px;
            float: none;
        }

        h1 {
            margin: 30px 0;
            font-size: 33px;
        }

        .copyright p {
            margin: 40px 0px;
            line-height: 28px;
        }

        .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"] {
            width: 85%;
        }
    }


    @media screen and (max-width: 320px) {
        h1 {
            margin: 20px 0;
            font-size: 27px;
            word-spacing: 4px;
            letter-spacing: 2px;
        }

        .icons {
            margin-left: 6em;
        }

        .form-w3-agile {
            padding: 30px 20px;
        }

        .copyright p {
            margin: 20px 10px 20px;
        }

        .icon-w3 {
            right: 5px;
        }

        .form-sub-w3 {
            margin-bottom: 5px;
        }
    }
    /*--- //login page ---*/

