@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{background:transparent;border:0;margin:0;padding:0;outline:none;box-sizing:border-box;}
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}
body {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #545454;
  line-height: 1.5;
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 1.1;
}
h1 {
  font-size: 4.2rem;
  color: #1c2033;
  font-weight: 700;
}
h2 {
  font-size: 3.5rem;
  color: #1c2033;
  font-weight: 700;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.5rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 2rem;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #292b32;
  font-size: 85%;
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #3f51b5;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #21232b;
}
a:focus {
  color: #3f51b5;
  text-decoration: none;
}
p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #545454;
  line-height: 1.5;
}
video {
  height: 100%;
  width: 100%;
}
hr {
  margin: 0;
  border-color: #e8ebee;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul, ol {
  margin: 0;
}
blockquote {
  padding: 40px;
  background-color: #f7f9fa;
  margin: 30px 0;
  border: none;
}
blockquote > p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: Helvetica, sans-serif;
  margin-bottom: 10px;
  color: #292b32;
  position: relative;
}
blockquote > span {
  color: #3f51b5;
  font-size: 1.4rem;
}
.sppb-btn, btn {
  display: inline-block;
  background-color: #ed1c24;
  color: #ffffff;
  padding: 15px 40px 15px 40px;
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
}
.sppb-btn:hover, btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #222222;
}
.sppb-btn:hover span, .sppb-btn:focus {
    color: #fff;
    background-color: #222222;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type],
select,
textarea {
  border: 1px solid #e8ebee;
  width: 100%;
  margin-bottom: 14px;
  font-size: 1.5rem;
  padding: 0 16px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
textarea {
  height: auto;
  padding: 8px 16px;
}
input[type]:focus,
textarea:focus {
  border-color: #3f51b5;
  background-color: #fff;
  outline: none;
  box-shadow: none !important;
}
input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none;
}
#sp-page-builder .sp-pagebuilder-page-edit {
   display:none !important;
}

/* MENU AND LOGO */
#sp-header {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: transparent;
	padding: 0 50px;
	margin-right: auto;
	margin-left: auto;
	transition: all 0.3s ease-in-out;
	z-index: 120;
	box-shadow: none;
	animation: none;
}
#sp-header.header-sticky~section#sp-main-body {
    padding-top: 0;
}
#sp-header.header-sticky {
	position: fixed;
	background-color: #fff;
	left: 0;
	right: 0;
	height: 70px;
	top: 0;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
	z-index: 120;
	transition: all 0.3s ease-in-out;
	min-height: 60px;
	animation: none;
}
#sp-header .logo {
	display: inline-block;
	height: inherit;
	display: table;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin: 0;
}
#sp-header .logo a {
	display: table-cell;
	color: #ffffff;
	text-transform: none;
	vertical-align: middle;
	height: 90px;
	transition: all 0.3s ease-in-out;
}
#sp-header.header-sticky .logo a {
    color: #292b32;
	height: 70px;
	transition: all 0.3s ease-in-out;
}
#sp-header .logo a img {
	height: 80px;
	transition: all 0.3s ease-in-out;
}
#sp-header.header-sticky .logo img {
    height: 59px;
    transition: all 0.3s ease-in-out;
}
.sp-megamenu-parent > li.sp-has-child > a:after, .sp-megamenu-parent > li.sp-has-child > span:after {
	display: none;
}
#sp-header .sp-megamenu-parent > li > a, #sp-header .sp-megamenu-parent > li > span {
	font-family: "Montserrat",sans-serif;
	color: #fff;	
	font-size: 1.7rem;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 600;
	padding: 0 17px;
	line-height: 90px;
	display: block;
	position: relative;
	transition: all 0.3s ease-in-out;
}
#sp-header .sp-megamenu-parent > li > a:hover, #sp-header .sp-megamenu-parent > li > span:hover {
	color: #ed1c24;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, #sp-header.header-sticky .sp-megamenu-parent > li > span {
	color: #292b32;
	line-height: 60px;
	transition: all 0.3s ease-in-out;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a:hover, #sp-header.header-sticky .sp-megamenu-parent > li > span:hover {
	color: #ed1c24;
}
.sp-megamenu-parent > li:last-child > a, .sp-megamenu-parent > li:nth-child(8) > a  {padding-right: 0;}
#sp-header.header-sticky .sp-megamenu-parent > li > a, #sp-header.header-sticky .sp-megamenu-parent > li > span {
	line-height: 70px;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a,
