|
|
@@ -16,6 +16,7 @@
|
|
|
.pd-page.pd-page-centered {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
/* Global form styles start */
|
|
|
@@ -107,8 +108,6 @@ button {
|
|
|
.pd-login-frame {
|
|
|
width: 375px;
|
|
|
margin-top: 16px;
|
|
|
- border: 1px solid #ced4da;
|
|
|
- border-radius: 0.375rem;
|
|
|
box-sizing: border-box;
|
|
|
padding: 16px;
|
|
|
color: #212529;
|
|
|
@@ -130,8 +129,10 @@ button {
|
|
|
}
|
|
|
|
|
|
.pd-login-frame .pd-login-btn {
|
|
|
+ background-color: #0d6efd;
|
|
|
margin-top: 8px;
|
|
|
height: 38px;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
/* Login frame styles end */
|
|
|
|