@charset "utf-8";


.container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.white-bg {
    background-color: white;
    border: 1px solid #e5e5e5;
    padding-top: 10px;
}

.top-right-links {
    float: none;
    text-align: center;
}

.top-right-links ul {
    padding: 0;
    margin: 0;
}

.top-right-links ul li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #484848;
    padding: 0 7px;
}

.top-right-links ul li:last-child {
    border: none;
    padding-right: 0;
}

.top-right-links ul li a {
    text-decoration: none;
    color: #303030;
    font-size: 13px;
    line-height: 10px;
}

.clear { clear: both; }

.main-header {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

.login-logo {
    display: block;
    text-align: center;
    overflow: hidden;
    height: 50px;
}

.login-logo img {
   margin-top: -25px;
}


.call-sale {
    float: none;
    font-family: source_sans_prosemibold, sans-serif;
}

.call-sale ul {
    padding: 0;
    margin: 0;
}

.call-sale ul li {
    list-style-type: none;
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 0;
}

.call-sale ul li:last-child {
    padding-right: 0;
}

.call-sale ul li.red-text {
    color: #dd0202;
}

.call-sale ul li a {
    color: #303030;
}

.call-support {
    font-size: 14px;
    color: #000000;
    text-align: right;
}



/* --------- NAVIGATION ---------- */

.main-nav {
    background: #515151;
    background: -moz-linear-gradient(top, #515151 0%, #484848 50%, #414141 100%);
    background: -webkit-linear-gradient(top, #515151 0%,#484848 50%,#414141 100%);
    background: linear-gradient(to bottom, #515151 0%,#484848 50%,#414141 100%);
    margin: 10px 0 20px;
    text-align: left;
    width: 100%;
}

.main-nav ul li:hover {
    background-color: #428bca;
}

.toggle {
    padding: 10px;
    color: #fff;
    text-align: left;
    display: block;
}

.login-nav ul {
	padding: 0;
	margin: 0;
    display: none;
    vertical-align: middle;
}

.login-nav ul li {
    cursor: pointer;
    height: 29px;
    list-style-type: none;
    padding: 4px 20px 0;
}

.login-nav ul li:hover {
   background: #CC0000;
}

.login-nav ul li.main-nav-divider {
	padding: 0;
	height: 1px;
	background-color: black;
}

.login-nav ul li.main-nav-divider:hover {
	 background-image: none;
}

.login-nav ul li a {
    color: #ffffff;
    font-size: 16px;
}

.current-language {
	display: inline-block;
	position: relative;
}

.arrow-right {
	display: inline-block;
	position: relative;
	margin-top: 7px;
	margin-right: 5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid red;
}


/* main-content css */
.login-main-content {
    width: 100%;
}

.login-page .description-part{
	width: 50%;
}

.loginCS-page .description-part{
	width: 50%;
}

.unlockAccount .description-part{
	width: 50%;
}

.description-part, .description-part-custom{
    width: 100%;
    float: none;
    margin-top: 10px;
    padding: 20px;
    max-width: 100%;
    color: black;
}

.description-part h2, .description-part-custom h2{
    color: #0a75ad;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 0;
}

.description-part-custom .custom-header {
    color: #000;
}

.description-content h3 {
	color: #303030;
	font-size: 15px;
	line-height: 15px;
    font-weight: normal;
    font-family: source_sans_probold, arial, helvetica, sans-serif;
}

.description-content li {
    font-family: source_sans_proregular, arial, helvetica, sans-serif;
    font-weight: 400;
	line-height: 14px;
	font-size: 14px;
	margin-bottom: 15px;
}


/* tabs css */
.tab-part {
    box-sizing: border-box;
    float: none;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.resp-tabs-list {
    margin: 0;
    padding: 0;
    display: none;
}

.resp-accordion,
.fake-admin-resp-tab {
    background-color: #1b94bc;
    border: 1px solid #0a75ad;
    color: white;
    cursor: pointer;
    font-family: source_sans_prosemibold, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 5px;
    padding: 10px 15px;
    font-weight: normal;
}

.resp-tab-active {
    background-color: #b2d7f7;
    border-color: #c1c1c1 #c1c1c1 currentColor;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #444444;
    margin-bottom: 0 !important;
    padding: 10px 15px;
}

.resp-tabs-container {
    background-color: white;
    clear: left;
    padding: 0;
}

h2.resp-tab-active {
    background-color: #c6e1f9;
    color: #194c77;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    display: none;
    padding: 15px;
    width: 100%;
}

.resp-tab-content h2 {
    color: #0a75ad;
    font-family: source_sans_proregular,arial,helvetica,sans-serif;
    font-size: 24px;
    line-height: 22px;
    margin: 0;
}

.resp-tab-content-active {
    border-top-width: 0 !important;
    display: block;
    margin-bottom: 5px;
}

.login-page .resp-tab-content .description-part{
    float: right;
    width: 47%;
}

.loginCS-page .resp-tab-content .description-part{
    float: right;
    width: 47%;
}

.unlockAccount .resp-tab-content .description-part{
    float: right;
    width: 47%;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid white;
    float: right;
    height: 0;
    margin-top: 3px;
    position: relative;
    width: 0;
}

.resp-tab-active span.resp-arrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentColor transparent #9b9797;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 6px 12px;
}

.required {
    color: #cc0000;
    font-family: source_sans_proregular,arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    margin: 5px 0;
    text-align: left;
}

.form-group {
    margin-bottom: 5px;
}

.group-label {
    padding: 0 10px 0 0;
    position: relative;
}

.form-group label {
    color: #666666;
    float: left;
    font-family: source_sans_proregular,arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin: 6px 0 0;
    position: relative;
}

.form-group .form-input input[type="text"],
.form-group .form-input input[type="password"] {
    border: 1px solid;
    border-radius: 0 !important;
    height: 40px;
    padding: 0 10px;
    font-size:14px;
    width: 100%;
}

.checkbox-holder input[type="checkbox"] {
    margin: 0;
    padding: 0;
}

#account-number-text,
#adminIdReqDiv2,
#gAdminNameReqDiv2,
#username-text {
    float: left;
}

#adminIdReqDiv1{
    float: left;
    margin: -5px 4px 0 2px;
}

#gAdminNameReqDiv1 {
    float: left;
    margin: -5px 4px 0 2px;
}

#login-five-digits,
#login-username {
    color: #9e9e9e;
    float: left;
    font-family: source_sans_proregular,arial,helvetica,sans-serif;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    margin: 1px 0 0 3px;
    position: relative;
    display: block;
}

