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.

21 lines
316 B

.spAuth {
position: fixed;
width: 100vw;
height: 100vh;
overflow: hidden;
}
.formAuth {
/*position: fixed;*/
box-shadow: 3px 4px 10px #ccc;
margin: 0 auto;
}
.formAuth input {
border-radius: 10px;
}
.authBtn {
float: right;
padding: 10px;
background: #0f0;
color: #fff;
}