﻿#fp {
  display: none;
}

input {
  margin-right: 5px !important;
}

.button {
  background: none !important;
  border: none;
  padding: 0 !important;
  cursor: pointer;
}

input {
  margin-right: 5px;
}

body.login {
  background-image: url("../website/images/gruppe.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #999;
}

.full-login {
  position: relative;
  z-index: 999;
  width: 380px;
  padding: 20px;
  margin: 150px auto 40px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.45);
  box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.45);
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media (max-width: 500px) {
  .full-login {
    width: 300px;
    margin: 110px auto 30px;
  }
}

@media (min-width: 200px) and (max-width: 300px) {
  .full-login {
    width: 92%;
  }

  .full-login-logo {
    width: 90% !important;
  }
}

.full-login-logo {
  width: 220px;
  padding: 10px 0 30px;
}

.full-login .input-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

.full-login .login-forgot {
  font-size: 0.9em;
}

.full-login-after {
  position: relative;
  z-index: 999;
  color: #ffffff;
}

.login-overlay {
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.padding-top-bottom {
  display: none;
}

.footer-bottom {
  display: none;
}

.RadInput_Bootstrap.riSingle .riTextBox, .RadForm_Bootstrap.RadForm.rfdTextbox input.riTextBox.rfdDecorated {
  height: 40px !important;
}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-radius: 0px !important;
}

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL {
  background: white;
  opacity: 0.85;
}

.screenLeft100, .screenLeft100White {
  opacity: 0.9;
}

.visible {
  display: none;
}

.buttonLogin {
  color: #fff;
  background-color: #990033;
  border-color: #990033;
  margin-top: 20px;
}

.ButtonColorSettingsLogin {
  color: #fff;
  background-color: #990033;
  border-color: #990033;
  width: 100%;
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.riTextBox {
  height: 30px !important;
}

.buttonPassword {
  margin-bottom: 0px !important;
}
