@keyframes start {
    0% {top: calc(50% - 110px);transform: scale(0.9);}
    50% {top: calc(50% - 281px);transform: scale(1);}
    100%{ top: calc(25% - 110px); }
}
@-webkit-keyframes start {
    0% {top: calc(50% - 110px);transform: scale(0.9);}
    50% {top: calc(50% - 110px);transform: scale(1);}
    100%{ top: calc(25% - 110px); }
}
      .admin-form {
        overflow-y: scroll;
      }
    @media screen and (min-height: 760px) {
       
      .logContent {
        position: fixed; 
        bottom:0;
        width: 100%;
      }

      .admin-form {
        overflow-y: hidden;
      }

    }

    .mysight-text {
      font-size: 35px !important;
      height: auto !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      padding-top: 20px !important;
      padding-bottom: 20px !important;
      font-weight: 500 !important;
    }

    .sub-mysight-text {

      text-transform: uppercase;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.8);
      letter-spacing: 4px;

    }

    .non-sub-mysight-text {

      text-transform: uppercase;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.8);
      letter-spacing: 4px;

    }

    .mysight-logo-section {
      -webkit-animation-name: start;
      -webkit-animation-duration: 4s;
      animation-name: start;
      animation-duration: 4s;
      top: calc(25% - 110px);
    }

    .non-mysight-logo-section {
      top: calc(25% - 110px);
    }

    .mysight-log-input {
      width: 400px;
      border-radius: 5px;
      font-size: 20px !important;
      border: 1px solid #8a8d8d;
      padding: 10px 20px;
      background: rgba(255,255,255,0.1);
      transition: all .5s;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      color: rgba(255,255,255, 0.8) !important;
    }

    .mysight-log-input:focus ~ label i {
      color: #fff !important;
    }


    .mysight-ff-log-input {
      border-radius: 3px;
      font-size: 16px !important;
      border: 1px solid #8a8d8d;
      padding: 5px 10px;
      background: rgba(255,255,255,0.1);
      transition: all .5s;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      color: rgba(0,0,0, 0.8) !important;
    }

    .mysight-log-input:focus {
      outline: none;
      border: 1px solid #ffffff;
    }

    .mysight-ff-log-input:focus {
      outline: none;
      border: 1px solid #000;
    }

    .mysight-sign-in-button {
      border: none;
      box-shadow: none;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      border-radius: 5px;
      font-size: 18px !important;
      padding: 8px 18px;
      left: 0;
      background: rgba(169,3,41,0.8);
      color: #fff !important;
      text-transform: uppercase;
      letter-spacing: 3px;
    }

    .mysight-sign-in-button:focus {
      outline: none;
    }

    .mysight-sign-in-button:hover {
      outline: none;
      background: rgba(169,3,41,1);
    }

    .byteline-rights {
      position: absolute;
      width: 100%;
      bottom: 5px;
      font-size: 8px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.8) !important;
    }

    .non-byteline-rights {
      position: absolute;
      width: 100%;
      bottom: 5px;
      font-size: 8px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.8) !important;
    }
       
    .colour-switcher-button{
        text-align: center;
        text-transform: uppercase;
        border: none;
        font-size: 13px;
        letter-spacing: 4px;
        color: rgba(0, 0, 0, 0.7);
        width: 90px;
        height: 30px;
        font-weight:600px;
        border-radius: 5px;
        line-height: 15px; 
        background: rgba(226,226,226,0.9);
           -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
       }
       
       .colour-switcher-button:hover {
           color: rgba(225, 225, 225, 0.9);
           background: rgba(33,34,39,0.9);
           -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
       }

       .animFrame {
        z-index: 9999;
        background: none;
        position: fixed;
        top:0;
        left: 0; 
        right: 0; 
        bottom: 0;
        cursor: pointer;
       }

       .non-animation-section {
        display: none;
       }


       .log-in-background {
            background: rgba(58,63,65,1);
    background: -moz-linear-gradient(-45deg, rgba(58,63,65,1) 0%, rgba(39,45,48,1) 25%, rgba(26,27,30,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(58,63,65,1)), color-stop(25%, rgba(39,45,48,1)), color-stop(100%, rgba(26,27,30,1)));
    background: -webkit-linear-gradient(-45deg, rgba(58,63,65,1) 0%, rgba(39,45,48,1) 25%, rgba(26,27,30,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(58,63,65,1) 0%, rgba(39,45,48,1) 25%, rgba(26,27,30,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(58,63,65,1) 0%, rgba(39,45,48,1) 25%, rgba(26,27,30,1) 100%);
    background: linear-gradient(135deg, rgba(58,63,65,1) 0%, rgba(39,45,48,1) 25%, rgba(26,27,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3f41', endColorstr='#1a1b1e', GradientType=1 );
       }

       .log-in-background p{ 
        color: rgba(255,255,255,0.8);
       }


.error-alert-highlight{
    color: #ffffff;
}