.redstar {
	color: #ca001c;
}

.loginCS-page .form-group label {
	display: inline-block;
	font-size: 13px;
	width: 46%;
	float: left;
}

.unlockAccount .form-group label {
	display: inline-block;
	font-size: 13px;
	width: 46%;
	float: left;
}

.form-group label p {
	display: block;
	font-size: 11px;
	color: #9e9e9e;
	line-height: 0;
	margin-bottom:0;
	font-style: italic;
}

.loginCS-page .form-group .form-input {
	width: 54%;
	display: inline-block;
	float: left;
}

.unlockAccount .form-group .form-input {
	width: 54%;
	display: inline-block;
	float: left;
}

.login-page .right-pull-user {
	margin-left: 38%;
}
.loginCS-page .right-pull-user {
	margin-left: 46%;
}

.unlockAccount .right-pull-user {
	margin-left: 46%;
}

.right-pull {
    margin-left: 45%;
}

.right-pull a {
    font-size:10px;
    line-height:10px;
}

.right-pull label {
	font-size: 10px;
	color: #8c8c8c;
}

.right-pull input[type="button"]{
	width: 95px;
	height: 33px;
	background: #3f87c5;
    background: -moz-linear-gradient(top, #3f87c5 0%, #3173aa 24%, #3173aa 100%, #3f87c5 100%, #3172a9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f87c5), color-stop(24%,#3173aa), color-stop(100%,#3173aa), color-stop(100%,#3f87c5), color-stop(100%,#3172a9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3f87c5 0%,#3173aa 24%,#3173aa 100%,#3f87c5 100%,#3172a9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3f87c5 0%,#3173aa 24%,#3173aa 100%,#3f87c5 100%,#3172a9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3f87c5 0%,#3173aa 24%,#3173aa 100%,#3f87c5 100%,#3172a9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3f87c5 0%,#3173aa 24%,#3173aa 100%,#3f87c5 100%,#3172a9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f87c5', endColorstr='#3172a9',GradientType=0 ); /* IE6-9 */
	border: 1px solid #2b669a;
	border-radius: 5px;
	color: #fff;
	margin: 25px 0;
	display: block;
}

.right-pull a {
	color: #ca001c;
	font-size: 15px;
	display: block;
	text-decoration: underline;
}

.right-pull input[type="checkbox"] {
	margin: 0;
}

.form-group span.help-img {
	background-repeat: repeat;
	display: inline-block;
	width: 14px;
	height: 15px;
	vertical-align: middle;
}

#rememberUsernameAndPasswordAdminChk,
#rememberUsernameAndPasswordChk {
    float: left;
    padding: 0;
    margin: 6px 5px 0 0;
    width: 15px;
}

