All Downloads are FREE. Search and download functionalities are using the official Maven repository.

auth.static.auth.css Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
body {
  font-family: Verdana, Geneva, sans-serif;
}

.error-message {
  background-color: red;
  color: white;
  padding: 8px;
  text-align: left;
  font-size: 12px;
}

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at bottom, #009e87 0%, #212121 100%);
  background-color: #f7f7f7;
}

.grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(to bottom, #000 0 1px, transparent 1px 3px),
                    repeating-linear-gradient(to right, #000 0 1px, transparent 1px 3px);
  display: flex;
  align-items: center;
}

.login-panel {
  background-color: rgba(0,0,0,0.2);
  box-shadow: 0px 10px 16px -8px rgba(0,0,0,0.2);
  width: 100%;
}

.logo {
  position: absolute;
  top: 32px;
  right: 32px;
}

.login-form {
  padding: 32px 64px;
  color: white;
  width: 600px;
}

h3 {
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 15px;
  margin-top: 0;
}

label {
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 14px;
}

label {
  margin: -3px 0 20px 0;
  color: white;
  text-transform: inherit;
  cursor: default;
  position: relative;
}

label, label input {
  margin: 5px 0 0;
  display: block;
  width: 100%;
}

input {
  background: white;
  border: 1px solid #d3d3d3;
  border-radius: 1px;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  padding: 0 7px 1px;
  box-sizing: border-box;
  outline: none;
}

input:focus {
  border-color: #009e87;
}

button {
  height: 24px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  outline: none;
  color: rgba(0, 0, 0, .75);
  margin: 0;
  border-radius: 1px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  cursor: pointer;
}

button:active {
  border-color: #bbb;
  color: rgba(0, 0, 0, .75);
  background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04))
}

button:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy