style.css 999 Bytes
Newer Older
1 2 3 4 5 6 7
*{
    margin: 0px;
    padding: 0px;
}
body{
    background-image:url(/img/FondoRoshka.jpg);
    background-size:cover;
8
    background-position: center;
9
    background-repeat:no-repeat;
10 11
    background-attachment: fixed;
    /* overflow: hidden; */
12 13 14 15
    height:100%;width:100%; 
    align-items:"middle";
    position: absolute;
}
16

17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
#form{max-width:333px;
    width:90%;position:relative;
    left:50%;
    top:10%;padding:40px;
    border-radius:4px;
    transform:translate(-50%,10%);
    color:#fff;
    box-shadow:3px 3px 4px rgba(0,0,0,.2)}
#head{text-align:center}
#image{margin:auto;width:50%;
    padding:10px;max-height:175px;
    max-width:175px}
/*#linkas{display:block;
    text-align:center;
    font-size:12px;
    opacity:.9;
    text-decoration:none}
#butonas{background:#70b2d0;
    outline:0;
    text-shadow:initial}
#formum,#formum2{background:0 0;
    border:none;
    border-bottom:1px solid #434a52;
    border-radius:0;
    box-shadow:none;
    outline:0;
    color:inherit} */