2018-04-13 16:20:57 +00:00
|
|
|
input {
|
2019-09-12 07:44:31 +00:00
|
|
|
background: rgba(0, 0, 0, 0)
|
2018-04-13 16:20:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
a {
|
2019-09-12 07:44:31 +00:00
|
|
|
border-left: 0;
|
|
|
|
border-top: 0;
|
|
|
|
border-right: 0;
|
|
|
|
border-radius: 0;
|
2018-04-13 16:20:57 +00:00
|
|
|
-webkit-box-shadow: 0 0 0;
|
2019-09-12 07:44:31 +00:00
|
|
|
box-shadow: 0 0 0
|
2018-04-13 16:20:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.select-wrapper {
|
|
|
|
text-align: center;
|
2019-09-12 07:44:31 +00:00
|
|
|
margin-bottom: 10px
|
2018-04-13 16:20:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#login .input {
|
|
|
|
border-top: 0;
|
|
|
|
border-right: 0;
|
|
|
|
border-left: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
padding-right: calc(0.75em + 1px);
|
2019-09-12 07:44:31 +00:00
|
|
|
padding-left: calc(0.75em + 1px)
|
2018-04-13 16:20:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#login .control .button {
|
2019-09-12 07:44:31 +00:00
|
|
|
border-radius: 0
|
2018-04-13 16:20:57 +00:00
|
|
|
}
|