| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | body { |
| 2 | - background-color: #f7faff !important; | |
| 2 | + background-color: #fff !important; | |
| 3 | 3 | } |
| 4 | 4 | |
| 5 | 5 | .berqwp-dashbaord { |
| 6 | 6 | font-family: "Lato", sans-serif !important; |
| @@ -218,8 +218,9 @@ | ||
| 218 | 218 | font-size: 15px; |
| 219 | 219 | font-style: normal; |
| 220 | 220 | display: block; |
| 221 | 221 | line-height: normal; |
| 222 | + width: -moz-fit-content; | |
| 222 | 223 | width: fit-content; |
| 223 | 224 | margin-bottom: 5px; |
| 224 | 225 | border: 1px solid #dbe9fe; |
| 225 | 226 | box-shadow: 0px 0px 7px -6px #000; |
| @@ -238,11 +239,11 @@ | ||
| 238 | 239 | font-size: 15px; |
| 239 | 240 | font-style: normal; |
| 240 | 241 | font-weight: 600; |
| 241 | 242 | line-height: normal; |
| 243 | + width: -moz-fit-content; | |
| 242 | 244 | width: fit-content; |
| 243 | 245 | -webkit-user-select: none; |
| 244 | - -khtml-user-select: none; | |
| 245 | 246 | -moz-user-select: none; |
| 246 | 247 | -o-user-select: none; |
| 247 | 248 | user-select: none; |
| 248 | 249 | } |
| @@ -751,24 +752,25 @@ | ||
| 751 | 752 | left: 30px !important; |
| 752 | 753 | } |
| 753 | 754 | |
| 754 | 755 | #berqwp-intro { |
| 755 | - background-color: #f7faff; | |
| 756 | + background-color: transparent; | |
| 756 | 757 | border-radius: 20px; |
| 757 | - border: 1px solid #e6e6e6; | |
| 758 | 758 | display: flex; |
| 759 | 759 | flex-direction: column; |
| 760 | 760 | justify-content: center; |
| 761 | 761 | align-items: center; |
| 762 | - -webkit-font-smoothing: antialiased; | |
| 763 | 762 | padding: 70px 20px; |
| 764 | 763 | padding-bottom: 100px; |
| 765 | 764 | max-width: 800px; |
| 766 | 765 | margin: 0 auto; |
| 767 | - box-shadow: 0px 3px 5px 0px rgba(83, 113, 167, 0.05); | |
| 768 | 766 | padding-bottom: 30px; |
| 769 | 767 | margin-top: 50px; |
| 770 | 768 | } |
| 769 | +#berqwp-intro img.logo { | |
| 770 | + width: 140px; | |
| 771 | + margin-bottom: 30px; | |
| 772 | +} | |
| 771 | 773 | #berqwp-intro h2.title { |
| 772 | 774 | font-size: 35px; |
| 773 | 775 | text-align: center; |
| 774 | 776 | color: #222222; |
| @@ -798,9 +800,8 @@ | ||
| 798 | 800 | background-color: #1f71ff; |
| 799 | 801 | padding: 10px 13px; |
| 800 | 802 | border: 1px solid #1f71ff; |
| 801 | 803 | border-radius: 8px; |
| 802 | - font-weight: 500; | |
| 803 | 804 | font-size: 14px; |
| 804 | 805 | cursor: pointer; |
| 805 | 806 | color: #fff; |
| 806 | 807 | line-height: 1; |
| @@ -868,8 +869,11 @@ | ||
| 868 | 869 | background: #fff; |
| 869 | 870 | border: 1px solid #d7d7d7; |
| 870 | 871 | width: 280px; |
| 871 | 872 | } |
| 873 | +#berqwp-intro form.license-verification input[type=password]::-moz-placeholder { | |
| 874 | + color: #928e8e; | |
| 875 | +} | |
| 872 | 876 | #berqwp-intro form.license-verification input[type=password]::placeholder { |
| 873 | 877 | color: #928e8e; |
| 874 | 878 | } |
| 875 | 879 | #berqwp-intro form.license-verification input[type=submit] { |
| @@ -897,9 +901,9 @@ | ||
| 897 | 901 | display: flex; |
| 898 | 902 | gap: 10px; |
| 899 | 903 | justify-content: center; |
| 900 | 904 | align-items: center; |
| 901 | - margin-top: 60px; | |
| 905 | + margin-top: 30px; | |
| 902 | 906 | } |
| 903 | 907 | #berqwp-intro .cta-btns a.btn { |
| 904 | 908 | background: #1f71ff; |
| 905 | 909 | border-radius: 9px; |
| @@ -913,8 +917,15 @@ | ||
| 913 | 917 | } |
| 914 | 918 | #berqwp-intro .cta-btns a.btn:hover { |
| 915 | 919 | background-color: #2067e3; |
| 916 | 920 | } |
| 921 | +#berqwp-intro .cta-btns a.btn.secondary { | |
| 922 | + background: #edeef1; | |
| 923 | + color: #222; | |
| 924 | +} | |
| 925 | +#berqwp-intro .cta-btns a.btn.secondary:hover { | |
| 926 | + background-color: #e0e1e5; | |
| 927 | +} | |
| 917 | 928 | |
| 918 | 929 | p.below-settings-panel { |
| 919 | 930 | text-align: center; |
| 920 | 931 | font-size: 16px; |
| @@ -1029,8 +1040,9 @@ | ||
| 1029 | 1040 | color: #fff; |
| 1030 | 1041 | font-size: 14px; |
| 1031 | 1042 | border-radius: 50px; |
| 1032 | 1043 | line-height: 1; |
| 1044 | + width: -moz-fit-content; | |
| 1033 | 1045 | width: fit-content; |
| 1034 | 1046 | white-space: nowrap; |
| 1035 | 1047 | } |
| 1036 | 1048 | span.bwp-cache-tag.part-completed { |
| @@ -1073,8 +1085,9 @@ | ||
| 1073 | 1085 | } |
| 1074 | 1086 | |
| 1075 | 1087 | .berqwp-cf-connected { |
| 1076 | 1088 | background-color: #c4ffc4; |
| 1089 | + width: -moz-fit-content; | |
| 1077 | 1090 | width: fit-content; |
| 1078 | 1091 | padding: 10px 20px; |
| 1079 | 1092 | margin-top: 15px; |
| 1080 | 1093 | border-radius: 10px; |
| @@ -1477,7 +1490,5 @@ | ||
| 1477 | 1490 | padding: 6px 10px; |
| 1478 | 1491 | border: 1px solid #dbe9fe; |
| 1479 | 1492 | border-radius: 5px; |
| 1480 | 1493 | color: #0c2d66; |
| 1481 | -} | |
| 1482 | - | |
| 1483 | -/*# sourceMappingURL=style.css.map */ | |
| 1494 | +}/*# sourceMappingURL=style.css.map */ | |