2015-11-27 15:19:16 -06:00
|
|
|
body {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.75);
|
2007-03-30 04:36:52 +00:00
|
|
|
}
|
|
|
|
|
|
2015-11-27 15:19:16 -06:00
|
|
|
.login-flash {
|
|
|
|
|
@include make-xs-column(12);
|
|
|
|
|
@include make-sm-column(6);
|
|
|
|
|
@include make-sm-column-offset(3);
|
2015-12-15 19:39:37 -06:00
|
|
|
padding: 10px;
|
2012-09-27 13:09:30 -04:00
|
|
|
}
|
|
|
|
|
|
2015-11-27 15:19:16 -06:00
|
|
|
.login-wrapper {
|
|
|
|
|
@include make-row();
|
2007-03-30 04:36:52 +00:00
|
|
|
}
|
|
|
|
|
|
2015-11-27 15:19:16 -06:00
|
|
|
.login-box {
|
|
|
|
|
@include make-xs-column(12);
|
|
|
|
|
@include make-sm-column(6);
|
|
|
|
|
@include make-sm-column-offset(3);
|
|
|
|
|
margin: 2em auto 1em;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.75);
|
|
|
|
|
color: #eaeaea;
|
|
|
|
|
padding: 0 0 1em 0;
|
|
|
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.3);
|
2007-03-30 04:36:52 +00:00
|
|
|
}
|
|
|
|
|
|
2015-11-27 15:19:16 -06:00
|
|
|
@media(min-width: $screen-sm-min) {
|
|
|
|
|
.login-box {
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
2007-03-30 04:36:52 +00:00
|
|
|
}
|
|
|
|
|
|
2015-11-27 15:19:16 -06:00
|
|
|
.icon-box {
|
|
|
|
|
padding: 1em 0;
|
2007-03-30 04:36:52 +00:00
|
|
|
}
|
|
|
|
|
|
2015-11-27 15:19:16 -06:00
|
|
|
.login-form {
|
|
|
|
|
@include make-xs-column(12);
|
|
|
|
|
@include make-sm-column(8);
|
|
|
|
|
@include make-sm-column-offset(2)
|
2007-03-30 04:36:52 +00:00
|
|
|
}
|
|
|
|
|
|
2015-11-27 15:19:16 -06:00
|
|
|
.label-element-combo {
|
|
|
|
|
@extend .form-group;
|
2007-03-30 04:36:52 +00:00
|
|
|
}
|
|
|
|
|
|