/* SASS code for UI v3 */
/* ui-base-specific */
/* Version 3.0 */
/* ---------------------------------------------------*/
/* Specific responsiveness rules for service: login */
@media screen and (max-width: 940px) {
  .ui_header__title--seperator {
    display: none; }

  .ui_header__title--partC {
    display: none; } }
@media screen and (max-width: 520px) {
  .ui_header__menu_options {
    display: inline !important; } }
@media screen and (max-width: 420px) {
  #ui_banner__box--message_cred_specific {
    display: none !important; } }
/* ---------------------------------------------------*/
/* DO NOT EDIT UNDER THIS LINE */
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------- */
/*  Mixins */
/* -----------------------------------*/
a {
  color: #1d9eb2;
  text-decoration: none !important; }

.ui--backgroundcolor_of_service {
  background: #97E042 !important;
  transition: all 150ms ease-in-out; }

.ui--backgroundcolor_of_service:hover {
  background: #A6F446 !important;
  transition: all 150ms ease-in-out; }

.ui--textcolor_of_service {
  color: #97E042 !important;
  transition: all 150ms ease-in-out; }

/* -----------------------------------*/
/*  Header Style */
#ui_header_specific {
  border-top: 3px solid #97E042; }

#ui_header__logo_specific {
  background-image: url("https://cdn.it.auth.gr/images/logos/services/login/login-128.png");
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: 0px 7px; }

.ui_header__menu_options_dropdown {
  display: none; }

.ui_header__option_specific:hover {
  color: #97E042 !important; }

.ui_header__option_specific a:hover {
  color: #97E042 !important; }

.ui_header__option_specific.ui_dropdown--open {
  color: #97E042; }

.ui_navigation a:hover {
  color: #97E042 !important; }

a.ui_navigation_selected {
  color: #97E042 !important; }

#ui_banner__text--servicename_specific {
  color: #97E042; }

.ui_radioButton:checked + label:after,
.ui_radioButton.with-gap:checked + label:after {
  background-color: #1d9eb2 !important;
  border: 1px solid #1d9eb2 !important; }

.ui_checkBox:checked + label:before {
  border-bottom: 2px solid #1d9eb2 !important;
  border-right: 2px solid #1d9eb2 !important; }

#ui_navigation_specific {
  display: none; }

#ui_content_specific {
  padding-top: 80px; }

/*# sourceMappingURL=ui-base-specific-login.css.map */