#adminLoginButton,
#userLoginButton,
#partnerLoginButton,
#ssoLoginButton,
#loginPageButton{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3f87c5 0%, #3173aa 24%, #3173aa 100%, #3f87c5 100%, #3172a9 100%) repeat scroll 0 0;
    border: 1px solid #0a75ad;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    font-family: source_sans_prosemibold,arial,helvetica,sans-serif;
    height: 33px;
    margin: 15px 0 10px;
    width: 95px;
}

#userLoginButton, #ssoLoginButton, #loginPageButton{
    display: inline;
}

.form-group a.required {
    color: #cc0000;
    display: block;
    font-family: source_sans_proregular,arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 0;
    text-decoration: underline;
}

.forgot-page .common,
.forgot-page .resp-tab-content .description-part {
    width:100% !important;
}

.forgot-page .resp-tab-content {
    background-color: #ffffff;
}

.forgot-page .form-group .form-input input[type="text"],
.forgot-page .form-group .form-input input[type="password"],
.login-page .form-group .form-input input[type="text"],
.login-page .form-group .form-input input[type="password"],
.loginCS-page .form-group .form-input input[type="text"],
.loginCS-page .form-group .form-input input[type="password"],
.unlockAccount .form-group .form-input input[type="text"]{
    width: 98%;
}

.forgot-page .tab-part {
    margin-bottom: 20px;
}

.forgot-page #groupAdminName {
    margin-top: 10px;
}

.forgot-page #gAdminNameReqDiv1 {
    float: none;
}

.forgot-page .right-pull {
    margin-left: 0;
}

.forgot-page #userForgotFaxNumberButton,
.forgot-page #adminForgotPasswordButton {
    margin: 15px 0;
}

.forgot-page #adminForgotPin .required p,
.forgot-page #forgotNumberForm .required p,
.forgot-page #partnerLogin .required p {
    margin: 10px 0 5px;
}

.forgot-page #adminDiv .description-part,
.forgot-page #forgotPin {
    padding: 0;
    margin-top: 25px;
}

.forgot-page #adminDiv .description-part .description-content {
    margin-top: 10px;
}


.login-page .description-part,
.loginCS-page .description-part,
.unlockAccount .description-part {
    width: 100%;
}

.bottom-shadow {
    display: none;
}


.footer {
    width: 100%;
    margin: 0 auto 20px;
}

.footer ul li {
    background-color: #e5e5e5;
    border-bottom: 1px solid white;
    box-sizing: border-box;
    color: #444444;
    display: block;
    font-family: source_sans_proregular,arial,helvetica,sans-serif;
    font-size: 15px;
    line-height: 15px;
    list-style: outside none none;
    text-align: center;
    width: 100%;
}

.footer ul li a {
    color: #444444;
    display: block;
    padding: 9px;
}

.footer ul li:first-child {
    padding-left: 0;
}

.footer ul li:last-child {
    border-right: none;
}

.footer .text-center {
    text-align: center;
    margin: 0 auto
}

.footer .text-center ul {
    margin: 0;
    padding: 0;
}

.footer-img {
    margin: 25px 0 0;
    padding: 0 15px;
}

.footer .footer-img img {
    display: block;
    width: 100%;
    max-width: 706px;
    margin-bottom: 5px;
}

.footer .copyright {
    font-size: 12px;
    line-height: 15px;
    padding: 15px;
}

.footer ul li.login-language-selector {
    cursor: pointer;
    margin: 0;
    font-size: 15px;
    display: inline-block;
    padding: 9px;
}

