@@ -24,24 +24,24 @@
border-radius: 10px;
background: $primary;
border: 2px solid $primary;
-
- @include media-breakpoint-down(xs) {
- width: auto;
- height: 350px;
- }
+
.form-control {
border-color: #F2F2F2;
background-color: #F2F2F2;
}
+ .input-group{
+ margin-bottom: 1rem;
+ }
.input-group-prepend span {
padding-right: 18px;
padding-left: 18px;
border-color: $terciary;
color: #F2F2F2;
background: $terciary;
+ height: 100%;
@@ -73,7 +73,7 @@
.login-copyright {
- displey: flex;
+ display: flex;
align-items: center;
position: absolute;
bottom: 0;