You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
368 B

.c_login {
border: 1px solid black;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 30px 50px;
background: white;
}
body {
height: 100%;
width: 100%;
background-image: url('../imgs/07.jpg');
background-size: 100% 100%;
background-repeat: no-repeat;
background-attachment: fixed
}