@@ -13,25 +13,143 @@ body {
1313 color : # a6d6ef ;
1414 margin : 0 ;
1515 background-color : # 0f4c75 ;
16+ /* AJUSTE DE IMAGEN BACKGROUND*/
17+ background-image : url ("../img/1329.jpg" ) ;
18+ background-size : cover;
19+ background-repeat : no-repeat;
20+ background-position : center center;
21+ background-attachment : fixed;
1622}
17- # mensajeRegistro {
18- text-transform : uppercase;
19- font-family : 'Times New Roman' ;
20- color : greenyellow;
23+ # mensajeLogin {
24+
25+ font-family : sans-serif;
26+ color : burlywood;
27+ margin : 0 ;
28+ padding : 0 ;
29+ font-weight : lighter;
30+ font-size : smaller;
31+ font-size : smaller;
32+ text-align : center;
33+ -webkit-animation-duration : 2s ;
34+ animation-duration : 2s ;
35+ -webkit-animation-fill-mode : both;
36+ animation-fill-mode : both;
37+
2138}
2239
40+
2341.formuser {
2442 display : none;
2543 }
2644
2745.btnLogin , .btnRegistro {
28- border : 5px solid # eeeff1 ; /*anchura, estilo y color borde*/
29- padding : 10 px ; /*espacio alrededor texto*/
30- background-color : # 2e518b ; /*color botón*/
31- color : # ffffff ; /*color texto*/
46+ /* border: 5px solid #eeeff1; /*anchura, estilo y color borde*/
47+ /* padding: 2px ; /*espacio alrededor texto*/
48+ /* background-color: #2e518b; /*color botón*/
49+ /* color: #ffffff; /*color texto*/
3250 text-decoration : none; /*decoración texto*/
3351 text-transform : uppercase; /*capitalización texto*/
3452 font-family : 'Helvetica' , sans-serif; /*tipografía texto*/
35- border-radius : 50px ; /*bordes redondos*/
53+ /* border-radius: 50px; /*bordes redondos*/
3654 }
3755
56+ /*
57+ * FORMATEO DE CUADRO DE LOGUIN
58+ */
59+
60+ # formContainer {
61+ display : flex;
62+ align-items : center;
63+ justify-content : center;
64+ margin : 0 ;
65+ padding : 0 ;
66+ min-width : 100vw ;
67+ min-height : 100vh ;
68+ width : 100% ;
69+ height : 100% ;
70+ }
71+ # formlogin img {
72+
73+ padding : 0 ;
74+ margin : 0 ;
75+ max-width : 80% ; /* Asegura que la imagen no exceda el ancho del contenedor */
76+ max-height : 80% ; /* Asegura que la imagen no exceda la altura del contenedor */
77+ display : block; /* Asegura que la imagen se comporte como bloque */
78+ margin : auto; /* Centra la imagen dentro del contenedor */
79+ border-radius : 10px 0px 10px 0px ; /*Redondea borde de la imagen*/
80+ }
81+
82+
83+ # contenido {
84+ max-width : 320px ;
85+ width : 100% ;
86+ position : absolute;
87+ top : 50% ;
88+ left : 50% ;
89+ transform : translate (-50% , -50% );
90+ }
91+
92+ .formlogin {
93+ font-size : 200% ;
94+ color : # bbe1fa ;
95+ text-align : center;
96+ margin-bottom : 20px ;
97+ }
98+
99+ # formlogin {
100+ width : 100% ;
101+ padding : 50px 30px ;
102+ background-color : # 3282b8 ;
103+ border-radius : 3px ;
104+ -moz-border-radius : 3px ;
105+ -webkit-border-radius : 3px ;
106+
107+ box-sizing : border-box;
108+ }
109+
110+ # formlogin input {
111+ font-family : sans-serif;
112+ font-size : 110% ;
113+ color : # 1b262c ;
114+
115+ display : block;
116+ width : 100% ;
117+ height : 40px ;
118+
119+ margin-bottom : 10px ;
120+ padding : 5px 5px 5px 10px ;
121+
122+ box-sizing : border-box;
123+
124+ border : none;
125+ border-radius : 3px 3px 3px 3px ;
126+ -moz-border-radius : 3px 3px 3px 3px ;
127+ -webkit-border-radius : 3px 3px 3px 3px ;
128+ }
129+
130+ # formlogin input ::placeholder {
131+ font-family : sans-serif;
132+ color : # E4E4E4 ;
133+ }
134+
135+ # formlogin button {
136+ font-family : sans-serif;
137+ font-size : 110% ;
138+ color : # 1b262c ;
139+ width : 100% ;
140+ height : 40px ;
141+ border : none;
142+
143+ border-radius : 3px 3px 3px 3px ;
144+ -moz-border-radius : 3px 3px 3px 3px ;
145+ -webkit-border-radius : 3px 3px 3px 3px ;
146+
147+ background-color : # bbe1fa ;
148+
149+ margin-top : 10px ;
150+ }
151+
152+ # formlogin button : hover {
153+ background-color : # 0f4c75 ;
154+ color : # bbe1fa ;
155+ }
0 commit comments