
/* 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 */
.underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{   display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*--login start here--*/
 body{
   font-family:"Times New Roman",Candara,Helvetica,Arial,sans-serif;
   font-size: 100%;
   background-image: url("images/login_back.png");background-size:100% 60%;background-position:left top;
}
a {
  text-decoration: none;
}
a:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

/* Webkit */
::-webkit-input-placeholder {color: #3030ff;}
/* Firefox 4-18 */
:-moz-placeholder {color: #3030ff;}
/* Firefox 19+ */
::-moz-placeholder {color: #3030ff;}
/* IE10+ */
:-ms-input-placeholder {color: #3030ff;}

/*--header start here--*/
h1 {
  text-align: center;
  font-size: 2.8em;
  color: #fff;
  margin-top: 2em ;
}
.login h2{
    font-size: 0.8em;
    color: #000;
    background: #F9F9F9;
    border-radius: 6px 6px 0px 0px;
    padding:1em 2em ;
}
.login h2 span {
    font-size: 1.4em;
    color: #000;
    font-weight: 500;
}

.login {
    width: 28%;
    margin: 5em auto 0em;
    position: relative;
  z-index: 2;
}

.login-bottom{
    background:#fff;
    border-radius: 0px 0px 6px 6px;
    padding: 2em;
}
.text{
    background: #f9f9f9;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    margin: 0em 0em 1em 0em;
    box-shadow: 0px 1px 1px #C5C4C4;
}
.text1{
    background: #f9f9f9;
    margin: 0em 0em 0em 0em;
}
.text2{
    text-align:center;
    margin: 1em;
}
.text2 span{
    text-align:center;
    color:#ff0000;
    font-weight:bold;
}

.login input[type="text"],.login input[type="password"] {
    font-size: 0.95em;
    padding: 10px 0px 10px 10px;
    width: 83%;
    color: #303030;
    outline: none;
    border:none;
    background: none;
    float:left;
}

.login .copyright{ position:absolute; left:0; width:100%; margin-top:170px; text-align:center; color:#000;}
.copyright{color:#fff !important;}

.men{
    float: right;
    height: 16px;
    background: url(../images/man.png) no-repeat;
    margin: 10px 4% 10px 0;
        width: 5%;
}
.pass{
    float:right;
    height:16px;
    background:url(../images/password.png) no-repeat;
    margin: 10px 4% 10px 0;
    width: 5% ;
}

.remember {
    margin-top: 2em;
}

.send {
    text-align: center;
    margin-top: 0.65em;
}
.login input[type="submit"] {
  width:80%;
  font-size: 0.9em;
  color: #fff;
  border: none;
  padding:7px 20px 7px 20px;
  outline: none;
  margin-top: 0em;
  border-radius: 4px;
  cursor: pointer;
  background:#0087CE;
}
.login input[type="submit"]:hover{
  background:#07A3F7;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.copy-right {
  text-align: center;
  padding: 6em 0em 1em 0em;
}
.copy-right p {
  font-size: 1em;
  color: #fff;
  line-height: 1.6em;
}
.copy-right p a{
    color: #000;
}
.copy-right p a:hover{
    color: #fff;
    text-decoration:none;
}
@media(max-width:1150px){
.login {
    width: 40%;
  z-index: 2;
}
}
@media(max-width:800px){
.login {
    width: 50%;
  z-index: 2;
}

}
@media(max-width:640px){

h1 {
    font-size: 2.3em;
}
.login {
    width: 60%;
  z-index: 2;
}
}
@media(max-width:480px){
h1 {
    font-size: 2em;
    margin-top: 1em;
}
.login {
    width: 75%;
  z-index: 2;
}
.copy-right p {
    font-size: 0.9em;
}
.copy-right {
    padding: 3em 0em 1em 0em;
}
}
@media(max-width:385px){
h1 {
    font-size: 1.6em;
}
.login {
    width: 95%;
    margin: 1.5em auto 0em;
  z-index: 2;
}
.login h2 {
    font-size: 0.7em;
    padding: 1em ;
}
.login-bottom {
    padding: 2em 1em;
  z-index: 2;
}
.login input[type="text"], .login input[type="password"] {
    width: 78%;
}
.pass {
    width: 6%;
}
.men {
    width: 6%;
}
.copy-right {
    text-align: center;
    padding: 2.5em 0em 1em 0em;
}
.copy-right p {
    padding: 0 1em;
}
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.wrapper {
 background-image: url("../images/login_back.png");background-size:100%;background-position:left top;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -400px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}

