-
Notifications
You must be signed in to change notification settings - Fork 0
/
okta-theme-mob-red.css
153 lines (136 loc) · 4.13 KB
/
okta-theme-mob-red.css
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
body {
background-image: url('https://thumbs.dreamstime.com/z/website-landing-home-page-rocket-business-project-startup-development-modern-flat-background-mobile-web-design-template-148065970.jpg');
background-position: center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#okta-sign-in .auth-org-logo {
display: block;
margin: 0 auto;
/* max-width: 200px; */
max-height: 40px;
content: url('https://cdn.designcrowd.com/blog/2015/June/Yellow-Logos/10-yellow-pages.png');
background-repeat: no-repeat;
}
#okta-sign-in .auth-divider {
/* background-color: #a7a7a7; */
height: 1px;
margin-bottom: 25px;
text-align: center;
}
#okta-sign-in .auth-divider .auth-divider-text {
background-color: transparent;
position: relative;
top: -.5em;
padding: 0 15px;
color: transparent;
}
#okta-sign-in .custom-checkbox label, #okta-sign-in .custom-radio label {
display: block;
position: relative;
line-height: 16px;
margin: 0;
padding: 7px 10px 7px 24px;
cursor: pointer;
color: #0C8E9E;
}
#okta-sign-in .o-form-head {
color: #0C8E9E;
font-size: 20px !important;
text-transform: uppercase;
}
#okta-sign-in.auth-container .button-primary, #okta-sign-in.auth-container .button-primary:hover {
background: #0C8E9E;
color: #fff;
font-size: 16px;
}
#okta-sign-in.auth-container.main-container {
color: #fff;
background-image: url('http://wallperio.com/data/out/348/plain-black-hd-wallpaper_615707475.jpg');
/* background-color: #1C3A52; */
border-color: #0c1821;
opacity: 0.9;
}
.beacon-blank {
background-color: #000;
}
#okta-sign-in.auth-container.main-container .bg-helper {
color: #000;
}
#okta-sign-in.auth-container .okta-sign-in-header {
border-bottom-color: #323232;
border: none;
}
#okta-sign-in.auth-container .okta-form-input-field{
background-color: #000;
color: #000;
}
#okta-sign-in.auth-container .okta-form-input-field {
border-color: #4d5061;
outline: none;
}
#okta-sign-in.auth-container .okta-form-input-field.focused-input {
border-color: #707280;
}
#okta-sign-in.auth-container .okta-form-input-field input {
font-family: "montserrat", Arial, Helvetica, sans-serif;
color: #fff;
}
#okta-sign-in .registration-container .registration-link {
margin-left: 10px;
color: #0C8E9E;
}
#okta-sign-in .infobox, #okta-sign-in .infobox-md {
border: 1px solid #cc0000;
border-radius: 3px;
background-color: #fbfbfb;
}
#okta-sign-in .ajax-form-editor .infobox, #okta-sign-in .edit-form .infobox, #okta-sign-in .form-content-wrap .infobox, #okta-sign-in .m-form .infobox, #okta-sign-in .o-form .infobox, #okta-sign-in .read-only-form .infobox, #okta-sign-in .v-form .infobox {
background-color: #101d1a;
}
#okta-sign-in.auth-container.main-container {
color: #fff;
background-color: #1a1d1a;
border-color: #0c1821;
}
.beacon-blank {
background-color: #000;
}
#okta-sign-in.auth-container.main-container .bg-helper {
color: #000;
}
#okta-sign-in.auth-container .okta-sign-in-header {
border-bottom-color: #323232;
}
#okta-sign-in.auth-container .okta-form-input-field{
background-color: #000;
color: #000;
}
#okta-sign-in.auth-container .okta-form-input-field {
border-color: #4d5061;
outline: none;
}
#okta-sign-in.auth-container .okta-form-input-field.focused-input {
border-color: #707280;
}
#okta-sign-in.auth-container .button-primary, #okta-sign-in.auth-container .button-primary:hover {
background: #0C8E9E;
color: #1a1d18;
}
#okta-sign-in.auth-container .okta-form-label {
font-weight: 600;
color: rgb(192, 188, 188) !important;
}
#okta-sign-in.auth-container h2, #okta-sign-in.auth-container h3 {
font-weight: 700;
color: #0C8E9E !important;
}
#okta-sign-in .registration-container .content-container {
padding: 30px 42px;
-webkit-transition: padding-top .4s;
transition: padding-top .4s;
/* border-top: 1px solid #ddd; */
margin-top: 5px;
}