#sp-header.home6-header .sp-megamenu-parent > li.active > a, #sp-header.home6-header .sp-megamenu-parent > li:hover > a  {
	color: #ed1c24;
}
.sp-megamenu-parent > li:nth-child(7) > a {
	text-align: center;
	line-height: 1.6rem;
	font-size: 1.7rem;
	padding-right: 0;
}
.sp-megamenu-parent > li:nth-child(7) > a > i:before {
	content: '\e801';
	font-family: "ui-icons";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}
.sp-megamenu-parent > li:nth-child(8) > a {
	font-size: 1.5rem;
	line-height: 80px;
}
.sp-megamenu-parent > li:nth-child(8)> a > i:before {
	content: '\e800';
	font-family: "ui-icons";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	transition: all 0.2s ease-in-out;
	min-width: 230px;
	padding: 20px 0;
	list-style: none;
	white-space: nowrap;
	background: #21232b;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
	color: #000000;
	padding: 5px 30px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	color: #fff;
	background: transparent;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	list-style: none;
	white-space: normal;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full .sp-dropdown-inner {
	padding: 0;
}

.sp-megamenu-parent .col-sm-3 {
	background: #21232b;
	border-right: 1px solid #353535;
}

.sp-megamenu-parent .sp-mega-group {
	padding: 40px 30px;
}
.sp-megamenu-parent > li > .sp-dropdown .sp-mega-group a {
	padding: 5px 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title:hover {
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	display: block;
	color: #d5d5d5;
	margin-bottom: 15px;
	padding: 0;
}
.error-page #sp-header .sp-megamenu-parent > li > a,
.error-page #sp-header .sp-megamenu-parent > li > span {
    color: #292b32;
}
.error-page #sp-header .sp-megamenu-parent > li > a:hover,
.error-page #sp-header .sp-megamenu-parent > li > span:hover {
    color: #ed1c24;
}
.error-page #sp-header.header-sticky .sp-megamenu-parent > li > a:hover, 
.error-page #sp-header.header-sticky .sp-megamenu-parent > li > span:hover {
    color: #ed1c24;
}
/* END HEADER AND LOGO*/

/* OFFCANVAS MENU */
body.ltr  #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 20px;
}
.p-3 {
    padding: 2rem 1rem 1rem 4rem !important;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #292b32;
}
#offcanvas-toggler {
    display: block;
    color: #ffffff;
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
#sp-header.header-sticky #offcanvas-toggler {
    color: #292b32;
    height: 70px;
    line-height: 70px;
    transition: all 0.3s ease-in-out;
}
.offcanvas-active .offcanvas-menu {
    visibility: visible;
    z-index: 9999;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.offcanvas-menu {
    width: 301px;
    height: 100%;
    background-color: rgb(255 255 255 / 84%);
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    visibility: hidden;
    overflow: inherit;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #292b32;
    font-size: 1.7rem;
    letter-spacing: .25rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 10px 20px;
    opacity: 1;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border: 0;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
}
/* END OFFCANVAS MENU */

.scrollup:before {
  border-radius: 100px;
  color: #fff;
  content: " ";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 700;
  height: 35px;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px;
}
.scrollup {
  background-color: #ed1c24;
  border: none;
  border-radius: 100px;
  bottom: 10px;
  height: 35px;
  position: fixed;
  right: 10px;
  width: 35px;
  z-index: 999;
  line-height: 34px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.scrollup:hover {
	background-color: #21232b;
	bottom: 14px;
}

/* PAGE TITLE */
#sp-title .sp-page-title {
    height: 325px;
    padding: 50px 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.55);
    text-align: center;
    position: relative;
    background-blend-mode: overlay;
    background-attachment: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-page-title .sp-page-title-heading {
    font-size: 6rem;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
/* END PAGE TITLE */

/* SLIDER */

.slider-btn {color: #fff;}
.slider-btn2 {color: rgb(33, 35, 43);}

.ls-wrapper:hover .slider-btn {
	background-color: rgb(33, 35, 43)!important;
	color: #fff !important;
}

.ls-wrapper:hover .slider-btn2 {
	background-color: #3f51b5 !important;
	color: #fff !important;
}
/* DON'T GET STUCK */
.logo-align img {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 5px;
}
/* HOW GENERATORS WORK */
.inlineimage img {
    display: inline-block;
}
/* OUR CLIENTS */
.ourclients img {
    border:1px solid #e7e7e7;
    background:#ffffff;
    padding: 15px 0;
    margin: 15px 0;
    filter: none;
    -webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
    -webkit-backface-visibility:hidden;
    -webkit-filter: grayscale(1);
}
.ourclients li.last {
    margin-right: 0;
}

.ourclients img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
/* SERVICES */
.services {
    text-align: center;
}
.services li {
    padding: 0 0 5px 0;
}
.services .fa {
    color: #1023d1;
    padding-right: 10px;
}
.services img {
    border: solid 3px #d6d6d6;
}

/* Contact Form Footer */
.rsform-block-recaptcha .control-label {
    display: none;
}
.form-group {
    margin-bottom: 20px;
}
.contact-form label {
	color: #676767;
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	margin-bottom: 7px;
	float: left;
}
.contact-form input,
.contact-form textarea {
    height: auto;
	border: 1px solid #c7c7c7;
	width: 100%;
	margin: 0;
	font-size: 15px;
	padding: 8px 12px;
	border-radius: 4px;	
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: inherit !important;
	font: inherit;
}
.contact-form textarea {
  height: auto !important;
}
.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #ed1c24 !important;
	background-color: #fff;
	outline: none;
	box-shadow: none !important;
}
.contact-form button {
	color: #fff;
	padding: 15px 40px 15px 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #ed1c24;
	border-color: #ed1c24;
	border-radius: 8px !important;
	margin-top: 10px;
	display: inline-block;
	font-family: Helvetica, sans-serif;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	float: right;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	border-radius: 3px;
}
.contact-form button:hover, 
.contact-form button:active,
.contact-form button:focus,
.contact-form button:active:hover {
	background-color: #222222;
	border-color: #222222;
	outline-color: #222222;
	color: #ffffff;
}
/* END CONTACT FORM */

/* BOTTOM SECTION */
#sp-bottom {
  padding: 0;
}
#sp-bottom .sp-module {
    margin-bottom: 0;
}
#sp-bottom p {
  color: #cccccc;
}
#sp-bottom li a {
    color: #cccccc;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 5px 0;
}
#sp-bottom li>a:hover {
    background-color: transparent;
    color: #ed1c24;
}
#sp-bottom .sp-module ul > li {
    display: block;
    margin-bottom: 0;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
