/*
Copyright (C) 2001-2019 OTRS AG, https://otrs.com/

This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
*/

/**
 * @package     Skin "Default"
 * @section     Login screen
 */

@media screen, projection, tv, handheld {
  .LoginScreen {
    padding-top: 90px;
    height: calc(100vh - 90px);
    min-height: 430px;
    background-image: url('http://webmail.ceoecantabria.es/skins/ceoe/images/login_background.jpg');
  }

  .LoginScreen .MainBox {
    padding: 0px;
  }

  .LoginScreen .ErrorBox,
  .LoginScreen .SuccessBox {
    margin-bottom: 10px;
    padding: 10px 25px;
  }

  .LoginScreen .SuccessBox {
    background-color: #6ac0cf;
    border-radius: 5px;
  }

  #LostPassword,
  #BackToLogin {
    color: #999;
  }

  .LoginScreen #Header {
    display: none;
  }

  .LoginScreen #Footer {
    border: 0px;
    bottom: 0px;
    box-sizing: border-box;
    padding: 15px 0px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    width: 100%;
  }

  .LoginScreen #Footer a {
    padding-left: 0px;
    text-shadow: none;
    color: white;
  }

  #Footer a {
    color: #999;
    font-size: 11px;
    display: inline-block;
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
    transition: all ease 0.4s;
    text-transform: none;
  }

  #Footer a span {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/signet_small_bw.png);
    background-size: cover;
    margin: 0px auto 10px auto;
    opacity: 0.3;
    transition: all ease 0.4s;
  }

  #Footer a:hover {
    text-decoration: none;
    color: #555;
  }

  #Footer a:hover span {
    opacity: 1;
    transform: rotate(90deg);
  }

  .LoginBox,
  #PasswordBox {
    width: 360px;
    margin: auto;
    text-align: center;
  }

  .LoginBox > .WidgetSimple,
  #PasswordBox > .WidgetSimple {
    background: #ffffff;
    text-align: center;
    background-image: url('https://marca.ceoecantabria.es/files/brand/logotipo_oscuro.png');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 40px;
    box-shadow: 0 37.125px 50px -12.125px rgba(0, 0, 0, 0.3);
    width: 300px;
    height: 300px;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    padding: 180px 30px 0 30px;
    border: none;
  }

  .LoginBox > .WidgetSimple form > fieldset > div,
  #PasswordBox > .WidgetSimple form > fieldset > div {
    position: relative;
  }

  .LoginBox input,
  #PasswordBox input {
    display: block;
    box-sizing: border-box;
    margin-bottom: 5px;
    width: 100%;
    border-color: #e6e6e6;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 20px 0;
    font-size: 0.9rem;
    font-weight: 400;
    background: #f7f7f7;
    color: #b3b3b3;
  }

  .LoginBox .Error.Center.Spacing:empty,
  #PasswordBox .Error.Center.Spacing:empty {
    display: none;
  }

  .LoginBox .CallForAction.Fullsize,
  #PasswordBox .CallForAction.Fullsize {
    text-align: center;
    background: #4c4c4e;
    width: 100%;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
    color: white;
  }

  .LoginBox .CallForAction.Fullsize span,
  #PasswordBox .CallForAction.Fullsize span {
    padding: 7px 10px;
    color: white;
    text-shadow: none;
    font-size: 15px;
    font-weight: 300;
    border: none;
  }

  /**
       * @subsection  Customizable logos
       */
  #LoginLogo {
    display: none;
  }
} /* end @media */
