|
|
@ -1,3 +1,9 @@ |
|
|
|
.page-container { |
|
|
|
height: 100%; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
background-image: linear-gradient(to right bottom, #e2bd2b, #f0a829, #fa9133, #ff7a41, #ff6352, #ff5774, #f55595, #df5db3, #af77d6, #748be2, #3798d8, #229ec2); |
|
|
|
} |
|
|
|
#login-screen { |
|
|
|
background-image: linear-gradient(to right bottom, #e2bd2b, #f0a829, #fa9133, #ff7a41, #ff6352, #ff5774, #f55595, #df5db3, #af77d6, #748be2, #3798d8, #229ec2); |
|
|
|
} |
|
|
@ -56,8 +62,27 @@ |
|
|
|
} |
|
|
|
#login-screen .input-field { |
|
|
|
width: 100%; |
|
|
|
padding-bottom: 1%; |
|
|
|
} |
|
|
|
#login-screen .error { |
|
|
|
color: #fff; |
|
|
|
font-size: 1rem; |
|
|
|
} |
|
|
|
.bottom-20{ |
|
|
|
padding-bottom: 10%; |
|
|
|
} |
|
|
|
.icon-bottom{ |
|
|
|
width: 30%; |
|
|
|
height: 30%; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
margin: auto; |
|
|
|
padding: 30% 5%; |
|
|
|
} |
|
|
|
::ng-deep .mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline { |
|
|
|
color: red!important; |
|
|
|
} |
|
|
|
|
|
|
|
::ng-deep input.ng-invalid.ng-touched{ |
|
|
|
border: none!important; |
|
|
|
} |