PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.3.0
Easy Elements for Elementor – Addons & Website Templates v1.3.0
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / widgets / login-register / css / login-register.css

login-register.css in Easy Elements for Elementor – Addons & Website Templates 1.3.0, at widgets/login-register/css/login-register.css

131 lines 4.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .eel-authentication-form .eel-authentication-form-field {
2 width: 100%;
3 }
4 .eel-authentication-form .eel-authentication-form-field .eel-form-field-icon {
5 display: flex;
6 align-items: center;
7 justify-content: center;
8 }
9 .eel-authentication-form .eel-authentication-form-field.eel-authentication-form-submit-field .eel-form-control-wrap, .eel-authentication-form .eel-authentication-form-field.eel-authentication-form-checkbox-field .eel-form-control-wrap, .eel-authentication-form .eel-authentication-form-field.eel-authentication-form-static-field .eel-form-control-wrap, .eel-authentication-form .eel-authentication-form-field.eel-authentication-form-cta-field .eel-form-control-wrap {
10 display: flex;
11 justify-content: space-between;
12 align-items: center;
13 flex-direction: row;
14 flex-wrap: wrap;
15 }
16 .eel-authentication-form .eel-authentication-form-field.eel-authentication-form-submit-field .eel-form-control-wrap p, .eel-authentication-form .eel-authentication-form-field.eel-authentication-form-checkbox-field .eel-form-control-wrap p, .eel-authentication-form .eel-authentication-form-field.eel-authentication-form-static-field .eel-form-control-wrap p, .eel-authentication-form .eel-authentication-form-field.eel-authentication-form-cta-field .eel-form-control-wrap p {
17 margin-bottom: 0;
18 }
19 .eel-authentication-form .eel-authentication-form-field.eel-authentication-form-cta-field {
20 width: 100% !important;
21 }
22 .eel-authentication-form .eel-authentication-form-field .eel-error-msg {
23 color: red;
24 }
25 .eel-authentication-form .eel-submit-button {
26 width: 100%;
27 background: #5933FF;
28 color: #fff;
29 border: none;
30 cursor: pointer;
31 transition: all 0.3s ease;
32 padding: 10px 20px;
33 border-radius: 6px;
34 }
35 .eel-authentication-form .eel-submit-button:hover {
36 background: #380bff;
37 color: #fff;
38 }
39 .eel-authentication-form .eel-submit-button .eel-form-btn-icon {
40 position: relative;
41 top: 4px;
42 }
43 .eel-authentication-form .eel-submit-button .eel-form-ajax-loader {
44 display: none;
45 }
46 .eel-authentication-form .eel-submit-button .eel-form-ajax-loader img {
47 height: 30px;
48 width: auto;
49 }
50 .eel-authentication-form .eel-submit-button .eel-form-ajax-loader.show {
51 display: inline-flex;
52 }
53 .eel-authentication-form .eel-form-status p {
54 display: none;
55 margin-bottom: 0;
56 }
57 .eel-authentication-form .eel-form-status p.eel-form-error-msg {
58 color: red;
59 }
60 .eel-authentication-form .eel-form-status p.eel-form-success-msg {
61 color: green;
62 }
63
64 .eel-form-control-wrap label {
65 margin-bottom: 10px;
66 display: inline-block;
67 }
68 .eel-form-control-wrap input {
69 border: none;
70 }
71 .eel-form-control-wrap input:focus {
72 outline: none;
73 }
74
75 .eel-input-has-icon .eel-authentication-form-field:not(.eel-authentication-form-submit-field, .eel-authentication-form-cta-field) .eel-authentication-form-field-inner {
76 width: 100%;
77 border: 1px solid #ddd;
78 padding: 10px 18px;
79 border-radius: 6px;
80 font-size: 14px;
81 line-height: 1.4;
82 transition: all 0.3s ease;
83 box-sizing: border-box;
84 margin-bottom: 20px;
85 display: flex;
86 justify-content: flex-start;
87 }
88 .eel-input-has-icon .eel-authentication-form-field:not(.eel-authentication-form-submit-field, .eel-authentication-form-cta-field) .eel-authentication-form-field-inner .eel-form-control-wrap input {
89 padding: 0;
90 border: none;
91 outline: none;
92 }
93 .eel-input-has-icon .eel-authentication-form-field:not(.eel-authentication-form-submit-field, .eel-authentication-form-cta-field) .eel-authentication-form-field-inner .eel-form-field-icon.eel-user-icon {
94 margin-right: 8px;
95 }
96
97 /* Focus state */
98 .eel-input-has-icon .eel-authentication-form-field:not(.eel-authentication-form-submit-field, .eel-authentication-form-cta-field) .eel-authentication-form-field-inner:focus {
99 border-color: #0073e6;
100 outline: none;
101 box-shadow: 0 0 0 2px rgba(0, 115, 230, 0.15);
102 }
103
104 form:not(.eel-input-has-icon) .eel-authentication-form-field:not(.eel-authentication-form-submit-field, .eel-authentication-form-cta-field) .eel-form-control {
105 width: 100%;
106 border: 1px solid #ddd;
107 padding: 10px 18px;
108 border-radius: 6px;
109 font-size: 14px;
110 line-height: 1.4;
111 transition: all 0.3s ease;
112 box-sizing: border-box;
113 margin-bottom: 20px;
114 display: flex;
115 justify-content: flex-start;
116 }
117 form:not(.eel-input-has-icon) .eel-authentication-form-field:not(.eel-authentication-form-submit-field, .eel-authentication-form-cta-field) .eel-form-control .eel-form-control-wrap input {
118 padding: 0;
119 border: none;
120 outline: none;
121 }
122 form:not(.eel-input-has-icon) .eel-authentication-form-field:not(.eel-authentication-form-submit-field, .eel-authentication-form-cta-field) .eel-form-control .eel-form-field-icon.eel-user-icon {
123 margin-right: 8px;
124 }
125
126 /* Focus state */
127 form:not(.eel-input-has-icon) .eel-authentication-form-field:not(.eel-authentication-form-submit-field, .eel-authentication-form-cta-field) .eel-form-control:focus {
128 border-color: #0073e6;
129 outline: none;
130 box-shadow: 0 0 0 2px rgba(0, 115, 230, 0.15);
131 }