2015-05-14 14:45:37 +01:00
|
|
|
/* Sign in
|
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
|
2015-05-17 13:31:54 +01:00
|
|
|
.gh-signin {
|
2015-05-14 14:45:37 +01:00
|
|
|
position: relative;
|
2015-05-17 13:31:54 +01:00
|
|
|
margin: 30px auto;
|
|
|
|
padding: 40px;
|
|
|
|
max-width: 400px;
|
2015-06-16 09:58:56 +01:00
|
|
|
width: 100%;
|
2015-05-17 13:31:54 +01:00
|
|
|
border: #dae1e3 1px solid;
|
|
|
|
background: #f8fbfd;
|
|
|
|
border-radius: 5px;
|
|
|
|
text-align: left;
|
2015-05-14 14:45:37 +01:00
|
|
|
}
|
|
|
|
|
2015-05-17 13:31:54 +01:00
|
|
|
.gh-signin .form-group {
|
|
|
|
margin-bottom: 1.5rem;
|
2015-05-14 14:45:37 +01:00
|
|
|
}
|
|
|
|
|
2015-05-17 13:31:54 +01:00
|
|
|
.gh-signin .btn {
|
|
|
|
margin: 0;
|
|
|
|
padding: 12px;
|
2015-05-14 14:45:37 +01:00
|
|
|
}
|
|
|
|
|
2015-05-17 13:31:54 +01:00
|
|
|
.forgotten-wrap {
|
|
|
|
position: relative;
|
2015-05-14 14:45:37 +01:00
|
|
|
}
|
|
|
|
|
2015-08-20 17:48:37 +01:00
|
|
|
.forgotten-wrap input {
|
|
|
|
padding-right: 7rem;
|
|
|
|
}
|
|
|
|
|
2015-05-17 13:31:54 +01:00
|
|
|
.forgotten-wrap .forgotten-link {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
2015-08-25 10:20:34 +02:00
|
|
|
right: 1px;
|
2015-05-17 13:31:54 +01:00
|
|
|
bottom: 10px;
|
2015-08-25 10:20:34 +02:00
|
|
|
padding: 0 11px 0 12px;
|
2015-05-17 13:31:54 +01:00
|
|
|
border-left: #dae1e3 1px solid;
|
2015-08-25 10:20:34 +02:00
|
|
|
background: #fff;
|
2015-05-17 13:31:54 +01:00
|
|
|
border-radius: 0;
|
2015-05-14 14:45:37 +01:00
|
|
|
text-transform: none;
|
|
|
|
letter-spacing: 0;
|
2015-08-25 18:01:26 +02:00
|
|
|
/* Needs white BG to hide ugly lastpass icon */
|
2015-05-14 14:45:37 +01:00
|
|
|
}
|
|
|
|
|
2015-05-17 13:31:54 +01:00
|
|
|
.forgotten-link:hover {
|
|
|
|
border-left: #dae1e3 1px solid;
|
|
|
|
color: color(var(--blue) lightness(-20%));
|
2015-05-14 14:45:37 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|