Viewing File: /usr/local/cpanel/base/unprotected/nc-cpanel/style_v2_optimized.css
@font-face {
font-family: 'Museo Sans 300';
src: url('fonts/museo-sans-300-webfont.eot');
src: url('fonts/museo-sans-300-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museo-sans-300-webfont.woff') format('woff'), url('fonts/museo-sans-300-webfont.ttf') format('truetype'), url('fonts/museo-sans-300-webfont.svg#museo-sans-300-webfont') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Museo Sans 500';
src: url('fonts/museo-sans-500-webfont.eot');
src: url('fonts/museo-sans-500-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museo-sans-500-webfont.woff') format('woff'), url('fonts/museo-sans-500-webfont.ttf') format('truetype'), url('fonts/museo-sans-500-webfont.svg#museo-sans-500-webfont') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Museo Sans 700';
src: url('fonts/museo-sans-700-webfont.eot');
src: url('fonts/museo-sans-700-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museo-sans-700-webfont.woff') format('woff'), url('fonts/museo-sans-700-webfont.ttf') format('truetype'), url('fonts/museo-sans-700-webfont.svg#museo-sans-700-webfont') format('svg');
font-weight: bold;
font-style: normal;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
max-width: 100%;
}
input {
text-transform: none;
overflow: visible;
}
a {
color: #de3723;
text-decoration: none;
}
ul,
ol {
list-style-type: none;
}
body {
font-family: 'Museo Sans 500', Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 0;
margin: 0;
color: #6d6e70;
}
.IE-warning-hide {
display: none;
}
.mb-32 {
margin-bottom: 32px;
}
.mt-32 {
margin-top: 32px;
}
.btn,
.input-button {
display: inline-block;
height: 38px;
padding: 0 16px;
border: 1px solid;
border-radius: 5px;
font-family: 'Museo Sans 700';
font-size: 16px;
font-weight: bold;
line-height: 36px;
text-align: center;
white-space: nowrap;
cursor: pointer;
vertical-align: middle;
touch-action: manipulation;
}
.btn:hover,
.input-button:hover {
text-decoration: none;
}
.btn:focus,
.input-button:focus {
border-color: #97cbf4;
outline: none;
box-shadow: 0 0 8px #97cbf4;
}
.btn[disabled],
.input-button[disabled] {
cursor: not-allowed;
opacity: 0.65;
}
.btn--red,
.input-button--red {
border-color: #e0452f;
background: #f14c2e -webkit-gradient(linear, left top, left bottom, from(#f14c2e), to(#d8452e));
background: #f14c2e linear-gradient(#f14c2e, #d8452e);
color: #fff;
text-shadow: 0 -1px 1px #d8452e;
}
.btn--green,
.input-button--green {
border-color: #6c9494;
background: #8cc1c1 -webkit-gradient(linear, left top, left bottom, from(#8cc1c1), to(#6d9796));
background: #8cc1c1 linear-gradient(#8cc1c1, #6d9796);
color: #fff;
text-shadow: 0 -1px 1px #6d9796;
}
.btn--large,
.input-button--large {
height: 48px;
font-size: 1.125rem;
line-height: 46px;
}
.btn--block,
.input-button--block {
width: 100%;
display: block;
}
.btn--link,
.input-button--link {
border-radius: 0;
border-color: transparent;
background: none;
color: #de3723;
font-family: 'Museo Sans 500';
font-weight: normal;
padding: 0 8px;
}
.btn--link:not([disabled]):hover,
.input-button--link:not([disabled]):hover,
.btn--link:not([disabled]):active,
.input-button--link:not([disabled]):active {
background: none;
}
.btn--link:not([disabled]):hover,
.input-button--link:not([disabled]):hover {
text-decoration: underline;
}
.input-button {
border-color: #e0452f;
background: #f14c2e -webkit-gradient(linear, left top, left bottom, from(#f14c2e), to(#d8452e));
background: #f14c2e linear-gradient(#f14c2e, #d8452e);
color: #fff;
text-shadow: 0 -1px 1px #d8452e;
height: 48px;
font-size: 1.125rem;
line-height: 46px;
width: 100%;
display: block;
}
.form-control,
.std_textbox {
display: block;
width: 100%;
max-width: 100%;
height: 38px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 6px 8px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;
color: #6d6e70;
font-family: "Museo Sans 500";
font-size: 1rem;
font-weight: 300;
line-height: 1.5;
}
.form-control::placeholder,
.std_textbox::placeholder {
color: #a0a1a3;
}
.form-control:focus,
.std_textbox:focus {
border-color: #75b9f0;
outline: none;
-webkit-box-shadow: 0 0 8px #97cbf4;
box-shadow: 0 0 8px #97cbf4;
}
.form-control[disabled],
.std_textbox[disabled] {
cursor: not-allowed;
opacity: 0.5;
}
.form-control.is-error,
.std_textbox.is-error {
border-color: #de3723;
color: #de3723;
background-color: #fceded;
}
.form-control.is-error ~ p,
.std_textbox.is-error ~ p {
color: #de3723;
}
.copy-button span:before {
content: '';
position: absolute;
z-index: 9998;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #6D6E70;
}
.copy-button span {
display: none;
position: absolute;
z-index: 9999;
bottom: 40px;
left: 50%;
width: auto;
transform: translateX(-50%);
padding: 8px;
color: #fff;
font-size: 16px;
line-height: 24px;
text-align: center;
white-space: nowrap;
background: #6D6E70;
border-radius: 5px;
cursor: auto;
}
.form-field {
position: relative;
}
.form-field--with-action .form-field__action {
background-color: transparent;
border: 0;
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
width: 22px;
height: 22px;
cursor: pointer;
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
}
.form-field--with-action .form-field__action:focus {
outline: none;
}
.form-field--with-action .form-field__action--copy-pass {
background-image: url('./images/copy-to-colipboard.svg');
right: 48px;
}
.form-field--with-action .form-field__action--copy-pass:disabled {
opacity: 0.6;
cursor: not-allowed;
}
.form-field--with-action .form-field__action--success-icon {
background-image: url('./images/success-full.svg');
right: 48px;
cursor: default;
visibility: hidden;
}
.form-field--with-action .form-control {
padding-right: 36px;
}
.form-field--with-action .form-control::-ms-clear,
.form-field--with-action .form-control::-ms-reveal {
display: none;
}
.form-field--with-action .form-control[type="text"] ~ .form-field__action--toggle-pass {
background-image: url('./images/eye-closed.svg');
}
.form-field--with-action .form-control[type="password"] ~ .form-field__action--toggle-pass {
background-image: url('./images/eye-open.svg');
}
.tooltip {
display: inline-block;
cursor: pointer;
position: relative;
vertical-align: bottom;
}
.tooltip:hover .tooltip__wrap {
display: block;
}
.tooltip--small .tooltip__toggle--icon {
width: 14px;
height: 14px;
background-image: url('./images/tooltip-full.svg');
}
.tooltip__toggle--icon {
width: 18px;
height: 18px;
border-radius: 50%;
color: transparent;
background-image: url('./images/help.svg');
}
.tooltip__wrap {
display: none;
position: absolute;
bottom: calc(100% + 10px);
left: 50%;
padding: 6px;
text-align: left;
cursor: auto;
z-index: 1;
transform: translate(-50%, 0);
}
@media (min-width: 768px) {
.tooltip__wrap {
bottom: 50%;
left: calc(100% + 10px);
transform: translate(0, 50%);
}
}
.tooltip__wrap p:last-child {
margin: 0;
}
.tooltip__arrow {
position: absolute;
bottom: 0;
left: 50%;
width: 12px;
height: 12px;
transform: translate(-50%, 0) rotate(45deg);
background: #6D6E70;
}
@media (min-width: 768px) {
.tooltip__arrow {
bottom: 50%;
left: 0;
transform: translate(0, 50%) rotate(45deg);
}
}
.tooltip__content {
display: inline-block;
width: 260px;
padding: 24px 28px;
border-radius: 5px;
background: #6D6E70;
color: #fff;
font-size: 16px;
font-weight: 500;
font-family: 'Museo Sans 300';
line-height: 1.5;
text-transform: none;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.alert {
position: relative;
padding: 18px;
border: 1px solid #b5b5b5;
color: #6d6e70;
max-width: 530px;
margin: 0 auto 16px;
font-family: 'Museo Sans 300';
}
.alert::after {
display: table;
clear: both;
content: "";
}
.alert--success,
.alert--info,
.alert--warning,
.alert--danger,
.alert.error-notice,
.alert.warn-notice,
.alert.success-notice,
.alert.info-notice {
border-color: transparent;
}
.alert--success,
.alert.success-notice {
background: #d1e6e6;
}
.alert--info,
.alert.info-notice {
background: #e5e5e5;
}
.alert--danger,
.alert.error-notice,
.alert--warning,
.alert.warn-notice {
background: #f8e3e3;
}
.alert--dismissible {
padding-right: 36px;
}
.alert__close {
margin-left: 8px;
float: right;
font-size: 0;
line-height: 0;
cursor: pointer;
width: 16px;
height: 16px;
}
.alert .gb-icon {
margin-right: 2px;
float: left;
font-size: 20px;
}
.alert__content {
overflow: hidden;
}
.alert p {
margin: 0;
line-height: 24px;
}
.alerts-sticky {
position: fixed;
top: 0;
left: 50%;
width: 100vw;
max-width: 100%;
padding: 8px 16px;
transform: translateX(-50%);
z-index: 2;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.alerts-sticky {
width: 75%;
}
}
@media (min-width: 1200px) {
.alerts-sticky {
width: 50%;
}
}
.alerts-sticky .alert {
color: #6d6e70;
font-size: 14px;
font-weight: bold;
font-family: 'Museo Sans 700';
box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.alerts-sticky .alert .alert__close {
background-image: url('./images/close.svg');
}
.alerts-sticky .alert--success,
.alerts-sticky .alert.success-notice {
border-color: #9fcbcb;
color: #3c763d;
}
.alerts-sticky .alert--success .alert__close,
.alerts-sticky .alert.success-notice .alert__close {
background-image: url('./images/close-success.svg');
}
.alerts-sticky .alert--success .alert__content,
.alerts-sticky .alert.success-notice .alert__content {
padding-left: 26px;
position: relative;
}
.alerts-sticky .alert--success .alert__content::before,
.alerts-sticky .alert.success-notice .alert__content::before {
content: "";
position: absolute;
left: 0;
width: 16px;
height: 16px;
background-image: url('./images/checkmark-icon.svg');
}
.alerts-sticky .alert--success .alert__content p,
.alerts-sticky .alert.success-notice .alert__content p {
display: inline-block;
}
.alerts-sticky .alert--danger,
.alerts-sticky .alert.error-notice,
.alerts-sticky .alert--warning,
.alerts-sticky .alert.warn-notice {
border-color: #e9a6a6;
}
.alerts-sticky .alert--danger .alert__close,
.alerts-sticky .alert.error-notice .alert__close,
.alerts-sticky .alert--warning .alert__close,
.alerts-sticky .alert.warn-notice .alert__close {
background-image: url('./images/close-danger.svg');
}
.alerts {
padding-bottom: 8px;
}
.alerts .alert {
color: #6d6e70;
font-size: 14px;
font-weight: bold;
}
.alerts .alert .alert__close {
background-image: url('./images/close.svg');
display: none;
}
.alerts .alert--success,
.alerts .alert.success-notice {
border: 2px solid #9fcbcb;
color: #3c763d;
box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
font-family: 'Museo Sans 700';
}
.alerts .alert--success .alert__close,
.alerts .alert.success-notice .alert__close {
display: block;
background-image: url('./images/close-success.svg');
}
.alerts .alert--success .alert__content,
.alerts .alert.success-notice .alert__content {
padding-left: 26px;
position: relative;
}
.alerts .alert--success .alert__content::before,
.alerts .alert.success-notice .alert__content::before {
content: "";
position: absolute;
left: 0;
width: 16px;
height: 16px;
background-image: url('./images/checkmark-icon.svg');
}
.alerts .alert--success .alert__content p,
.alerts .alert.success-notice .alert__content p {
display: inline-block;
}
.alerts .alert--warning .alert__close,
.alerts .alert.warn-notice .alert__close {
background-image: url('./images/close-warning.svg');
display: none;
}
.alerts .alert--danger .alert__close,
.alerts .alert.error-notice .alert__close {
background-image: url('./images/close-danger.svg');
display: none;
}
#login-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 100vh;
}
#login-wrapper .wrapper {
height: 100%;
flex-grow: 2;
display: flex;
flex-direction: column;
}
#content-container {
flex-grow: 2;
display: flex;
flex-direction: column;
align-items: center;
}
.login-container {
flex-grow: 2;
max-width: 600px;
width: 100%;
padding: 100px 0 80px;
}
.login-container__header {
width: 190px;
margin: 0 auto 40px;
}
.login-container__main {
border: 1px solid #d6d6d6;
border-radius: 8px;
padding: 32px 40px;
width: 100%;
}
.login-container__title,
.login-container .label--title {
font-size: 20px;
color: #6d6e70;
margin-bottom: 12px;
font-family: 'Museo Sans 700';
}
.login-form__label {
color: #6d6e70;
font-weight: normal;
margin-bottom: 8px;
font-family: 'Museo Sans 500';
}
.login-form__messages .login-form__remark {
display: none;
color: #de3723;
margin: 8px 0 0 8px;
}
.login-form__remark {
font-size: 12px;
margin: 8px 0 24px;
font-weight: 300;
font-family: 'Museo Sans 300';
}
.login-form__remark--is-error {
color: #de3723;
}
.login-form__controls,
.login-form .controls {
margin-top: 40px;
text-align: center;
}
.login-form__reset-pass {
margin-top: 16px;
}
.login-form__back-link {
font-size: 20px;
color: #6D6E70;
padding-left: 32px;
position: relative;
font-family: 'Museo Sans 700';
}
.login-form__back-link:before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-image: url('./images/arrow-back.svg');
background-repeat: no-repeat;
background-size: cover;
width: 16px;
height: 16px;
}
.login-form__placeholder {
display: block;
font-size: 12px;
margin: 8px 0 0 8px;
}
.login-form__text {
line-height: 24px;
font-family: 'Museo Sans 300';
}
.login-form__text:first-of-type {
margin-top: 16px;
}
.login-form__text:last-of-type {
margin-bottom: 32px;
}
.login-form__text--with-icon {
position: relative;
padding-left: 30px;
font-size: 20px;
line-height: 30px;
}
.login-form__text--with-icon:before {
width: 20px;
height: 20px;
background-image: url('./images/alert.svg');
background-repeat: no-repeat;
background-size: cover;
content: "";
position: absolute;
left: 0;
top: 0;
}
.login-form__text b {
font-family: 'Museo Sans 700';
}
.login-form__small-link {
color: #8cc1c1;
font-size: 14px;
display: inline-block;
margin-top: 8px;
}
.promo-chat {
width: 100%;
background-color: #f2f2f2;
padding: 64px 0;
text-align: center;
}
@media (min-width: 768px) {
.promo-chat .grid-col {
display: flex;
align-items: center;
justify-content: center;
}
}
.promo-chat .grid-col p {
font-size: 18px;
}
.promo-chat .grid-col p + p {
margin: 24px 0 0;
}
@media (min-width: 768px) {
.promo-chat .grid-col p + p {
margin: 0 0 0 32px;
}
}
#mobilelocalemenu {
font-size: 14px;
color: #333;
display: none;
margin-top: 10px;
}
body.whm #mobilelocalemenu {
color: #FFF;
}
#mobilelocalemenu a {
padding: 5px 8px;
background-color: #CCC;
border: 1px solid #333;
border-radius: 4px;
color: #333;
}
#locale-container {
z-index: 3;
margin: 0 auto;
width: 768px;
height: 245px;
background-attachment: scroll;
-khtml-border-radius: 4px;
border-radius: 4px;
position: relative;
padding: 3px;
}
#locale-inner-container {
background-color: #16262a;
-khtml-border-radius: 4px;
border-radius: 4px;
}
#locale-header {
width: 100%;
border-bottom: 1px solid #333;
height: 25px;
padding: 5px 0 5px 0;
}
.locale-head {
float: left;
font-size: 14px;
color: #fff;
padding: 7px 0 10px 10px;
}
.close {
float: right;
padding: 7px 10px 0 0;
position: relative;
top: -3px;
}
.close a {
font-weight: bold;
font-family: 'Museo Sans 700';
font-size: 10px;
color: #fff;
}
.close a:hover {
color: #ff6c2c;
}
html[dir=rtl] .locale-head {
float: right;
padding: 7px 10px 10px 0;
}
html[dir=rtl] .close {
float: left;
padding: 7px 0 0 10px;
}
.locale-cell {
float: left;
display: block;
width: 140px;
height: 40px;
padding: 10px 0 0 5px;
overflow: hidden;
}
html[dir=rtl] .locale-cell {
float: right;
padding: 10px 5px 0 0;
}
.scroller {
max-height: 320px;
min-height: 205px;
overflow-y: auto;
padding: 0 0 0 10px;
}
html[dir=rtl] .scroller {
padding: 0 10px 0 0;
}
.scroller a {
font-size: 14px;
color: #fff;
text-decoration: none;
}
.scroller a:hover {
color: #ff6c2c;
}
.locale-container ul {
margin: 0;
padding: 0;
text-align: center;
}
.locale-container ul li,
html[dir=rtl] .locale-container ul li:first-child {
display: inline;
list-style: none;
margin-left: 34px;
}
.locale-container ul li:first-child,
html[dir=rtl] .locale-container ul li:last-child {
margin-left: 0;
}
#morelocale {
color: #293a4a;
text-decoration: none;
}
#morelocale {
font-weight: bold;
font-family: 'Museo Sans 700';
font-size: 16px;
}
.locale-container ul li a {
color: #293a4a;
text-decoration: none;
font-size: 12px;
font-weight: 600;
font-family: 'Museo Sans 700';
}
.locale-container ul li a:hover,
#morelocale:hover {
color: #d03f00;
}
.logo {
text-align: center;
}
.copyright {
background-color: #f2f2f2 !important;
background-position-y: 10px;
padding: 40px 0 45px;
margin-top: 0;
color: #3f4143;
font-family: verdana;
font-size: 7pt;
text-align: center;
}
#locale-footer {
width: 100%;
background-color: #f2f2f2;
border-top: 3px solid #fff;
}
#locale-footer .locale-container {
max-width: 1000px;
margin: 0 auto;
}
#locale-footer .locales_list {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 50px 0 10px;
}
#locale-footer .locales_list li {
margin: 0 20px;
}
#locale-footer .locales_list li a {
color: #293a4a;
font-size: 12px;
}
.copyright {
padding-top: 70px;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTlwdCIgaGVpZ2h0PSIzMjAiIHZpZXdCb3g9IjAgMCAzNTkgMjQwIj48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGQ9Ik0xMjMgMGgyMzUuMzd2MjQwSDEyM3ptMCAwIi8+PC9jbGlwUGF0aD48L2RlZnM+PHBhdGggZD0iTTg5LjY5IDU5LjEwMmg2Ny44MDJsLTEwLjUgNDAuMmMtMS42MDUgNS42LTQuNjA1IDEwLjEtOSAxMy41LTQuNDAyIDMuNC05LjUwNCA1LjA5Ni0xNS4zIDUuMDk2aC0zMS41Yy03LjIgMC0xMy41NSAyLjEwMi0xOS4wNSA2LjMtNS41MDUgNC4yLTkuMzUzIDkuOTA0LTExLjU1MiAxNy4xMDMtMS40IDUuNDAzLTEuNTUgMTAuNS0uNDUgMTUuMzAyIDEuMDk4IDQuNzk2IDMuMDQ3IDkuMDUgNS44NTIgMTIuNzUgMi43OTcgMy43MDMgNi40IDYuNjUyIDEwLjc5NyA4Ljg1IDQuMzk3IDIuMiA5LjE5OCAzLjI5OCAxNC40IDMuMjk4aDE5LjJjMy42MDIgMCA2LjU0NyAxLjQ1MyA4Ljg1MiA0LjM1MiAyLjI5NyAyLjkwMiAyLjk0NSA2LjE0OCAxLjk1IDkuNzVsLTEyIDQ0LjM5OGgtMjFjLTE0LjQwMyAwLTI3LjY1My0zLjE0OC0zOS43NS05LjQ1LTEyLjEwMi02LjMtMjIuMTUzLTE0LjY0OC0zMC4xNTMtMjUuMDUtOC0xMC4zOTUtMTMuNDU0LTIyLjI0Ni0xNi4zNS0zNS41NDctMi45LTEzLjMtMi41NS0yNi45NSAxLjA1Mi00MC45NTNsMS4yLTQuNWMyLjU5Ny05LjYwMiA2LjY0OC0xOC40NSAxMi4xNDgtMjYuNTUgNS41LTguMDk4IDEyLTE1IDE5LjUtMjAuNyA3LjUtNS43IDE1Ljg1LTEwLjE0OCAyNS4wNS0xMy4zNTIgOS4yLTMuMTk1IDE4Ljc5Ny00Ljc5NiAyOC44LTQuNzk2IiBmaWxsPSIjZmY2YzJjIi8+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTIzLjg5IDI0MEwxODIuOTkgMTguNjAyYzEuNTk4LTUuNTk4IDQuNTk4LTEwLjA5OCA5LTEzLjVDMTk2LjM4OCAxLjcgMjAxLjQ4NCAwIDIwNy4yODggMGg2Mi43YzE0LjQwMyAwIDI3LjY1IDMuMTQ4IDM5Ljc1IDkuNDUgMTIuMTAyIDYuMyAyMi4xNTMgMTQuNjU1IDMwLjE1MyAyNS4wNSA3Ljk5NyAxMC40MDIgMTMuNSAyMi4yNTQgMTYuNSAzNS41NSAzIDEzLjMwNSAyLjU5NCAyNi45NTQtMS4yMDIgNDAuOTVsLTEuMiA0LjVjLTIuNTk3IDkuNjAyLTYuNTk3IDE4LjQ1LTEyIDI2LjU1LTUuMzk4IDguMDk4LTExLjg0NyAxNS4wNTItMTkuMzQ3IDIwLjg0OC03LjUgNS44MDUtMTUuODU1IDEwLjMwNS0yNS4wNSAxMy41LTkuMiAzLjIwNC0xOC44MDUgNC44MDUtMjguODA1IDQuODA1aC01NC4yOTdsMTAuOC00MC41YzEuNi01LjQwMiA0LjYtOS44IDktMTMuMjAzIDQuMzk2LTMuMzk4IDkuNDk3LTUuMTAyIDE1LjMwMi01LjEwMmgxNy4zOThjNy4yIDAgMTMuNjUzLTIuMiAxOS4zNTItNi41OTcgNS42OTUtNC4zOTggOS40NDUtMTAuMDk3IDExLjI1LTE3LjEgMS4zOTQtNC45OTcgMS41NDctOS45LjQ0NS0xNC43LTEuMS00LjgtMy4wNS05LjA0Ny01Ljg0OC0xMi43NS0yLjgtMy42OTUtNi40MDItNi42OTUtMTAuNzk2LTktNC40MDYtMi4yOTctOS4yMDYtMy40NS0xNC40MDItMy40NUgyMzMuMzlsLTQzLjggMTYyLjkwM2MtMS42MDYgNS40LTQuNjA2IDkuNzk3LTkgMTMuMTk1LTQuNDAzIDMuNDA3LTkuNDA2IDUuMTAyLTE1IDUuMTAyaC00MS43IiBmaWxsPSIjZmY2YzJjIi8+PC9nPjwvc3ZnPgo=) no-repeat scroll transparent;
background-size: 25px auto;
background-position: center 35px;
}
.login-rt .label--title {
font-family: 'Museo Sans 300' !important;
font-size: 16px !important;
margin-bottom: 32px !important;
}
Back to Directory
File Manager