_login.scss
2.04 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.page-template-login{
.custom-logo-link{
width: 290px;
}
.hero-container {
background-position: top right;
background-size: cover;
width: 100%;
background-color: #ccc;
height: 95vh;
}
.header-section,
.full-image,
.image-loaded {
height: 95vh;
background-position: center;
background-size: cover;
width: 100%;
position: relative;
}
.full-image::after {
content: "";
display: block;
position: absolute;
background-size: cover;
background-position: top right;
bottom:0px;
right: 0px;
width: 100%;
height: 120px;
background-image: url("../images/logo-border.png");
}
.full-image::before {
color: #3DB149;
font-size: 30px;
content: "Bank like you live here.";
display: block;
position: absolute;
bottom: 0;
left:14%;
width: 50%;
height: 30px;
z-index: 99;
}
.hero-content {
width: 40%;
height: 530px;
//margin-left: 48px;
@media only screen and (max-width: 900px) {
width: 95%;
margin: auto;
}
h1 {
color: #000;
font-size: 39px;
font-weight: bold;
}
p {
color: #000;
font-size: 20px;
line-height: 28px;
margin-bottom: 25px;
}
.um{
width: 100% !important;
display: flex!important;
flex-basis: auto;
flex-direction: row;
align-self: flex-end ;
max-width: unset;
.um-form {
margin-bottom: 40px;
width: 100%;
}
.um-button,
.um-submit-btn{
border-radius: 0px !important;
background-color: #183668;
text-transform: uppercase !important;
color: #fff;
}
.um-field-label label,
a.um-link-alt,
.um-field-checkbox-option{
color: #000 !important;
}
}
}
#wrapper-footer{
display: none;
}
}