2015-05-14 16:45:37 +03:00
|
|
|
/* Sign in
|
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
|
2015-05-17 15:31:54 +03:00
|
|
|
.gh-signin {
|
2015-05-14 16:45:37 +03:00
|
|
|
position: relative;
|
2015-05-17 15:31:54 +03:00
|
|
|
margin: 30px auto;
|
|
|
|
padding: 40px;
|
|
|
|
max-width: 400px;
|
2015-06-16 11:58:56 +03:00
|
|
|
width: 100%;
|
2015-05-17 15:31:54 +03:00
|
|
|
border: #dae1e3 1px solid;
|
|
|
|
background: #f8fbfd;
|
|
|
|
border-radius: 5px;
|
|
|
|
text-align: left;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2015-05-17 15:31:54 +03:00
|
|
|
.gh-signin .form-group {
|
|
|
|
margin-bottom: 1.5rem;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2017-02-16 22:50:05 +03:00
|
|
|
.gh-signin .gh-btn {
|
2015-05-17 15:31:54 +03:00
|
|
|
margin: 0;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2015-05-17 15:31:54 +03:00
|
|
|
.forgotten-wrap {
|
|
|
|
position: relative;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2015-08-20 19:48:37 +03:00
|
|
|
.forgotten-wrap input {
|
|
|
|
padding-right: 7rem;
|
|
|
|
}
|
|
|
|
|
2015-05-17 15:31:54 +03:00
|
|
|
.forgotten-wrap .forgotten-link {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
2015-08-25 11:20:34 +03:00
|
|
|
right: 1px;
|
2015-05-17 15:31:54 +03:00
|
|
|
bottom: 10px;
|
2017-02-27 09:31:01 +03:00
|
|
|
border-left: color(var(--lightgrey) l(-5%) s(-10%)) 1px solid;
|
2015-05-17 15:31:54 +03:00
|
|
|
border-radius: 0;
|
2017-02-27 09:31:01 +03:00
|
|
|
}
|
|
|
|
.forgotten-link span {
|
|
|
|
height: 24px;
|
2015-08-27 13:14:59 +03:00
|
|
|
font-size: 1.1rem;
|
2017-02-27 09:31:01 +03:00
|
|
|
line-height: 24px;
|
|
|
|
padding: 0 11px 0 12px;
|
2015-05-14 16:45:37 +03:00
|
|
|
}
|
|
|
|
|
2015-05-17 15:31:54 +03:00
|
|
|
.forgotten-link:hover {
|
2017-02-27 09:31:01 +03:00
|
|
|
border-left: color(var(--lightgrey) l(-15%) s(-10%)) 1px solid;
|
|
|
|
color: color(var(--blue) l(-10%));
|
2015-05-14 16:45:37 +03:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2015-10-16 12:32:02 +03:00
|
|
|
|
|
|
|
.forgotten-link:active {
|
|
|
|
box-shadow: none;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|