| @@ -1,6 +1,7 @@ | ||
| 1 | 1 | body { |
| 2 | - background-color: #f7faff !important; | |
| 2 | + // background-color: #f7faff !important; | |
| 3 | + background-color: #fff !important; | |
| 3 | 4 | } |
| 4 | 5 | |
| 5 | 6 | .berqwp-dashbaord { |
| 6 | 7 | font-family: "Lato", sans-serif !important; |
| @@ -804,24 +805,30 @@ | ||
| 804 | 805 | } |
| 805 | 806 | |
| 806 | 807 | #berqwp-intro { |
| 807 | 808 | // min-height: 80vh; |
| 808 | - background-color: #f7faff; | |
| 809 | + // background-color: #f7faff; | |
| 810 | + background-color: transparent; | |
| 809 | 811 | border-radius: 20px; |
| 810 | - border: 1px solid #e6e6e6; | |
| 812 | + // border: 1px solid #e6e6e6; | |
| 811 | 813 | display: flex; |
| 812 | 814 | flex-direction: column; |
| 813 | 815 | justify-content: center; |
| 814 | 816 | align-items: center; |
| 815 | - -webkit-font-smoothing: antialiased; | |
| 817 | + // -webkit-font-smoothing: antialiased; | |
| 816 | 818 | padding: 70px 20px; |
| 817 | 819 | padding-bottom: 100px; |
| 818 | 820 | max-width: 800px; |
| 819 | 821 | margin: 0 auto; |
| 820 | - box-shadow: 0px 3px 5px 0px rgba(83, 113, 167, 0.05); | |
| 822 | + // box-shadow: 0px 3px 5px 0px rgba(83, 113, 167, 0.05); | |
| 821 | 823 | padding-bottom: 30px; |
| 822 | 824 | margin-top: 50px; |
| 823 | 825 | |
| 826 | + img.logo { | |
| 827 | + width: 140px; | |
| 828 | + margin-bottom: 30px; | |
| 829 | + } | |
| 830 | + | |
| 824 | 831 | h2.title { |
| 825 | 832 | font-size: 35px; |
| 826 | 833 | text-align: center; |
| 827 | 834 | color: #222222; |
| @@ -841,9 +848,9 @@ | ||
| 841 | 848 | |
| 842 | 849 | input[type="email"], |
| 843 | 850 | input[type="password"] { |
| 844 | 851 | background-color: #fff; |
| 845 | - padding: 10px 13px; | |
| 852 | + padding: 11px 15px; | |
| 846 | 853 | border: 1px solid #dad2ff; |
| 847 | 854 | border-radius: 8px; |
| 848 | 855 | font-size: 14px; |
| 849 | 856 | line-height: 1; |
| @@ -850,12 +857,12 @@ | ||
| 850 | 857 | } |
| 851 | 858 | |
| 852 | 859 | button[type="submit"] { |
| 853 | 860 | background-color: #1f71ff; |
| 854 | - padding: 10px 13px; | |
| 861 | + padding: 12px 16px; | |
| 855 | 862 | border: 1px solid #1f71ff; |
| 856 | 863 | border-radius: 8px; |
| 857 | - font-weight: 500; | |
| 864 | + // font-weight: 500; | |
| 858 | 865 | font-size: 14px; |
| 859 | 866 | cursor: pointer; |
| 860 | 867 | color: #fff; |
| 861 | 868 | line-height: 1; |
| @@ -969,9 +976,9 @@ | ||
| 969 | 976 | display: flex; |
| 970 | 977 | gap: 10px; |
| 971 | 978 | justify-content: center; |
| 972 | 979 | align-items: center; |
| 973 | - margin-top: 60px; | |
| 980 | + margin-top: 30px; | |
| 974 | 981 | |
| 975 | 982 | a.btn { |
| 976 | 983 | background: #1f71ff; |
| 977 | 984 | border-radius: 9px; |
| @@ -976,11 +983,12 @@ | ||
| 976 | 983 | background: #1f71ff; |
| 977 | 984 | border-radius: 9px; |
| 978 | 985 | display: flex; |
| 979 | 986 | align-items: center; |
| 980 | - gap: 7px; | |
| 987 | + gap: 4px; | |
| 981 | 988 | color: #fff; |
| 982 | 989 | padding: 12px 20px; |
| 990 | + padding-left: 17px; | |
| 983 | 991 | font-size: 15px; |
| 984 | 992 | text-decoration: none; |
| 985 | 993 | |
| 986 | 994 | &:hover { |
| @@ -985,8 +993,22 @@ | ||
| 985 | 993 | |
| 986 | 994 | &:hover { |
| 987 | 995 | background-color: #2067e3; |
| 988 | 996 | } |
| 997 | + | |
| 998 | + &.secondary { | |
| 999 | + // background: #edeef1; | |
| 1000 | + background: #fff; | |
| 1001 | + color: #222; | |
| 1002 | + border: 1px solid #dad2ff; | |
| 1003 | + padding: 11px 19px; | |
| 1004 | + padding-left: 17px; | |
| 1005 | + | |
| 1006 | + &:hover { | |
| 1007 | + // background-color: #e0e1e5; | |
| 1008 | + } | |
| 1009 | + } | |
| 1010 | + | |
| 989 | 1011 | } |
| 990 | 1012 | } |
| 991 | 1013 | } |
| 992 | 1014 | |
| @@ -1606,5 +1628,5 @@ | ||
| 1606 | 1628 | border: 1px solid #dbe9fe; |
| 1607 | 1629 | border-radius: 5px; |
| 1608 | 1630 | color: #0c2d66; |
| 1609 | 1631 | } |
| 1610 | -} | |
| 1632 | +} | |