﻿


html, body, .login {
    height: 100%;
    width: 100%;
}

body {
    background: url(../Images/backLogin.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.login {
    padding-top: 12%;
    display: inline-block;
    direction: rtl;
}

.start {
    min-width: 150px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .login {
        padding-top: 20%;
        display: inline-block;
        direction: rtl;
    }
}

body::after {
    content: '';
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.7;
}

#Menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 11;
    padding-right: 20px;
}

    #Menu li {
        min-width: 90px;
        float: right;
        height: 70px;
        text-align: left;
    }

        #Menu li a {
            text-decoration: none;
            color: #fff;
            line-height: 70px;
        }

.LoginDetails {
    z-index: 2;
    color: #fcfcfc;
}

.LoginStart {
    padding-top: 50px;
    text-align: center;
    height: 270px;
}

    .LoginStart h1 {
        font-size: 20px;
    }

    .LoginStart button[type='button'] {
        margin-top: 60px;
    }

@media (max-width:430px) {
    .LoginStart button[type='button'] {
        margin-top: 10px;
    }
}

.b1 {
    width: 100%;
    border-top: #ccc dashed 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    animation-name: ChangeWidth;
    animation-duration: 0.8s;
    z-index: 12;
}

.b2 {
    width: 2px;
    height: 100%;
    border-right: #ccc dashed 1px;
    position: absolute;
    top: 0px;
    right: 0px;
    animation-name: ChangeHeight;
    animation-duration: 0.8s;
    z-index: 12;
}

.b3 {
    width: 100%;
    border-bottom: #ccc dashed 1px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    animation-name: ChangeWidth;
    animation-duration: 0.5s;
    z-index: 12;
}

.b4 {
    width: 2px;
    height: 100%;
    border-left: #ccc dashed 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    animation-name: ChangeHeight;
    animation-duration: 0.5s;
    z-index: 12;
}

.Caption {
    text-align: center;
    border-radius: 10px;
}

    .Caption:after {
        border-radius: 10px;
        content: '';
        position: absolute;
        background: #444;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        opacity: 0.7;
    }

.Logindiv {
    display: none;
    padding-top: 10px;
    text-align: center;
    height: 270px;
}

    .Logindiv img {
        width: 180px;
        height: 40px;
        margin: 0px auto 5px auto;
        border-radius: 5%;
    }

    .Logindiv input[type='text']:nth-child(2) {
        animation-name: zoomIn;
        animation-duration: 1s;
    }

    .Logindiv input[type='text']:nth-child(1) {
        animation-name: zoomIn;
        animation-duration: 1s;
    }

.loginBoxOut {
    animation-name: zoomOut;
    animation-duration: 1s;
}

.loginBoxIn {
    animation-name: zoomIn;
    animation-duration: 1s;
}

.RememberPass {
    display: inline-block;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 13px;
}

    .RememberPass:hover {
        color: dodgerblue;
    }

.ResetLogin {
    cursor: pointer;
    transition: all 0.3s;
}

    .ResetLogin:hover {
        color: #94c669;
    }
/*
  .Insection1{
      position:relative;
      height:470px;
      top:20%;
      padding:0;

  }
    .Insection1 >div:nth-child(1){
      height:320px;

  }
  .Insection2{
      position:relative;
      height:380px;
      top:20%;
      display:none;
      padding:0;

  }
  .Insection2 div:nth-child(1){
      position:absolute;
      border-top:#ccc dashed 1px;
      border-bottom:#ccc dashed 1px;
      z-index:12;
      width:100%;
      height:100%;
      padding:0px 8%;
  }
    .Insection2 p{
        padding:0;
        margin:0;
    }

  .Insection2 img{
      width:135px;
      margin:0px auto 5px auto;
      border-radius:100%;
  }
  .p1{width:100%; height:40px; padding-top:50%; text-align:center;margin:0;}
  .title1{
      width:100%;
      text-align:center;
      position:absolute;
      top:15%;
      color:#fff;
      font-size:27px;
      z-index:12;
      font-weight:bold;
  }
  .title{
      width:100%;
      padding-bottom:40px;
      text-align:center;
      color:#fff;
      font-size:25px;
      font-weight:bold;
  }
  .btnLogin{
      position:absolute;
      height:50px;
      bottom:25%;
      right:auto;
      left:auto;
      z-index:12;
      font-family:IRANSans;
      cursor:pointer;
      background:#2a97ba;
      color:#fff;
      border:0px;
      display:none;
      animation-name:fadeInDown;
      animation-duration:1s;
  }
    .btnLogin2{
        width:100%;
      height:40px;
      font-family:IRANSans;
      cursor:pointer;
      background:#2a97ba;
      color:#fff;
      border:0px;
      margin-top:10px;
      animation-name:zoomIn;
      animation-duration:1s;
  }
    .txtLogin{
    height: 37px;
    font-family:IRANSans;
    border:#fff solid 1px;
    animation-name:zoomIn;
    animation-duration:1s;
    }
    .txtLogin:focus{
        border:#fff solid 1px;
    }
  .b1{
      width:100%;
      border-top:#ccc dashed 1px;
      position:absolute;
      top:0px;
      left:0px;
      animation-name:ChangeWidth;
      animation-duration:0.8s;
      z-index:12;
  }
    .b2{
      width:2px;
      height:100%;
      border-right:#ccc dashed 1px;
      position:absolute;
      top:0px;
      right:0px;
      animation-name:ChangeHeight;
      animation-duration:0.8s;
      z-index:12;
  }
  .b3{
      width:100%;
      border-bottom:#ccc dashed 1px;
      position:absolute;
      bottom:0px;
      right:0px;
      animation-name:ChangeWidth;
      animation-duration:0.5s;
      z-index:12;
  }
  .b4{
      width:2px;
      height:100%;
      border-left:#ccc dashed 1px;
      position:absolute;
      bottom:0px;
      left:0px;
      animation-name:ChangeHeight;
      animation-duration:0.5s;
      z-index:12;
  }
.chk {
    width:100px;
    height:30px;
    background:#eee;
    border:#ccc solid 1px;
}


.InsectionFooter{
    position:absolute;
    bottom:2%;
    width:100%;
    right:0;
    text-align:center;
    color:#b3b3b3;
    z-index:100;
    font-size:12px;
    background:#666;
    padding-left:10px;
    padding-right:10px;
    border-radius:10px;
    opacity:.9;

}*/
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes ChangeWidth {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@keyframes ChangeHeight {
    0% {
        height: 0px;
    }

    100% {
        height: 100%;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loginBoxOut {
    0% {
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .4;
    }
}
