File size: 1,044 Bytes
d0e0a14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
44
45
46
47
48
49
50
51
52
:root {
    --main-blue-color: #0e88df;
    --main-blue-color-hover: #f51958;
    --main-bg-color: #e8edf3;
}


body {
    font-family: 'Montserrat', sans-serif;
}

/*.a-auth {*/
/*    text-decoration: none;*/
/*    background-color: transparent;*/
/*}*/

/*.a-auth:hover {*/
/*    color: var(--main-blue-color-hover);*/
/*    text-decoration: underline;*/
/*}*/
/**/
/*.a-auth:not([href]):not([class]) {*/
/*    color: inherit;*/
/*    text-decoration: none;*/
/*}*/
/**/
/*.a-auth:not([href]):not([class]):hover {*/
/*    color: inherit;*/
/*    text-decoration: none;*/
/*}*/

.bg-auth {
    background: #292323 url('/static/images/Starsmaksim.png') no-repeat left bottom;
    background-size: 650px auto;
}

.title-header {
    font-weight: 700;
    color: var(--main-blue-color);
}

.auth-button {
    background: rgb(146, 66, 250);
    background: linear-gradient(60deg, rgba(146, 66, 250, 1) 24%, rgba(56, 130, 207, 1) 100%);
}

.auth-line {
    padding-top: 1px;
    background-color: #000000;
    text-align: center;
    width: 100%;
}