.footer ul li.login-language-selector ul {
    display: none;
    list-style: none;
    position: absolute;
    margin-top: -111px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #c8c8c8;
    z-index: 1000;
    width: 170px;
    right: 0;
    left: 0;
}

.footer ul li.login-language-selector ul li {
    position: relative;
    width: 100%;
    color: #666;
    text-align: center;
    border-right: none;
    background-color: #7d7d7d;
}

.footer ul li.login-language-selector ul li a {
    padding: 12px 0;
    width: 100%;
    display: block;
    font-size: 15px;
    color: white;
    font-family: source_sans_prosemibold, arial, helvetica, sans-serif;
}


/*OLD Login.css Starts*/
.formMessageIcon {
    padding: 10px 0 10px 20px;
}

.formMessage {
    padding: 10px 20px 10px 0; line-height: 14px;
}

.formError,
.formErrorLarge,
.formSuccessLarge {
    color: #CC0000;
    font-size: 10px;
    line-height: 140%;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
}

.formRequired {
    color: #FF0000;
    font-size: 12px;
}

.formErrorJavascriptTable {
    color: #FF0000;
}

.formErrorJavascriptTable,
.formErrorGeneralTable {
    border: 1px solid #FF0000;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}
/*OLD Login.css Ends*/


.forgot-page .resp-tabs-container .required {
    padding-right: 18px;
}

.login-page .resp-tabs-container .required p {
    margin: 0;
}

.loginCS-page .resp-tabs-container .required {
    margin-right: -15px;
}

.unlockAccount .resp-tabs-container .required {
    margin-right: -15px;
}

.forgot-page .textBoxPadding {
    padding-left: 35px;
}

.login-page .icon-warning.warningSymbol {
    margin-left: -2px;
    margin-right: 0;
}

.accountUnlockSuccess .right-pull {
    margin-left: 0;
}

.recover-pw {
    padding: 0 20px 40px;
}

.recover-pw h1 {
    font-size: 24px;
    color: #0a75ad;
}

.recover-pw h3 {

    margin: 20px 0;
    color: #666666;
    font-size: 16px;
    font-weight: 700;
}

.recover-pw .directions {
    margin: 20px 0;
    line-height: 19px;
}

.recover-pw .error-message {
    margin: 0 0 10px;
    color: #FF0000;
}

.recover-pw .text-field-label {
    margin: 11px 0 0;
    position: relative;
}

.recover-pw .text-field-input {
    margin: 10px 0 0 0;
    position: relative;
}

.recover-pw #accountId {
    padding: 4px 6px;
    height: auto;
    width: 240px;
}

.recover-pw .text-field-validation-error {
    margin: 10px 0 0 0;
    position: relative;
    color: red;
    font-weight: 700;
    font-size: 14px;
    display: none;
}

.recover-pw .errorBorder {
    border: 1px solid red;
}

.recover-pw .submit-btn {
    padding: 5px 15px;
    margin: 20px 0 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3f87c5 0%, #3173aa 24%, #3173aa 100%, #3f87c5 100%, #3172a9 100%) repeat scroll 0 0;
    border: 1px solid #0a75ad;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    font-family: source_sans_prosemibold,arial,helvetica,sans-serif;
}

.reset-text-validation-error-mismatch {
    margin: 5px 0 0 0;
    position: relative;
    color: red;
    font-weight: 700;
    font-size: 14px;
    display: none;
}

.recover-pw .reset-text-field-label {
    margin: 4px 0 0;
    position: relative;
}

.recover-pw .reset-text-field-input {
    margin: 1px 0 0 0;
    position: relative;
}

.recover-pw .reset-text-field-input input {
    padding: 4px 6px;
    height: auto;
    width: 240px;
}

.recover-pw .text-field-validation-error,
.recover-pw .reset-text-validation-error {
    margin: 0;
    position: relative;
    color: red;
    font-weight: 700;
    font-size: 14px;
    display: none;
}


/*--- UNLOCK ITEMS ----*/

.unlock-main-container {
    padding: 0 20px 20px;
    position: relative;
}

.unlock-row-1 {
    color: #0A75AD;
    font-size: 24px;
}

.unlock-row-2 {
    color: #666666;
    font-size: 16px;
    margin-top: 15px;
}

.unlock-row-3 {
    color: #666666;
    font-size: 15px;
    margin-top: 15px;
    line-height: 17px;
}

