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.

48 lines
1.1 KiB

.modal {
padding: 50px;
background: #ccc;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.spAuth {
position: fixed;
width: 100vw;
height: 100vh;
overflow: hidden;
background: #2e323f;
/*background: url("https://on-desktop.com/ru/images/wp.php?path=/wps/20213D-graphics_Beautiful_purple_fractal_pattern_with_golden_lines_151099_.jpg&wp=2");
&*/
z-index: 9999;
font-size: 1.2em;
}
.formAuth {
/*position: fixed;
background: rgba(255, 255, 255, 0.85);*/
top: 40%;
left: 40%;
padding: 20px;
margin: -100px 0 0 -200px; /* отступы равны половинным размера формы */
/* чтобы форма была поверх всех элементов страницы */
/*position: fixed;*/
box-shadow: 3px 4px 10px #cdc;
margin: 0 auto;
}
.formAuth input {
float: right;
border-radius: 5px;
font-size: 0.9em;
}
.authBtn {
float: right;
padding: 10px;
background: #00f;
color: #fff;
border-radius: 10px;
}