@keyframes spinner {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}
* {
  box-sizing: border-box;
}


body{margin:0;
  background:url(../images/body_bg_img.png) 100% 100% fixed ;
  background-size: cover;
  background-position:top;

}
button,input,select,textarea{font:inherit;margin:0}



.login_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
/*  justify-content: center;*/
  width: 100%;
  min-height: 100%;
  /*padding:20px;*/
/*  background: rgba(4, 40, 68, 0.85);*/
  font-family: "Open Sans", sans-serif;
  height:auto;
/*  background: url("http://i.imgur.com/HgflTDf.jpg") 50% fixed;*/
}

.content_area{

}


.login {
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  margin:70px 0;
}
.login.loading button {
  max-height: 100%;
  padding-top: 50px;
}
.login.loading button .spinner {
  opacity: 1;
  top: 40%;
}
.login.ok button {
  background-color: #8bc34a;
}
.login.ok button .spinner {
  border-radius: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 20px;
  animation: none;
  transform: rotateZ(-45deg);
}
.login input {
  display: block;
  padding: 6px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #ccc;
}
.login input + i.fa {
  color: #fff;
  font-size: 1em;
  position: absolute;
  margin-top: -47px;
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login input {
  outline: none;
  color: #444;
  border-color: #2196F3;
  border-left-width: 35px;
}
.login input + i.img {
  opacity: 1;
  left: 30px;
  transition: all 0.25s ease-out;
}
.login a {
  font-size: 0.8em;
  color: #2196F3;
  text-decoration: none;
  float:left;
}
.login .title {
  color: #193296;
  font-size:23px;
  font-weight: bold;
  margin: 10px 0 16px 0;
  border-bottom: 1px solid #eee;
  float:left;
}
.login button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #2196F3;
  color: #fff;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  transform: rotateZ(0deg);
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
  font-weight:bold;
}
.login button .spinner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 4px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  animation: spinner 0.6s infinite linear;
  transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.login:not(.loading) button:hover {
  box-shadow: 0px 1px 3px #2196F3;
}
.login:not(.loading) button:focus {
  border-bottom-width: 4px;
}

footer {
  display: block;
  padding:0px 50px 0px 50px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
  background:#1e87da;
  width:100%;
  bottom:0px;
  position:fixed;
  width:100%;
  left:0px;
}
footer a{ color:#FFFFFF;}

footer a, footer a:link {
  color: #fff;
  text-decoration: none;
}

.login_icons{
position:relative; bottom:38px; right:96px;
}
.login_icons_2{
position:relative; bottom:37px; right:166px;
}

.header_img{ max-width:100%; height:auto;}


@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
.login_icons{
right:104px;
bottom:36px;
}

.login_icons_2{
right:173px;
bottom:35px;
}
}



 @media all and (-ms-high-contrast:none)
     {
     .fdgdfg{
right:50px;
}

.login_icons{
right:123px;
}

.login_icons_2{
right:193px;
}
 /* IE10 */
     *::-ms-backdrop, 
.fdgdfg{
right:50px;
}

.login_icons{
right:123px;
}

.login_icons_2{
right:193px;
} /* IE11 */
     }
     
     
.invalid{
	background: red none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 20px;
    width: 230px;
}

/****** Header Start *********/    
.t2_logo {
   float: left;
    margin-left: 35px;
    position: relative; top: 9px;
}

.t2_logo > img {
    max-width: 80%;
}

.logo {
   float: right;
   position: relative;
   top: 55px;
}
 
.top-nav {
margin-top:0px;
/* margin-right:50px; */
margin-left:0px;
height:97px;

background: rgba(0, 0, 0, 0) url("../images/newheader_1.png") no-repeat scroll 0 0 / contain ; width:100%;  background-size:100%;

}

.header {
    left:0;
    right:0;
    z-index:1002;
    background:#fff;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

/****** Header End *********/    