
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;}
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%;}
body {
	padding: 0;
	margin: 0;
	background: url(../images/2.jpg) no-repeat 0px 0px;
	background-size: cover;
	font-family: 'Raleway', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	letter-spacing:1px;
	font-size:15px;
	font-weight:600;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
	letter-spacing:1px;
		
}
.clear{
	clear:both;
}
p {
	margin: 0;
	color: #282a8a;
	letter-spacing:1px;
	line-height:1.8em;
	font-size:14px;
	font-weight:400;
}
.row{
	margin:0px;
	padding:0px;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
img{
	width:100%;
}
/*-- //Reset-Code --*/


input[type="text"] {
    font-size: 15px;
    color: #08779c;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    padding: 12px 10px 12px 10px;
    width:90%;
    display:inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Raleway', sans-serif;
}
input[type="email"] {
	font-size: 15px;
	color:#fff;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    padding: 12px 10px 12px 10px;
	width:90%;
	display:inline-block;
    box-sizing: border-box;
   	border: none;
    outline: none;
    background: transparent;
	font-family: 'Raleway', sans-serif;
}
input[type="Password"] {
	font-size: 15px;
	color:#08779c;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 12px 10px 12px 10px;
	width:90%;
	display:inline-block;
    box-sizing: border-box;
   	border: none;
    outline: none;
    background: transparent;
	font-family: 'Raleway', sans-serif;
}
.input-group {
    margin-bottom: 20px;
    padding: 0px 10px;
    border-bottom: 1px solid #bbb;
}
.btn-block {
    display: block;
    width: 50%;
    margin: 0 auto;
}
.btn:active {
    outline: none;
}
.btn-danger {
    color: #fff;
    background-color: #09c;
    margin-top: 70px;
    outline:none;
    padding:12px 12px;
    cursor:pointer;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: none;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


.btn-danger:hover{
	background-color: #0cbcce;
	color: #f77c0f;
}
.Entab_info h2 {
  display: inline-block;
  font-size: 26px;
  margin-bottom: 1px;
  color: #343686;
  letter-spacing: 2px;
  margin-top: 25px;
}
.Entab_info h4 {
    display: inline-block;
    font-size: 15px;
	padding: 8px 0px;
    color: #444;
    text-transform: capitalize;
}
::-webkit-input-placeholder {
	color:#bbb !important;
}
::-moz-placeholder { /* Firefox 18- */
	color:#bbb !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#bbb !important;
}
::-ms-input-placeholder {  
	color:#bbb !important;
}

a.btn.btn-block.btn-social.btn-facebook {
    display: block;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}
h1 {
    text-align: center;
    font-size: 63px;
    margin: 30px 0px 3%;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;
}
.Entab_info {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    box-sizing: border-box;
    padding: 0.5em 2em;
    background: #fff;
    text-align: center;
    border: 15px outset #09c;
    border-bottom: none;
}
.left_grid_info {
    padding: 1em 3em;
}


.agile_info {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

ul.social_section_1info li {
    display: inline-block;
}
ul.social_section_1info {
    margin-top: 25px;
}
ul.social_section_1info a {
    color: #eee;
    margin-right: 10px;
    font-size: 15px;
}
ul.social_section_1info a:hover {
	color: #01cd74;
}
.Entab_erp_form {
    padding: 0px;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    background:#fff;
}
.Entab_info p {
    padding-bottom: 30px;
    text-align: center;
}
p.account, p.account a {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #a5a1a1;
}
p.account a:hover {
    color: #fff;
}
h3.Entab_erps {
    margin: 10px 0px;
    padding-left: 60px;
}
h3.agileits {
    padding-left: 10px;
}
.container {
    width: 56%;
    margin: 0 auto;
}
.input-group i.fa {
   font-size: 16px;
   vertical-align: middle;
   color: #0099cc;
   box-sizing:border-box;
   float:left;
   width:6%;
   margin-top: 13px;
   text-align: center;
}
h5 {
    text-align: center;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
	    color: #000;
}
.footer
{
        position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
}
.footer p {
    color: #fff;
    text-align: center;
    margin: 20px 0px;
    letter-spacing: 2px;
    font-size: 15px;
}
.footer p a {
	color:#fff;
}
.footer p a:hover {
	color: #e8d908;
}

/** Responsive **/
@media screen and (max-width: 1440px){
	.container {
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1280px){
	.container {
		width: 75%;
	}
}
@media screen and (max-width: 1080px){
	.container {
		width: 80%;
	}
	.left_grid_info {
		padding: 7em 3em;
	}
	.Entab_info {
		padding: 3em 3em;
	}
	.left_grid_info h4 {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 1024px){
	.left_grid_info h3 {
		font-size: 2em;
	}
	.container {
		width: 84%;
	}
}
@media screen and (max-width: 991px){
	.Entab_info h2 {
		font-size: 24px;
	}
	p {
		font-size: 13px;
	}
	h1 {
		font-size: 40px;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 900px){
	
	.container {
		width: 90%;
	}
	.left_grid_info h4 {
		font-size: 1em;
	}
	.Entab_info {
		padding: 3em 2.5em;
	}
}
@media screen and (max-width: 800px){
	.container {
		width: 95%;
	}
	input[type="text"],input[type="email"],input[type="password"] {
		font-size: 14px;
	}
	.Entab_info h2 {
		font-size: 23px;
	}
}
@media screen and (max-width: 768px){
	.container {
		width: 95%;
	}
	.left_grid_info {
		padding: 9em 3em;
	}
	.Entab_info h2 {
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 736px){
	.left_grid_info h3 {
		font-size: 1.7em;
	}
	.Entab_info h2 {
		font-size: 22px;
	}
	.Entab_info {
		padding: 3em 2em;
	}
	.footer p {
		font-size: 14px;
	}
	.Entab_info h4 {
		font-size: 14px;
	}
	.btn-danger {
		padding: 13px 12px;
		font-size: 14px;
	}
}
@media screen and (max-width: 991px){
    
	.agile_info {
		flex-direction: column;
	}
	.container {
		width: 80%;
        background: #fff!important
	}
	.left_grid_info {
		padding: 3em 3em;
	}
	.Entab_info {
		padding: 3em 4em;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px){
	h1 {
		font-size: 37px;
	}
}
@media screen and (max-width: 480px){
	.Entab_erp_form {
		padding: 0em;
	}
	.Entab_info {
		padding: 3em;
	}
	h1 {
		font-size: 34px;
	}
}
@media screen and (max-width: 414px){
	.Entab_info {
		padding: 2em;
	}
	h1 {
		font-size: 32px;
		letter-spacing: 1px;
	}
	.left_grid_info p {
		font-size: 13px;
	}
	.container {
		width: 90%;
	}
}
@media screen and (max-width: 384px){
	.left_grid_info h4 {
		font-size: .9em;
	}
	.left_grid_info p {
		letter-spacing: .5px;
	}
}
@media screen and (max-width: 375px){
	.left_grid_info h3 {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 320px){
	h1 {
		font-size: 25px;
		letter-spacing: 1px;
	}
	.Entab_info h2 {
		font-size: 18px;
		letter-spacing: 0px;
	}
	.btn-danger {
		padding: 13px 12px;
		font-size: 13px;
	}
	input[type="text"], input[type="email"], input[type="password"] {
		font-size: 13px;
	}
	.footer p {
		font-size: 13px;
	}
	.footer p a{
		font-size: 13px;
	}
}
/** /Responsive **/


 .labellog {
        margin: auto;
    border-radius: 5px;
    border: solid 2px #1d08d0;
    background: #fff;
    padding-top: 48px;
    box-shadow: 8px 8px 3px #07759a;
}
 .labellog img
 {
     width: 170px;
 }

 .left_grid_info h1 {
    font-size: 36px;
    margin: 10px;
    color: #0099cc;
    line-height: 58px;
    text-align: center;
    font-family: NotoSerif-Regular;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    letter-spacing: 1px;
    margin-top: 25px;
}

 .left_grid_info p {
      line-height: 31px;
    font-size: 17px;
    color: #5c5c5d;
    text-align: justify;
    padding: 8px;
}
 .left_grid_info a {
    color: #f7440c;
    font-weight: 600;
}
 .errorefr {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 24px;
}

 .errorefr i
 {
         color: #343686;
         font-size: 28px;
 }
 .marw
 {
     position: relative;
 }
 .marw marquee
{
       background: #e0f4ff;
       border-left: 1px solid #eae9e9;
       border-right: 1px solid #eae9e9;
}
 .marw label
 {
         color: #fff;
    position: absolute;
    top: -6px;
    right: 0px;
    background: #24279c;
    padding: 10px;
    border-radius: 6px;
 }

.marcont {
    display: inline-block;
    height: 100%;
    width: 100%;
    FONT-SIZE: 12pt;
    COLOR: #00446b;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    POSITION: relative;
    line-height: 22px;
}
.marhead {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    line-height: 25px;
    LEFT: 2px;
    COLOR: #088edc;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    POSITION: relative;
    TOP: 0px;
    margin-right: 15px;
}

.modal-body .marhead
{
     FONT-WEIGHT: bold;
     FONT-SIZE: 17pt;
     line-height: 50px;
     LEFT: 2px;
     COLOR: #088edc;
     FONT-STYLE: italic;
     FONT-FAMILY: Arial, Helvetica, sans-serif;
     POSITION: relative;
     TOP: -4px;
     /* margin-bottom: 24px; */
     /* bottom: 12px; */
     padding-bottom: 18px;
}
.modal-body .marcont {
    display: inline-block;
    height: 100%;
    width: auto;
    FONT-SIZE: 12pt;
    COLOR: #00446b;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    POSITION: relative;
    line-height: 27px;
    padding: 0px 21px;
    text-align: center;
    margin-bottom: 26px;
}

.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	background: #e74c3c;
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30%;
	/* max-width: 900px; */
	/* min-width: 320px; */
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(52, 55, 84, 0.73);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #000;
	background: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px!important;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 
}
.md-content h3 {
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	opacity: 0.8;
	background: #14b0bf;
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 0px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
    color: #000;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.modal-body {
    position: relative!important;
    padding: 15px!important;
}
.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


@media (max-width:1600px)
{
    .container {
    width: 70%;
}

    h1 {
    margin: 20px 0px 2%;
}
    .footer p {
    margin: 5px 0px;
}
    .left_grid_info h1
    {
font-size: 28px;
    }
    .footer {
    position: relative;
}
}
@media (max-width:1367px) {
    .container {
        width: 80%;
    }

    .left_grid_info {
        padding: 1em 1em;
    }

    .Entab_info {
        padding: 0.5em 2em;
    }

        .Entab_info h2 {
            font-size: 22px;
        }

    .left_grid_info h1 {
        margin: 4px;
        line-height: 40px;
    }

    .left_grid_info p {
        line-height: 27px;
    }

    .left_grid_info {
        padding: 1em 2em;
    }

    .btn-danger {
        margin-top: 15px;
    }
    .Entab_info p {
    padding-bottom: 15px;
}
    .input-group {
    margin-bottom: 13px;
}
    .Entab_info h2 {
    margin-top: 18px;
}
    .labellog {
    padding-top: 37px;
}
    .labellog img {
    width: 140px;
}
    h1 {
    margin: 8px 0px 1%;
}
}