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 --*/

/*--google fonts--*/
@import url(https://fonts.googleapis.com/css?family=Droid+Serif|Merriweather|Libre+Baskerville);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed|Source+Sans+Pro|Roboto+Slab);


body {
    font-family: 'Open Sans', sans-serif;
    background: url(../img1/p1.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    overflow-y: hidden;
}

h1 {
    font-size: 2.8em;
	font-family: 'Libre Baskerville', serif;
    text-align: center;
    color: #fff;
    font-weight: 100;
	margin-top: 15px;
	margin-bottom: -13px;
}
/*-- main --*/
.main {
    padding: 2em 0 0;
}
.login-form {
    width: 35%;
    margin: 2.5em auto;
    background-color: rgba(188, 185, 176, 0.55);
    opacity: 0.9;
}
.login-form input[type="text"]{
    outline: none;
	font-family: 'Droid Serif', serif;
    font-size: 1em;
    color: #0b0b0e;
    padding: .8em 1em;
    margin: 41px;
    width: 80.5%;
    border: none;
    -webkit-appearance: none;
    display: block;
    //background: rgba(255, 255, 255, 0.67);
	background-image:url(../images1/login.png);
	background-repeat:no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
    border-radius: 3px;
	opacity:0.8;
}

.login-form input[type="password"] {
    outline: none;
    font-size: 1em;
	font-family: 'Droid Serif', serif;
    color: #0b0b0e;
    padding: .8em 1em;
    margin: 41px;
	margin-top:-13px;
    width: 80.5%;
    border: none;
    -webkit-appearance: none;
    display: block;
    //background: rgba(255, 255, 255, 0.67);
	background-image:url(../images1/pwd.png);	
	background-repeat:no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
    border-radius: 3px;
	opacity:0.8;
}

.frgtpwd{
	height:auto;
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
}

.frgtpwd a{
	text-decoration:none;
	color:#fff;
	display:block;
}

.signup{
	width:42%;
	height:auto;
	float:left;
	padding-left:8%;
	text-align:left;
}



.signnup-inner{
	width:50%;
	height:25px;
	padding-top:5px;
	float:left;
	font-size:14px;
	text-align:center;
	background-color:#1C4EDA;
	border-radius:5px;
}

.signnup-inner:hover{
	width:50%;
	height:25px;
	padding-top:5px;
	float:left;
	font-size:14px;
	text-align:center;
	background-color:#fff;
	color:#1C4EDA;
}

.signnup-inner a{
	text-decoration:none;
	color:#cc;
}

.signnup-inner a:hover{
	color:#1C4EDA;
}

.signups{
	width:40%;
	height:auto;
	padding-left:10%;
	float:left;
	text-align:center;
}

.signups-inner{
	width:75%;
	height:25px;
	padding-top:5px;
	float:left;
	font-size:14px;
	text-align:center;
	background-color:#1C4EDA;
	border-radius:5px;
}

.signups-inner:hover{
	width:75%;
	height:25px;
	padding-top:5px;
	float:left;
	font-size:14px;
	text-align:center;
	background-color:#fff;
	color:#1C4EDA;
}

.bck{
	width:85%;
	height:auto;
	float:left;
	padding-top:15px;
	text-align:center;
	/*padding-left:10%;*/
}

.bck a{
	color:#fff;
	padding-left:50px;
	padding-top:20px;
}

.signups-inner a{
	text-decoration:none;
	color:#cc;
}

.signups-inner a:hover{
	color:#1C4EDA;
}

.login-form p {
    font-size: 1em;
    color: #fff;
    margin: 2.7em 0 .5em;
}
/*-- checkbox --*/
.login-agileits-top input[type="checkbox"] {
    display: none;
}
.login-agileits-top input[type="checkbox"]+label {
    position: relative;
    padding-left: 1.8em;
    border: none;
    outline: none;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    margin: 1.5em 0;
}
.login-agileits-top input[type="checkbox"]+label span:first-child {
    width: 14px;
    height: 14px;
    border: 2px solid #C8C8C8;
    position: absolute;
    left: 0;
	top: 3px;
}
.login-agileits-top input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images1/tick.png)no-repeat;
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
/*-- //checkbox --*/
.login-form input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #3399F4;
    border: 3px solid #3399F4;
    outline: none;
    cursor: pointer;
    padding: .6em 1em;
    -webkit-appearance: none;
    width: 30%;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
    border-radius: 3px;
	/*margin-top:18px;*/
	margin-left: 40px;
}

