
    .sub-mysight-text-l {

      text-transform: uppercase;
      font-size: 15px;
      color: #666;
      letter-spacing: 4px;

    }

    .non-sub-mysight-text-l {

      text-transform: uppercase;
      font-size: 15px;
      color: #666;
      letter-spacing: 4px;

    }

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

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

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

       
    .colour-switcher-button-l{
        text-align: center;
        text-transform: uppercase;
        border: none;
        font-size: 13px;
        letter-spacing: 4px;
        color: rgba(225, 225, 225, 1) !important;
        background: rgba(33,34,39,0.8);
        width: 90px;
        height: 30px;
        font-weight:600px;
        border-radius: 5px;
        line-height: 5px; 
           -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-l:hover {
           color: rgba(0, 0, 0, 0.7) !important;
           background: rgba(226,226,226,1);
           -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
       }

       .log-in-background-l {
            background: rgba(226,226,226,1);
        background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(42%, rgba(244,245,245,1)), color-stop(68%, rgba(237,228,225,1)), color-stop(100%, rgba(233,231,230,1)));
        background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
        background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e9e7e6', GradientType=1 );
       }

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

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

       .byteline-rights-l {
        color: rgba(0,0,0,0.8) !important;
       }

       .byteline-rights-l a {
        color: rgba(0,0,0,0.8) !important;
       }

.error-alert-highlight{
    color: rgba(169,3,41,0.8);
}
