2015-05-27 10:21:30 +00:00
|
|
|
/*!
|
|
|
|
* Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
|
|
|
|
* Code licensed under the Apache License v2.0.
|
|
|
|
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
|
|
|
|
*/
|
|
|
|
|
2017-05-25 18:27:47 +00:00
|
|
|
@font-face {
|
2017-06-01 20:40:19 +00:00
|
|
|
font-family: 'Lato-Regular';
|
|
|
|
src: url('../fonts/Lato/Lato-Regular.ttf');
|
2017-05-25 18:27:47 +00:00
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-05-25 18:27:47 +00:00
|
|
|
@font-face {
|
2017-06-01 20:40:19 +00:00
|
|
|
src: url('../fonts/Lato/Lato-Black.ttf');
|
2017-05-25 18:27:47 +00:00
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-05-25 18:27:47 +00:00
|
|
|
@font-face {
|
2017-06-01 20:40:19 +00:00
|
|
|
font-family: 'Lato-Light';
|
|
|
|
src: url('../fonts/Lato/Lato-Light.ttf');
|
2017-05-25 18:27:47 +00:00
|
|
|
}
|
2017-06-01 20:40:19 +00:00
|
|
|
|
2015-05-27 10:21:30 +00:00
|
|
|
body,
|
|
|
|
html {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body,
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2017-06-01 20:40:19 +00:00
|
|
|
font-family: 'Lato-Regular', sans-serif;
|
|
|
|
font-weight: 300;
|
2015-05-27 10:21:30 +00:00
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2015-05-27 10:21:30 +00:00
|
|
|
.topnav {
|
2016-05-22 15:36:28 +00:00
|
|
|
font-size: 14px;
|
2015-05-27 10:21:30 +00:00
|
|
|
}
|
|
|
|
|
2017-07-24 14:13:03 +00:00
|
|
|
.navbar-transparent {
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2017-07-28 12:57:38 +00:00
|
|
|
.navbar-transparent.topnav {
|
|
|
|
z-index: 1005;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2017-07-24 14:13:03 +00:00
|
|
|
.navbar-transparent .navbar-nav>li>a {
|
|
|
|
color: #fff;
|
|
|
|
cursor: pointer;
|
|
|
|
font-family: 'Lato-Regular', sans-serif;
|
|
|
|
}
|
|
|
|
.navbar-transparent .navbar-nav>li>a:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.navbar-transparent .navbar-nav>li>a:focus, .navbar-transparent .navbar-nav>li>a:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-transparent #logoWhite{
|
|
|
|
display: block;
|
|
|
|
width: 220px;
|
2017-07-28 12:57:38 +00:00
|
|
|
/* color: #fff; */
|
2017-07-24 14:13:03 +00:00
|
|
|
}
|
|
|
|
|
2015-05-27 10:21:30 +00:00
|
|
|
.lead {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.intro-header {
|
2016-04-22 13:36:38 +00:00
|
|
|
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
|
2015-05-27 10:21:30 +00:00
|
|
|
padding-bottom: 50px;
|
|
|
|
text-align: center;
|
|
|
|
color: #f8f8f8;
|
|
|
|
background: url(../img/intro-bg.jpg) no-repeat center center;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
2016-05-22 15:36:28 +00:00
|
|
|
|
2015-05-27 10:21:30 +00:00
|
|
|
.intro-header-1 {
|
|
|
|
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
|
|
|
|
padding-bottom: 50px;
|
|
|
|
text-align: center;
|
|
|
|
color: #f8f8f8;
|
|
|
|
background: url(../img/configure.jpg) no-repeat center center;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
2016-05-22 15:36:28 +00:00
|
|
|
|
2015-05-27 10:21:30 +00:00
|
|
|
.intro-header-2 {
|
2016-04-22 13:36:38 +00:00
|
|
|
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
|
2015-05-27 10:21:30 +00:00
|
|
|
padding-bottom: 50px;
|
|
|
|
text-align: center;
|
|
|
|
color: #f8f8f8;
|
|
|
|
background: url(../img/configure.jpg) no-repeat center center;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
2016-05-22 15:36:28 +00:00
|
|
|
|
2015-05-27 10:21:30 +00:00
|
|
|
.intro-message {
|
|
|
|
position: relative;
|
|
|
|
padding-top: 20%;
|
|
|
|
padding-bottom: 20%;
|
|
|
|
}
|
2016-04-23 07:22:44 +00:00
|
|
|
|
|
|
|
.intro-auth {
|
|
|
|
text-align: center;
|
|
|
|
color: #f8f8f8;
|
2015-05-27 10:21:30 +00:00
|
|
|
position: relative;
|
2016-04-23 07:22:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.intro-login {
|
2017-05-28 05:44:36 +00:00
|
|
|
background: url(../img/intro-bg.jpg) no-repeat center center;
|
2016-04-23 07:22:44 +00:00
|
|
|
background-size: cover;
|
2016-06-04 07:59:37 +00:00
|
|
|
height: 100%;
|
2016-04-23 07:22:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.intro-signup {
|
2017-05-28 05:44:36 +00:00
|
|
|
background: url(../img/intro-bg.jpg) no-repeat center center;
|
2016-05-22 15:36:28 +00:00
|
|
|
background-size: cover;
|
2016-06-04 07:59:37 +00:00
|
|
|
height: 100%;
|
2017-05-28 05:44:36 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2015-05-27 10:21:30 +00:00
|
|
|
}
|
|
|
|
|
2016-06-21 05:10:38 +00:00
|
|
|
.intro-reset-password {
|
2017-05-28 05:44:36 +00:00
|
|
|
background: url(../img/intro-bg.jpg) no-repeat center center;
|
2016-06-21 05:10:38 +00:00
|
|
|
background-size: cover;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2015-05-27 10:21:30 +00:00
|
|
|
.intro-message > h1 {
|
|
|
|
margin: 0;
|
2015-06-08 18:24:56 +00:00
|
|
|
font-weight: 400;
|
2015-05-27 10:21:30 +00:00
|
|
|
font-size: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.intro-divider {
|
|
|
|
width: 400px;
|
|
|
|
border-top: 1px solid #f8f8f8;
|
2016-05-22 15:36:28 +00:00
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
2015-05-27 10:21:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.intro-message > h3 {
|
2015-06-08 18:24:56 +00:00
|
|
|
font-weight: 300;
|
2015-05-27 10:21:30 +00:00
|
|
|
}
|
|
|
|
|
2016-05-22 15:36:28 +00:00
|
|
|
@media (max-width: 767px) {
|
2015-05-27 10:21:30 +00:00
|
|
|
.intro-message {
|
|
|
|
padding-bottom: 15%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.intro-message > h1 {
|
|
|
|
font-size: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.intro-social-buttons > li {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.intro-social-buttons > li:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.intro-divider {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-name {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-section-a {
|
|
|
|
padding: 50px 0;
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-section-b {
|
|
|
|
padding: 50px 0;
|
|
|
|
border-top: 1px solid #e7e7e7;
|
|
|
|
border-bottom: 1px solid #e7e7e7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-heading {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-heading-spacer {
|
|
|
|
float: left;
|
|
|
|
width: 200px;
|
|
|
|
border-top: 3px solid #e7e7e7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner {
|
|
|
|
padding: 100px 0;
|
|
|
|
color: #f8f8f8;
|
|
|
|
background: url(../img/banner-bg.jpg) no-repeat center center;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner h2 {
|
|
|
|
margin: 0;
|
2015-06-08 18:24:56 +00:00
|
|
|
font-weight: 400;
|
2015-05-27 10:21:30 +00:00
|
|
|
font-size: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner ul {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner-social-buttons {
|
|
|
|
float: right;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-05-28 05:44:36 +00:00
|
|
|
/*------Auth section---------*/
|
2017-07-15 14:09:51 +00:00
|
|
|
.auth-container {
|
2017-08-03 18:58:15 +00:00
|
|
|
min-height: calc(100vh - 120px);
|
2017-05-28 05:44:36 +00:00
|
|
|
position: relative;
|
2017-08-03 18:58:15 +00:00
|
|
|
/* flex-grow: 1; */
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
2017-05-28 05:44:36 +00:00
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-bg {
|
2017-07-28 13:23:17 +00:00
|
|
|
background: url(../img/auth-bg-sm.jpg);
|
2017-05-28 17:57:02 +00:00
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2017-07-15 14:09:51 +00:00
|
|
|
width: 100%;
|
2017-05-28 17:57:02 +00:00
|
|
|
height: 100vh;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
background-size: cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-bg::before {
|
2017-05-28 17:57:02 +00:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
background: rgba(75, 75, 101, 0.55);
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-container .container {
|
2017-05-28 05:44:36 +00:00
|
|
|
z-index: 1000;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-container .auth-content {
|
2017-06-01 16:24:50 +00:00
|
|
|
width: 100%;
|
2017-05-28 05:44:36 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 390px;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-container .auth-center {
|
2017-07-28 12:57:38 +00:00
|
|
|
/* position: absolute; */
|
|
|
|
/* left: 50%; */
|
|
|
|
/* top: 50%; */
|
|
|
|
/* transform: translate(-50%, -50%); */
|
|
|
|
/* width: 100%; */
|
2017-06-01 20:40:19 +00:00
|
|
|
}
|
|
|
|
|
2017-07-15 14:09:51 +00:00
|
|
|
.auth-container .auth-title {
|
2017-06-01 20:40:19 +00:00
|
|
|
margin-bottom: 50px;
|
2017-05-28 17:57:02 +00:00
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-container .auth-title h2 {
|
2017-05-28 05:44:36 +00:00
|
|
|
color: #fff;
|
|
|
|
font-size: 44px;
|
|
|
|
text-align: center;
|
|
|
|
width: 425px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-container .auth-title h2::after {
|
2017-05-28 05:44:36 +00:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
bottom: -20px;
|
|
|
|
background: #fff;
|
|
|
|
height: 7px;
|
|
|
|
width: 70px;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, 0);
|
|
|
|
}
|
2017-05-28 17:57:02 +00:00
|
|
|
|
2017-07-15 14:09:51 +00:00
|
|
|
.auth-box {
|
2017-05-28 05:44:36 +00:00
|
|
|
background: #fff;
|
|
|
|
padding: 0;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
box-sizing: border-box;
|
2017-07-15 14:09:51 +00:00
|
|
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
|
2017-05-28 05:44:36 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
2017-05-28 17:57:02 +00:00
|
|
|
|
2017-07-15 14:09:51 +00:00
|
|
|
.auth-box .section-heading {
|
2017-05-28 17:57:02 +00:00
|
|
|
color: #5a5a5a;
|
2017-06-19 18:23:25 +00:00
|
|
|
padding-top: 30px;
|
2017-05-28 17:57:02 +00:00
|
|
|
padding-bottom: 5px;
|
2017-05-28 05:44:36 +00:00
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 3px;
|
2017-05-28 17:57:02 +00:00
|
|
|
font-size: 20px;
|
2017-05-28 05:44:36 +00:00
|
|
|
border-radius: 3px 3px 0px 0px;
|
2017-05-28 17:57:02 +00:00
|
|
|
margin: 0 auto;
|
2017-05-28 05:44:36 +00:00
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-box .form {
|
2017-05-28 05:44:36 +00:00
|
|
|
padding: 20px;
|
|
|
|
width: 80%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-box .form .red {
|
2017-05-28 05:44:36 +00:00
|
|
|
color: #ea3a3a;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-box .form .btn {
|
|
|
|
box-shadow: 0 0px 9px rgba(0, 0, 0, 0.19), 0 3px 5px rgba(0, 0, 0, 0.23);
|
2017-05-28 05:44:36 +00:00
|
|
|
letter-spacing: 3px;
|
|
|
|
font-size: 17px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-box .form .form-control {
|
2017-05-28 05:44:36 +00:00
|
|
|
height: 44px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-05-28 05:44:36 +00:00
|
|
|
.auth-box .auth-footer {
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-box .auth-footer .text {
|
2017-05-28 05:44:36 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-box .auth-footer .links a {
|
2017-05-28 05:44:36 +00:00
|
|
|
color: #1e94cc;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-box .auth-footer .links a:hover {
|
2017-05-28 05:44:36 +00:00
|
|
|
color: #1e94cc;
|
|
|
|
}
|
2017-05-28 17:57:02 +00:00
|
|
|
|
2017-07-15 14:09:51 +00:00
|
|
|
.auth-box.sign-up {
|
2017-05-28 17:57:02 +00:00
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-box.sign-up .form {
|
2017-05-28 17:57:02 +00:00
|
|
|
padding: 15px 20px 0 20px;
|
|
|
|
}
|
|
|
|
|
2017-06-10 23:41:09 +00:00
|
|
|
.sign-up-message {
|
|
|
|
padding: 25px 30px 25px 30px;
|
2017-06-19 07:25:14 +00:00
|
|
|
text-align: center;
|
2017-06-10 23:41:09 +00:00
|
|
|
font-size: 18px;
|
|
|
|
line-height: 30px;
|
2017-06-17 12:04:30 +00:00
|
|
|
font-family: 'Lato' !important;
|
2017-06-10 23:41:09 +00:00
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-06-10 23:41:09 +00:00
|
|
|
.sign-up-message a {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #1e94cc !important;
|
|
|
|
}
|
|
|
|
|
2016-05-22 15:36:28 +00:00
|
|
|
@media (max-width: 1199px) {
|
2015-05-27 10:21:30 +00:00
|
|
|
ul.banner-social-buttons {
|
|
|
|
float: left;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-22 15:36:28 +00:00
|
|
|
@media (max-width: 767px) {
|
2015-05-27 10:21:30 +00:00
|
|
|
.banner h2 {
|
|
|
|
margin: 0;
|
2016-05-22 15:36:28 +00:00
|
|
|
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
|
2015-05-27 10:21:30 +00:00
|
|
|
font-size: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.banner-social-buttons > li {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.banner-social-buttons > li:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-06-04 02:19:13 +00:00
|
|
|
.auth-box .form {
|
|
|
|
padding: 15px 0px 0 0;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-06-04 02:19:13 +00:00
|
|
|
.auth-box.sign-up .form {
|
|
|
|
padding: 15px 0px 0 0;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-06-04 02:19:13 +00:00
|
|
|
.auth-box .form .form-control {
|
|
|
|
height: 44px;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-06-04 02:19:13 +00:00
|
|
|
.auth-container .auth-title {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-05-27 10:21:30 +00:00
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-08-03 18:58:15 +00:00
|
|
|
.auth-box .msg-list {
|
|
|
|
padding: 15px 25px 5px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-05-28 05:44:36 +00:00
|
|
|
@media (max-width: 540px) {
|
2017-07-15 14:09:51 +00:00
|
|
|
.auth-container .auth-title h2 {
|
2017-05-28 05:44:36 +00:00
|
|
|
font-size: 32px;
|
|
|
|
width: 90%;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
|
|
|
.auth-container.auth-signup .auth-title h2 {
|
2017-06-01 20:40:19 +00:00
|
|
|
font-size: 20px;
|
|
|
|
width: 90%;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-05-28 05:44:36 +00:00
|
|
|
.auth-box .form {
|
|
|
|
width: 90%;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2017-06-01 16:24:50 +00:00
|
|
|
.auth-box .section-heading {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
2017-05-28 05:44:36 +00:00
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
|
2015-05-27 10:21:30 +00:00
|
|
|
footer {
|
2016-05-22 15:36:28 +00:00
|
|
|
padding: 2%;
|
2015-05-27 10:21:30 +00:00
|
|
|
background-color: #f8f8f8;
|
2016-05-22 15:36:28 +00:00
|
|
|
#position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2015-05-27 10:21:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p.copyright {
|
|
|
|
margin: 15px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a#forgotpassword {
|
2016-05-22 15:36:28 +00:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
2015-06-08 18:24:56 +00:00
|
|
|
|
|
|
|
.content-404 h1 {
|
2016-05-22 15:36:28 +00:00
|
|
|
margin: 0 0 15px;
|
|
|
|
font-size: 200px;
|
|
|
|
line-height: 1;
|
|
|
|
font-weight: 700;
|
|
|
|
color: #6db97c;
|
2016-04-23 07:22:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a.unlink {
|
2016-05-22 15:36:28 +00:00
|
|
|
color: inherit;
|
2016-04-23 07:22:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a.unlink:hover {
|
2016-05-22 15:36:28 +00:00
|
|
|
color: inherit;
|
2017-05-28 05:44:36 +00:00
|
|
|
}
|
|
|
|
|
2017-07-15 14:09:51 +00:00
|
|
|
/***** DCL payment page **********/
|
|
|
|
.dcl-order-container {
|
|
|
|
font-family: Lato;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-order-table-header {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
2017-07-15 22:11:54 +00:00
|
|
|
font-size: 16px;
|
|
|
|
color: #333;
|
2017-07-15 14:09:51 +00:00
|
|
|
text-align: center;
|
2017-07-15 22:11:54 +00:00
|
|
|
font-weight: 300;
|
2017-07-15 14:09:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-order-table-content {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 600;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tbl-content {
|
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-order-table-total {
|
|
|
|
border-bottom: 4px solid #eee;
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-order-table-total span {
|
2017-07-15 15:14:28 +00:00
|
|
|
font-size: 13px;
|
2017-07-15 14:09:51 +00:00
|
|
|
color: #999;
|
|
|
|
font-weight: 400;
|
2017-07-15 15:14:28 +00:00
|
|
|
padding-left: 5px;
|
2017-07-15 14:09:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-order-table-total .tbl-total {
|
|
|
|
text-align: center;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tbl-no-padding {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-billing-sec {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
|
2017-07-15 22:11:54 +00:00
|
|
|
.dcl-order-sec {
|
|
|
|
padding: 0 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-warning-content {
|
|
|
|
font-family: Lato;
|
|
|
|
border: 1px solid #a1a1a1;
|
2017-07-16 11:07:49 +00:00
|
|
|
border-radius: 3px;
|
2017-07-15 22:11:54 +00:00
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2017-07-30 20:35:28 +00:00
|
|
|
.card-warning-addtional-margin {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
2017-07-16 11:07:49 +00:00
|
|
|
.stripe-payment-btn {
|
2017-07-16 20:42:12 +00:00
|
|
|
outline: none;
|
2017-07-15 22:11:54 +00:00
|
|
|
width: auto;
|
|
|
|
float: right;
|
|
|
|
font-style: normal;
|
2017-07-16 20:42:12 +00:00
|
|
|
font-weight: 300;
|
2017-07-15 22:11:54 +00:00
|
|
|
position: absolute;
|
2017-07-17 17:48:58 +00:00
|
|
|
padding-left: 30px;
|
|
|
|
padding-right: 30px;
|
2017-07-15 22:11:54 +00:00
|
|
|
right: 0;
|
|
|
|
}
|
2017-07-16 11:07:49 +00:00
|
|
|
|
2017-07-15 22:11:54 +00:00
|
|
|
.brand {
|
|
|
|
}
|
2017-07-16 11:07:49 +00:00
|
|
|
|
2017-07-15 22:11:54 +00:00
|
|
|
.brand #brand-icon {
|
|
|
|
}
|
2017-07-16 11:07:49 +00:00
|
|
|
|
2017-07-15 22:11:54 +00:00
|
|
|
.card-number-element {
|
|
|
|
}
|
2017-07-16 11:07:49 +00:00
|
|
|
|
2017-07-15 22:11:54 +00:00
|
|
|
.card-expiry-element {
|
|
|
|
}
|
2017-07-16 11:07:49 +00:00
|
|
|
|
2017-07-16 16:37:18 +00:00
|
|
|
.card-cvc-element label {
|
|
|
|
padding-left: 10px;
|
2017-07-15 22:11:54 +00:00
|
|
|
}
|
2017-07-17 19:00:32 +00:00
|
|
|
|
2017-07-16 15:59:42 +00:00
|
|
|
.card-element {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-07-17 19:00:32 +00:00
|
|
|
|
2017-07-16 15:59:42 +00:00
|
|
|
.card-element label{
|
|
|
|
width:100%;
|
|
|
|
margin-bottom:0px;
|
|
|
|
}
|
2017-07-17 19:00:32 +00:00
|
|
|
|
2017-07-16 15:59:42 +00:00
|
|
|
.my-input {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
2017-07-17 19:00:32 +00:00
|
|
|
|
2017-07-16 16:37:18 +00:00
|
|
|
.card-cvc-element .my-input {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
2017-07-17 19:00:32 +00:00
|
|
|
|
2017-07-16 10:34:15 +00:00
|
|
|
#card-errors {
|
|
|
|
clear: both;
|
|
|
|
padding: 0 0 10px;
|
|
|
|
color: #eb4d5c;
|
|
|
|
}
|
2017-07-17 19:00:32 +00:00
|
|
|
|
2017-07-16 16:37:18 +00:00
|
|
|
.credit-card-goup{
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-07-17 19:00:32 +00:00
|
|
|
|
|
|
|
.order-confirm-date{
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
|
2017-07-15 14:09:51 +00:00
|
|
|
@media (max-width: 767px) {
|
2017-07-15 22:11:54 +00:00
|
|
|
.dcl-order-table-total span {
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
2017-07-15 14:09:51 +00:00
|
|
|
.dcl-order-sec {
|
|
|
|
padding: 10px 20px 30px 20px;
|
|
|
|
border-bottom: 4px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tbl-header {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tbl-content {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-order-table-header {
|
|
|
|
border-bottom: 0px solid #eee;
|
|
|
|
padding: 10px 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-order-table-content {
|
|
|
|
border-bottom: 0px solid #eee;
|
|
|
|
padding: 10px 0;
|
|
|
|
text-align: right;
|
2017-07-15 22:11:54 +00:00
|
|
|
font-size: 16px;
|
2017-07-15 14:09:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-order-table-total {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #000;
|
|
|
|
padding: 10px 0;
|
|
|
|
border-bottom: 0px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-order-table-total .tbl-total {
|
|
|
|
padding: 0px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-billing-sec {
|
|
|
|
margin-top: 30px;
|
2017-07-15 22:11:54 +00:00
|
|
|
margin-bottom: 30px;
|
2017-07-15 14:09:51 +00:00
|
|
|
}
|
2017-07-16 10:20:15 +00:00
|
|
|
|
|
|
|
.brand {
|
|
|
|
}
|
2017-07-16 11:07:49 +00:00
|
|
|
|
2017-07-16 10:20:15 +00:00
|
|
|
.card-expiry-element {
|
2017-07-16 15:59:42 +00:00
|
|
|
padding-right: 10px;
|
2017-07-16 10:20:15 +00:00
|
|
|
}
|
2017-07-16 11:07:49 +00:00
|
|
|
|
2017-07-16 10:20:15 +00:00
|
|
|
.card-cvc-element {
|
2017-07-16 15:59:42 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
2017-07-24 14:13:03 +00:00
|
|
|
|
2017-07-16 15:59:42 +00:00
|
|
|
.hide-mobile{
|
|
|
|
display:none;
|
2017-07-16 10:20:15 +00:00
|
|
|
}
|
2017-07-24 14:13:03 +00:00
|
|
|
|
2017-07-16 19:03:48 +00:00
|
|
|
#billing-form .form-control {
|
|
|
|
box-shadow: none !important;
|
|
|
|
font-weight: 400;
|
2017-07-17 19:00:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.order-confirm-date{
|
|
|
|
text-align:left;
|
|
|
|
}
|
2017-07-15 14:09:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.dcl-order-container {
|
|
|
|
width: 990px;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.dcl-billing {
|
|
|
|
padding-right: 50px;
|
|
|
|
border-right: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dcl-creditcard {
|
|
|
|
padding-left: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tbl-tot {
|
2017-07-15 22:11:54 +00:00
|
|
|
padding-left: 17px;
|
2017-07-15 14:09:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content-dashboard {
|
2017-07-16 21:21:49 +00:00
|
|
|
/*width: auto !important;*/
|
2017-07-15 14:09:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2017-07-16 21:21:49 +00:00
|
|
|
@media only screen and (max-width: 1040px) and (min-width: 768px) {
|
|
|
|
.content-dashboard {
|
|
|
|
width: 96% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-07-15 14:09:51 +00:00
|
|
|
@media only screen and (max-width: 1330px) and (min-width: 1200px) {
|
|
|
|
.content-dashboard {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
2017-07-25 13:29:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
.footer-light a:hover, .footer-light a:focus, .footer-light a:active {
|
|
|
|
color: #ddd;
|
2017-07-30 20:35:28 +00:00
|
|
|
}
|