.logo-site {
  width: 100px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 99999999; }

.page-one {
    background: url('../img/bg-crm-5.jpg') no-repeat 20%;
    -webkit-background-size: cover;
    background-size: cover;
}
  .page-one .crm-login-header {
    margin-top: 30px;
    text-align: center; }
    .page-one .crm-login-header .logo-sahand {
      width: 200px;
      height: auto; }
    .page-one .crm-login-header .angle-down {
      margin-top: 30px;
      width: 70px;
      height: auto;
      padding-top: 10px; }
    .page-one .crm-login-header h2 {
      font-size: 2.7rem;
      color: #ffffff;
      text-shadow: 0 0 10px #000000; }
    .page-one .crm-login-header .fa-heartbeat {
      color: #F15D2E; }
    .page-one .crm-login-header .crm-text {
      color: #089486; }

.page-two {
  /*@media screen and (max-width: 500px) {
    div{width:70%;}
  }*/ }
  .page-two video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity; }
  .page-two .stopfade {
    opacity: 0.85; }
    .page-two #polina {
        border-radius: 5px;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        color: white;
        padding: 2rem;
        margin: 2rem;
        font-size: 1.2rem;
    }
  .page-two h1 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-top: 0; }
  .page-two #polina button {
    display: block;
    width: 80%;
    padding: .4rem;
    border: none;
    margin: 1rem auto;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
    z-index: 9999; }
  .page-two #polina button:hover {
    background: rgba(0, 0, 0, 0.5); }
  .page-two a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    padding: .5rem;
    -webkit-transition: .6s background;
    -o-transition: .6s background;
    transition: .6s background; }
  .page-two a:hover {
    background: rgba(0, 0, 0, 0.9); }
  @media screen and (max-device-width: 768px) {
    .page-two {
        background: url('../img/bg-crm-5.jpg') no-repeat 20%;
        -webkit-background-size: cover;
        background-size: cover;
    }
      .page-two #bgvid {
        display: none; } }
  .page-two .logo-sahand-login {
    width: 70px;
    height: auto; }

.login-input {
    outline: 0;
    opacity: 0.5;
    margin: 20px auto;
    background-color:#FFF;
}

    .login-input:focus {
        background-color: #FFF;
        box-shadow: 0 0 0 0.4rem rgba(7, 164, 144, 0.25) !important;
    }
    .login-input:active {
        background-color: #FFF;
    }
    

    .page-two .logo-sahand-login {
        width: 130px;
        height: 130px;
        border: none;
        margin: 1rem auto;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.23);
        color: #fff;
        line-height: 130px;
    }

.page-two .logo-sahand-login img {
    border: none;
    width: 120px;
    height: auto;
    
}