.marg{
	margin-top:24px;
}
.login-form input[type="submit"]:hover {
    background: #fff;
    color: #1c4eda;
    border-color: #3399F4;
    transition: 0.5s all ;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.login-inp{
	width: 363px;
	height: 45px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
    border-radius: 3px;
	outline: none;
    font-size: 1em;
    color: #000;
}

.login-inpin{
	margin-top: 43px;
	opacity:0.7;
}

.login-inp:hover{
	 background: #fff;
    color: #1c4eda;
    border-color: #1c4eda;
    transition: 0.5s all ;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*select option{
	background-color:#fff;
}

option:checked, option[val="2"]:hover{
	background-color:#000000;
}




#admclr{
	background-color:#fff;
}

#admclr:hover{
	background-color:#fff;
}*/

.log{
	text-align:center;
}

select {
  display: none;
}
.select {
  position: relative;
  z-index: 99;
  margin: 45px 0px 20px 28px;
  //width: 363px;
  width: 85%;
}
.select .active-option {
  background: #fff;
  background-image:url(../images1/select.png);
  background-repeat:no-repeat;
  font-family: 'Droid Serif', serif;
  color: #565454;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  cursor: pointer;
  opacity:0.7;
  height:42px;
  border=radus:5px;
}
.select .active-option:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.select .active-option:hover {
  background: #fff;
  font-family: 'Droid Serif', serif;
  background-image:url(../images1/select.png);
  background-repeat:no-repeat;
}
.select .option-list {
  color: #fff;
  font-family: 'Droid Serif', serif;
}
.select .option-list li {
  background: #fff;
  color:#000000;
}
.select .option-list li:hover {
  background: #1c4eda;
  color:#fff;
}
.active-option {
  padding: 10px;
  width: 100%;
  padding-left:5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.option-list {
  width: 100%;
  position: absolute;
  visibility: hidden;
  //overflow-y: scroll;
  //overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  //box-sizing: border-box;
  top: 90%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.option-list li {
  width: 100%;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.option-list.show {
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.login-agileits-bottom {
    margin-top: 2.5em;
    text-align: center;
    padding: 0.5em 1em 0;
    border-top: 1px dotted #fff;
}
.login-agileits-bottom p {
    margin-bottom: 0;
}
.login-agileits-bottom p a{
    color: #fff;
	transition:.5s all;
}
.login-agileits-bottom p a:hover {
    color: #517fff;
}
.login-form .login-agileits-top.sign-up input[type="submit"] {
    margin-bottom: 2.1em;
}
/*-- //main --*/
/*-- SAP --*/
.sap_tabs,.w3ls-tabs {
    clear: both;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.55); 
	height:480px;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    text-align: center;
    margin-bottom: 2em;
}
.resp-tab-item {
    color: #fff;
    font-size: 1.3em;
    cursor: pointer;
    padding: 0;
    display: inline-block;
	font-family: 'Roboto Slab', serif;
	font-size:25px;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
    opacity: .7; 
}

.hrs{
	width:85%;
	border-bottom:1px solid #ccc;
	margin:auto;
}

.resp-tab-active {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    border-color: #fff;
}
.resp-tab-item span {
    border-bottom: 1px solid transparent;
	padding: 0 3px 0.2em;
}
.resp-tab-active span {
    border-bottom-color: #fff;	
}
.resp-tabs-container {
    padding: 0px;
    background: none;
    clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.resp-tab-item label {
    margin: 0 0.6em;
    font-size: 1.2em;
    vertical-align: middle;
}
/*-- //SAP --*/
/*-- copyright --*/
.copyright {
    margin: 2em 0;
    text-align: center;
}
.copyright p {
    font-size: 1em;
    color: #fff;
	line-height:1.8em;
}
.copyright p a{
    color: #fff; 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.copyright p a:hover{
    color: #000;	
}
/*-- //copyright --*/
/*-- responsive-design --*/
@media(max-width:1280px){
.login-form {
    width: 40%; 
}
.login-agileits-bottom {
    margin-top: 3em; 
	padding: 1em 1em 0;
}
h1 {
    font-size: 2.6em; 
}
}
@media(max-width:1080px){
h1 {
    font-size: 2.4em;
}
.login-form {
    width: 50%;
    margin: 1.5em auto;
}
.sap_tabs,.w3ls-tabs {
    padding: 2.5em; 
}
}
@media(max-width:1024px){
.login-form .login-agileits-top.sign-up input[type="submit"] {
    margin-bottom: 1em;
}
.login-form input[type="text"], .login-form input[type="password"] { 
    width: 92.5%; 
}
}
@media(max-width:991px){
.login-form {
    width: 54%; 
}
}
@media(max-width:900px){
h1 {
    font-size: 2.2em;
}
.login-form input[type="text"], .login-form input[type="password"] { 
    padding: 0.6em 1em; 
	width: 91.5%;
}
.login-form input[type="submit"] {
    font-size: 0.9em; 
    padding: .5em 1em; 
}
.login-agileits-bottom {
    margin-top: 2.5em;
    padding: 0.6em 1em 0;
}
}
@media(max-width:800px){
.login-form input[type="text"], .login-form input[type="password"] { 
    width: 90.5%;
}
.login-form .login-agileits-top.sign-up input[type="submit"] {
    margin-bottom: 0.8em;
}
}
@media(max-width:736px){
.login-form {
    width: 61%;
}
}
@media(max-width:640px){
h1 {
    font-size: 2em;
}
.sap_tabs,.w3ls-tabs {
    padding: 2em;
}
.login-form {
    width: 65%;
}
}
@media(max-width:600px){
.login-form input[type="text"], .login-form input[type="password"] {
    width: 89.5%;
}
}
@media(max-width:568px){
.copyright p { 
    padding: 0 1em;
}
}
@media(max-width:480px){
h1 {
    font-size: 1.85em;
}
.sap_tabs,.w3ls-tabs {
    padding: 1.8em;
}
.login-form {
    width: 80%;
}
h1 {
    font-size: 1.8em;
}
.main {
    padding: 1.5em 0 0;
}
.resp-tab-item { 
    font-size: 1.2em; 
}
.login-agileits-bottom {
    margin-top: 2em;
    padding: 0.4em 1em 0;
}
.copyright p {
    font-size: 0.9em; 
}
}
@media(max-width:414px){
h1 {
    font-size: 1.6em;
}
.sap_tabs,.w3ls-tabs {
    padding: 1.5em;
}
.login-form input[type="text"], .login-form input[type="password"] { 
    font-size: 0.9em; 
}
.login-form input[type="submit"] {
    font-size: 0.8em; 
}
.login-form p {
    font-size: 0.9em; 
}
.login-form {
    width: 85%;
}
.login-agileits-top input[type="checkbox"]+label { 
    font-size: 0.9em; 
}
}
@media(max-width:384px){
.login-form .login-agileits-top.sign-up input[type="submit"] {
    margin-bottom: 0;
}
.copyright {
    margin: 1.5em 0; 
}
}
@media(max-width:375px){
.login-form {
    width: 90%;
}
}
@media(max-width:320px){
.main {
    padding: 1em 0 0;
}
h1 {
    font-size: 1.5em;
}
.login-form { 
    margin: 1em auto;
}
.resp-tab-item {
    font-size: 1.1em;
}
.login-form p { 
    margin: 0.8em 0 .4em;
}
.login-agileits-top input[type="checkbox"]+label { 
    margin: 1em 0;
}
.login-agileits-bottom {
    margin-top: 1.5em; 
}
}
.sap_tabs,.w3ls-tabs {
    clear: both;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.55); 
	height:480px;
}

/*-- //responsive-design --*/
