Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
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{
padding:0;
margin:0;
    background:#28a745;   
    background-size: cover;
   font-family: 'Signika', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}

ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
a{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
a:hover{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

/*--header start here--*/
h1 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    margin: 1em 0em 0.5em 0em;
}
.login-main {
    width: 35%;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px 5px;
}
.login-main h3 {
    font-size: 2.5em;
    color:#000;
    margin-bottom: 0.71em;
    text-align: center;
}
.login-main h4 {
    font-size: 1.1em;
    margin: 1.3em 0em;
}
.login-main h4 a{
   color:#ce3838;
}
.login ul li {
    display: inline-block;
    margin-right: 0.2em;
}
.login ul li a {
    background: url(../images/t-icn.png)no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
}

.login ul li a.fa {
    background-position:0px 0px;
}
.login ul li a.tw {
    background-position:-26px 0px;
}
.login ul li a.g {
    background-position: -52px 0px;
}
.login ul li a.fa:hover {
    transform: rotateY(360deg);
}
.login ul li a.tw:hover {
   transform: rotateY(360deg);
}
.login ul li a.g:hover {
    transform: rotateY(360deg);
}
.login ul {
    margin-top: 1.2em;
}
.login-main input[type="text"] {
    font-size: 1em;
    color: #000;
    padding: 0.7em 0em;
    margin-bottom: 1em;
    width: 94%;
    display: inline-block;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
        font-family: 'Signika', sans-serif;
}

.login-main input[type="file"] {
    font-size: 1em;
    color: #000;
    padding: 0.7em 0em;
    margin-bottom: 1em;
    width: 94%;
    display: inline-block;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
        font-family: 'Signika', sans-serif;
}

.login-main input[type="tel"] {
    font-size: 1em;
    color: #000;
    padding: 0.7em 0em;
    margin-bottom: 1em;
    width: 94%;
    display: inline-block;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
        font-family: 'Signika', sans-serif;
}

.login-main input[type="email"] {
    font-size: 1em;
    color: #000;
    padding: 0.7em 0em;
    margin-bottom: 1em;
    width: 94%;
    display: inline-block;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
        font-family: 'Signika', sans-serif;
}

.login-main textarea {
    font-size: 1em;
    color: #000;
    padding: 0.7em 0em;
    margin-bottom: 1em;
    width: 94%;
    display: inline-block;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
        font-family: 'Signika', sans-serif;
}


.login-main select {
    font-size: 1em;
    color: #000;
    padding: 0.7em 0em;
    margin-bottom: 1em;
    width: 94%;
    display: inline-block;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
        font-family: 'Signika', sans-serif;
}



.login-main input[type="password"] {
    font-size: 1em;
    color: #000;
    padding: 0.7em 0em;
    margin-bottom: 1em;
    width: 94%;
    display: inline-block;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
        font-family: 'Signika', sans-serif;
}

.login-main input[type="submit"] {
    font-size: 1em;
    color: #000;
    background: #DBE004;
    border: none;
    width: 94%;
    display: block;
    padding: 0.7em 1em;
    text-align: center;
    margin: 1.5em auto;
    border-radius: 3px;
    transition: 0.5s all;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
    outline: none;
    cursor: pointer;
}


.login-main button {
    font-size: 1em;
    color: #000;
    background: #DBE004;
    border: none;
    width: 94%;
    display: block;
    padding: 0.7em 1em;
    text-align: center;
    margin: 1.5em auto;
    border-radius: 3px;
    transition: 0.5s all;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
    outline: none;
    cursor: pointer;
}


.login-main input[type="submit"]:hover{
    background: #F1F703;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}


.login-main button:hover{
    background: #F1F703;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}



::-webkit-input-placeholder{
   color:#000 !important;
}
.login {
    padding: 2em 2em;
    text-align: center;
}

/*--copy right start here--*/
.copy-rights p {
    font-size: 1em;
    color: #fff;
    text-align: center;
    line-height: 1.7em;
    padding: 0px 15px;
}
.copy-rights p a{
  color:#f3b208; 
}
.copy-rights p a:hover{
  color: #fff; 
}
.copy-rights {
    padding:4em 0em 3em 0em;
}
.clear{
	clear:both;
}
/*--media quries start here--*/
@media(max-width:1440px){

}
@media(max-width:1366px){
.login-main {
    width: 40%;
}
}
/*-- w3layouts --*/
@media(max-width:1280px){
.login-main {
    width: 45%;
}
}
@media(max-width:1024px){
.login-main {
    width: 55%;
}
}
@media(max-width:991px){

}
@media(max-width:768px){
.login-main {
    width: 70%;
}
}

@media(max-width:667px){

}
@media(max-width:640px){
.login-main {
    width: 80%;
}
}
@media(max-width:568px){

}
@media(max-width:480px){
h1 {
    font-size: 2.2em;
    margin: 0.8em 0em 0.8em 0em;
}
.login-main h3 {
    font-size: 2em;
    margin-bottom: 0.5em;
}
}
@media(max-width:414px){
.login-main {
    width: 90%;
}
}
@media(max-width:375px){
.login-main {
    width: 95%;
}
/*-- agileits --*/
.login-main h3 {
    margin-bottom: 0.3em;
}
.login-main input[type="text"] {
    margin-bottom: 0.5em;
}
.login-main input[type="submit"] {
    margin: 0.5em auto;
}
.login-main h4 {
    font-size: 1em;
    margin: 0.8em 0em;
}
.copy-rights {
    padding: 2em 0em 2em 0em;
}
h1 {
    font-size: 2em;
}
}
@media(max-width:320px){
h1 {
    font-size: 1.7em;
    margin: 0.6em 0em 0.6em 0em;
}
.login {
    padding: 1.5em 1.2em;
}
.login-main input[type="text"] {
    font-size: 0.9em;
    padding: 0.5em 0em;
    width: 100%;
}
.login-main {
    width: 90%;
}
.login-main input[type="password"] {
    font-size: 0.9em;
    padding: 0.5em 0em;
    width: 100%;
}
.login-main input[type="submit"] {
    font-size: 0.9em;
    width: 100%;
    padding: 0.5em 1em;
}
.login-main h3 {
    font-size: 1.7em;
}
/*-- w3layouts --*/
.login-main h4 {
    font-size: 0.9em;
}
.login ul {
    margin-top: 0.6em;
}
.copy-rights p {
    font-size: 0.9em;
}
}
span {
color:red
}


/* The container */
.containercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FC8A02;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.containercheck {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.containercheck .tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  transition: opacity 0.3s;
}

.containercheck .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}



#profileDisplay { display: block; height: 100%; width: 100%; margin: 0px auto; border-radius: 5%; }

/*-- agileits --*/