File tree Expand file tree Collapse file tree 2 files changed +10
-30
lines changed Expand file tree Collapse file tree 2 files changed +10
-30
lines changed Original file line number Diff line number Diff line change 66 box-sizing : border-box;
77}
88
9+
10+
911body ,
1012input {
1113 font-family : "Poppins" , sans-serif;
@@ -82,8 +84,15 @@ form.sign-in-form {
8284 grid-template-columns : 15% 85% ;
8385 padding : 0 0.4rem ;
8486 position : relative;
87+ border : 2px solid black;
88+ }
89+
90+ .input-field : focus-within {
91+ border-color : # 3498db ;
92+ box-shadow : 0 0 10px # 3498db ;
8593}
8694
95+
8796.input-field i {
8897 text-align : center;
8998 line-height : 55px ;
@@ -146,7 +155,6 @@ form.sign-in-form {
146155}
147156
148157.btn : hover {
149- background-color : # 4d84e2 ;
150158 transform : scale (1.1 );
151159}
152160
@@ -443,20 +451,4 @@ form.sign-in-form {
443451 pointer-events : none;
444452 z-index : 99999999 ;
445453}
446-
447-
448- .forgot-password {
449- text-align : right;
450- margin : 10px 0 ;
451- }
452-
453- .forgot-password a {
454- color : black;
455- text-decoration : underline;
456- transition : color 0.3s ;
457-
458- }
459-
460- .forgot-password a : hover {
461- color : blue;
462454 }
Original file line number Diff line number Diff line change 8787animateCircles ( ) ;
8888
8989 </ script >
90- <!-- preloader -->
91- < div id ="preloader ">
92- < div class ="wrapper ">
93- < div class ="box-wrap ">
94- < div class ="box one "> </ div >
95- < div class ="box two "> </ div >
96- < div class ="box three "> </ div >
97- < div class ="box four "> </ div >
98- < div class ="box five "> </ div >
99- < div class ="box six "> </ div >
100- </ div >
101- </ div >
102- </ div >
90+
10391 < div class ="container ">
10492 < div class ="forms-container ">
10593 < div class ="signin-signup ">
You can’t perform that action at this time.
0 commit comments