/* END BOTTOM SECTION */

/* FOOTER */
#sp-footer {
    text-align: center;
    font-size: inherit;
    background-color: #363636;
    color: #cccccc;
    padding: 24px 10px;
}
#sp-footer .container-inner {
    padding: 0;
    border-top: 0;
}
#sp-footer p, #sp-footer .sp-copyright {
    color: #cccccc;
    font-size: 1.5rem;
    line-height: 1.6;
}
/* END FOOTER */

/* OFFLINE PAGE 
html.offline body {
    background: transparent;
}
html.offline {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
html.offline body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
}
.offline-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
html.offline .login-wrapper {
    display: inline-block;
    width: 300px;
    align-items: center;
}
html.offline .login-form {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
html.offline .form-input {
    width: 100%;
    margin-bottom: 5px;
}
.offline-label label {
    display: none;
}
html.offline .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	height: 42px;
    padding: 1rem 1.5rem !important;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
html.offline .form-control {
	font-size: 1.5rem;
}
html.offline .login-form input[type="submit"],
html.offline .login-form button[type="submit"] {
    width: 100%;
	font-size: 1.5rem;
    padding: 8px 40px;
    margin-top: 15px;
}
/* END OFFLINE PAGE */

/* OFFLINE PAGE */
.offline {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.offline body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    /*background-color: #fdf0f5;*/
    background-repeat: no-repeat;
    background-position: 50% 40%;
}
.offline-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.offline img {
    display: inline-block;
}
.offline .login-wrapper {
    display: inline-block;
    width: 300px;
    align-items: center;
}
.offline .login-form {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.offline .form-input {
    width: 100%;
    margin-bottom: 10px;
}
.offline-label label {
    display: none;
}
.offline .input-group .mb-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin: 0 0 11px 0 !important;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    height: inherit;
}
.offline .input-group-text {
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.offline .login-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.offline .form-control {
	font-size: 1.8rem;
}
.offline .login-form input[type="submit"],
.offline .login-form button[type="submit"] {
    width: 100%;
	font-size: 1.5rem;
	margin: 0 0 10px 0;
}
.offline .login-buttons {
    margin: 0 0 10px 0;
    width: 100%;
}
button[class*=plg_system_webauthn_login_button] {
    max-height: inherit;
    padding: 0;
}
.login-buttons .offline-webauth {
    display: block;
    padding: 10px 26px;
    width: 100%;
    white-space: nowrap;
}
/* END OFFLINE PAGE */