.unlock-row-success-message {
    color: #666666;
    font-size: 15px;
    margin-top: 15px;
    line-height: 17px;
}

.unlock-left-holder {
    position: relative;
}

.unlock-middle-column {
    display: none;
}

.unlock-right-holder {
    position: relative;
    margin: 15px 0 0 0;
}

.unlock-right-holder-btns {
    padding-top: 10px
}

.unlock-label-1,
.unlock-label-2 {
    color: #0A75AD;
}

.unlock-field {
    margin-bottom: 5px;
}

.unlock-field input {
    width: 100%;
    height: 25px;
    padding: 5px;
    box-sizing: border-box;
}

.unlock-submit-btn,
.unlock-submit-cancel,
.unlock-success-login-btn,
.unlock-success-login-cancel,
.unlock-success-forgot-pass-btn,
.unlock-success-forgot-pass-cancel
{
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    padding: 8px 16px;
    margin: 15px 0 0 0;
    width: 100px;
    cursor: pointer;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#409ed1+0,367bb5+15,3173aa+24,3173aa+100 */
    background: #409ed1; /* Old browsers */
    background: -moz-linear-gradient(top, #409ed1 0%, #367bb5 15%, #3173aa 24%, #3173aa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #409ed1 0%,#367bb5 15%,#3173aa 24%,#3173aa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #409ed1 0%,#367bb5 15%,#3173aa 24%,#3173aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#409ed1', endColorstr='#3173aa',GradientType=0 ); /* IE6-9 */
}

.unlock-submit-btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#409ed1+0,367bb5+15,016da3+24,005387+100 */
    background: #409ed1; /* Old browsers */
    background: -moz-linear-gradient(top, #409ed1 0%, #367bb5 15%, #016da3 24%, #005387 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #409ed1 0%,#367bb5 15%,#016da3 24%,#005387 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #409ed1 0%,#367bb5 15%,#016da3 24%,#005387 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#409ed1', endColorstr='#005387',GradientType=0 ); /* IE6-9 */
}

.unlock-success-login-btn,
.unlock-success-forgot-pass-btn {
    width: 100%;
    box-sizing: border-box;
}


/* ---------------------- @media css ------------------------ */

@media only screen and (min-width:768px) {

    .white-bg {
        padding-top: 12px;
    }

    .toggle {
        display: none;
    }

    .top-right-links {
        padding: 10px 20px;
        float: right;
    }

    .main-header {
        float: left;
        margin-bottom: 12px;
    }

    .login-logo {
        float: left;
        margin-top: 3px;
        width: 450px;
    }

    .reseller-logo {
        float: left;
        margin-top: 5px;
    }

    .powered-by-logo{
        float: right;
        margin-top: 5px;
    }

    .call-sale {
        float: right;
        margin-top: 12px;
    }

    .call-sale ul li {
        display: inline-block;
        text-align: left;
    }

    .call-sale ul li span {
        margin: 0 0 0 20px;
        color: #303030;
    }

    .call-sale ul li .searchInput {
        width: 120px;
    }

    .slider-nav-buttons {
        display: none;
    }

    .main-nav {
        height: 40px;
        margin: 0 0 20px;
    }

    .main-nav ul li.main-nav-divider {
        display: block;
    }

    .arrow-right {
        margin-right: 0;
    }

    .login-nav ul li {
        float: left;
        padding: 7px 15px 9px;
        height: auto;
    }

    .main-nav ul li.main-nav-divider {
        border-left: 1px solid #000;
        border-right: 1px solid #575757;
        display: block;
        height: 40px;
        padding: 0;
        width: 2px;
    }

    .main-nav ul li.main-nav-divider:first-child {
        display: none;
    }

    .nav-list {
        display: block !important;
    }

    .login-main-content {
        padding-bottom: 30px;
    }

    .tab-part {
        float: left;
        padding: 20px 30px 0;
        position: relative;
        width: 50%;
    }

    .forgot-page #forgotPinForm h2.main-heading-info {
        line-height: 22px;
    }

    .forgot-page .tab-part,
    .forgot-page #phoneContactEmail,
    .forgot-page #pinUsername,
    .forgot-page .form-input #username,
    .forgot-page .form-input #password,
    .forgot-page .form-input #groupAdminName {
        width: 100%;
    }

    .forgot-page #horizontalTab ul.resp-tabs-list {
        width: 50% !important;
        padding-right: 30px;
    }

    .forgot-page .resp-tab-content {
        padding-top: 30px;
    }

    .forgot-page #forgotNumber,
    .forgot-page #forgotPin {
        float: left;
        margin-top: 0;
    }

    .forgot-page #forgotNumber {
        padding-right: 30px;
    }

    .forgot-page .resp-tab-content .description-part {
        padding: 0 0 0 30px;
    }

    .forgot-page .common,
    .forgot-page .resp-tab-content .description-part {
        width:50% !important;
    }

    .forgot-page .resp-tabs-container .required {
        padding-right: 0;
    }

    .forgot-page .resp-tabs-container .required p {
        margin: 10px 0 0;
    }

    .forgot-page #userForgotFaxNumberButton {
        margin: 10px 0 0;
    }

    .forgot-page .back-to-login-holder {
        margin: 15px 0 0 45%;
    }

    .forgot-page .forgot-pass-required {
        margin-top: 25px;
    }

    .forgot-page .textfield-heading.pinUsernameTrId {
        line-height: 16px;
    }

    .forgot-page #adminDiv .common {
        padding-right: 30px;
    }

    .forgot-page .description-content  .forgot-password-description {
        line-height: 17px;
        margin-top: 10px;
    }

    .forgot-page #gAdminNameReqDiv1 {
        float: none;
    }

    .forgot-page #adminForgotPin .form-group .textfield-heading p {
        margin-top: 4px;
    }

    .forgot-page #adminForgotPasswordButton {
        margin: 10px 0;
    }

    .forgot-page #progressDiv .common {
        padding-right: 30px;
    }

    .forgot-page .right-pull {
        margin-left: 45%;
    }

    .recover-pw {
        padding: 10px 40px 40px;
    }

    .recover-pw .text-field-label {
        float: left;
    }

    .recover-pw .text-field-input {
        margin: 10px 0 0 10px;
        float: left;
    }

    .recover-pw .text-field-validation-error {
        margin: 13px 0 0 10px;
        float: left;
    }

    .recover-pw .reset-text-validation-error {
        margin: 5px 0 0 10px;
        float: left;
    }

    .recover-pw .reset-text-field-input{
        float: left;
    }

    .reset-text-validation-error-mismatch {
        margin: 3px 0 0 10px;
        float: left;
    }

    .resp-accordion {
        display: none;
    }

    .resp-tabs-container {
        margin-top: 15px;
    }

    ul.resp-tabs-list {
        display: block;
    }

    .resp-tabs-list li,
    .fake-admin-tab {
        cursor: pointer;
        display: inline-block;
        float: left;
        font-family: source_sans_prosemibold,arial,helvetica,sans-serif;
        font-size: 15px;
        list-style: outside none none;
        margin: 0;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #1b94bc;
        border-color: #0a75ad currentColor #0a75ad #0a75ad;
        border-image: none;
        border-style: solid none solid solid;
        border-width: 1px medium 1px 1px;
        box-sizing: border-box;
        color: white;
        line-height: normal;
        padding: 13px 15px 10px;
        text-align: center;
    }

    .resp-tabs-list li:hover,
    .fake-admin-tab:hover {
        background-color: #0a75ad;
    }

    .resp-tabs-list li:first-child,
    .fake-admin-tab:first-child {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        padding: 13px 15px 10px;
    }

    .resp-tabs-list li:last-child {
        border-bottom-right-radius: 5px;
        border-right: 1px solid #0a75ad;
        border-top-right-radius: 5px;
    }

    .resp-tab-content-active {
        border: 0;
    }

    .resp-tabs-list li.resp-tab-active,
    .fake-admin-tab.resp-tab-active {
        background-color: #c6e1f9;
        color: #194c77;
    }

    .resp-tab-content {
        border: 0 solid #1b94bc;
        padding: 15px 0;
    }

    .description-part {
        box-sizing: border-box;
        float: left;
        margin-top: 0;
        padding: 90px 30px 0;
        position: relative;
        width: 50%;
    }

    .description-part-custom{
        float: left;
        margin-top: 0;
        box-sizing: border-box;
        padding: 20px 30px 0 30px;
        width: 50%;
    }

    .login-page .description-part,
    .loginCS-page .description-part,
    .unlockAccount .description-part {
        width: 50%;
    }

    #adminTab {
        width: 25%;
        padding: 0;
    }

    #adminTab a{
        color: #FFF;
        display: block;
        padding: 13px 15px 10px;
        border-radius: 5px 0 0 5px;
    }

    .forgot-page #adminTab {
        width: 33%;
    }

    #userTab {
        width: 25%;
    }

    #progressTab {
        width: 25%;
    }

    #developerTab {
        width: 30%
    }

    #developerTab a{
        color: #FFF;
    }

    #developerTab.resp-tab-active a{
        color: #194c77;
    }

    .description-part h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .required {
        margin: 2px 0 5px;
        text-align: right;
    }

    .form-group label {
        float: left;
        position: relative;
        width: 45%;
        margin-top: 0;
        padding-right: 6px;
    }

    .form-input {
        float: left;
        position: relative;
        width: 55%;
    }

    .login-page .form-group .form-input input[type="text"],
    .login-page .form-group .form-input input[type="password"] {
        height: 30px;
    }

    #login-five-digits,
    #login-username {
        margin: -3px 0 0 0;
        width: 100%;
    }

    #account-number-text,
    #username-text{
        margin-top: 3px;
    }

    #adminIdReqDiv1,
    #gAdminNameReqDiv1{
        margin-top: 0;
    }

    .remember-login-btn-forgot-items {
        padding-left: 45%;
    }

    .remember-login-btn-forgot-items a {
        text-align: left;
    }

    .form-group .remember {
        margin-top: 7px;
        width: calc(100% - 20px);
        padding-right: 0;
        line-height: 14px;
    }

    .form-group .login-label {
        line-height: 11px;
    }

    .fake-admin-resp-tab {
        display: none;
    }

    #adminLogin .textInput {
        width: 100%;
    }

    #adminLogin .form-group,
    #progressDiv .form-group {
        margin-bottom: 7px;
    }

    .bottom-shadow {
        background-image: url(../images/corporate/bottom-shadow.png);
        background-repeat: no-repeat;
        width: 980px;
        height: 28px;
        display: block;
        background-position: center center;
    }


    /*--- UNLOCK ITEMS ----*/

    .unlock-main-container {
        width: 500px;
        margin: 40px auto;
        padding: 0;
    }

    .unlock-success-login-btn {
        float: left;
        width: calc(50% - 10px);
    }

    .unlock-success-forgot-pass-btn {
        float: left;
        width: calc(50% - 10px);
        margin-left: 20px;
    }

    .unlock-success-login-btn,
    .unlock-success-forgot-pass-btn {
        margin-top: 0;
    }


    /*--- FOOTER ITEMS ----*/

    .footer {
        margin: 0 auto 20px;
    }

    .footer ul li {
        background-color: transparent;
        border-right: 1px solid #444444;
        color: #444444;
        display: inline-block;
        font-family: source_sans_proregular,arial,helvetica,sans-serif;
        font-size: 15px;
        line-height: 15px;
        list-style: outside none none;
        margin-bottom: 8px;
        padding-left: 7px;
        padding-right: 7px;
        text-align: center;
        width: auto;
    }

    .footer ul li:first-child {
        padding-left: 0;
    }

    .footer ul li a {
        color: #444444;
        display: inline-block;
        padding: 0;
    }

    .footer-img {
        margin: 15px auto 0;
        text-align: center;
    }

    .footer-img a {
        display: inline-block;
    }

    .footer-img img {
        display: block;
        max-width: 706px;
        width: 100%;
    }

    .footer ul li.login-language-selector {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer ul li.login-language-selector ul {
        margin-top: -120px;
        margin-right: 0;
        margin-left: 0;
        width: 150px;
        right: auto;
        left: auto;
    }

    .footer ul li.login-language-selector ul li {
        margin-bottom: 0;
    }

    .footer ul li.login-language-selector ul li:hover {
        background-color: #5c5c5c;
    }
}

@media only screen and (max-width: 875px){
    .tab-part, .description-part, .login-page .description-part, .description-part-custom {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .call-support {
        text-align: center;
    }

    .powered-by-logo{
        display: none;
    }

    .reseller-logo {
        margin: 5px auto;
    }
}