.navbar-inverse {
    background-color: #80249B;
    /*background: -webkit-linear-gradient(left, #9e00bd, #bf00e3) !important; !* For Safari 5.1 to 6.0 *!*/
    /*background: -o-linear-gradient(right, #9e00bd, #bf00e3) !important; !* For Opera 11.1 to 12.0 *!*/
    /*background: -moz-linear-gradient(right, #9e00bd, #bf00e3) !important; !* For Firefox 3.6 to 15 *!*/
    /*background: linear-gradient(to right, #9e00bd, #bf00e3) !important;*/
}
/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    /*border-bottom: 1px solid #eee;*/
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 96px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 0px 20px 20px 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    margin-right: 20px;
    margin-left: 20px;
    border: solid;
    border-width: 1px;
    border-color: lightgrey;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #fd9900;
}


/*
 * Main content
 */

.main {
    margin-top: 109px;
    /*padding-top:157px;*/
    /*position: fixed;*/
    /*top: 157px;*/
}
.main .page-header {
    margin-top: 0;
}

/* custom bootstrap classes for 1/5th width columns */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }

    .login-header {
        padding-left: 5px;
    }

    .forgot-password-wrapper {
        padding-left: 20px;
    }

    .footer {
        margin: 0 auto;
        padding: 0px;
    }

    .login-imp-notifications {
        text-align: -webkit-center;
    }

    .login-imp-notifications.desktop p {
        height: 45px;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
    }
    
    .button {
        position: relative;
        transform: translate(10px, 20px);
        background-color: transparent;
        border: 2px solid #f4a431;
        border-radius: 50px;
        color: white;
        padding: 15px 20px 15px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }

    .login-box {
        max-width: 1100px;
        margin: 0 auto;
        border-radius: 5px;
        border: 0.5px solid #7f00ff;
        padding: 20px;
    }

    .mobile {
        display: none;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.button {
    background-color: transparent;
    border: 2px solid #f4a431;
    cursor: pointer;
    color: white;
}

.forgot-password, .forgot-password:visited {    
    color: white !important;
    font-weight:bold;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    body {
        min-width: auto !important;
    }
}

@media (max-width: 576px) {

    .main {
        padding: 0;
    }

    .login-header {
        text-align: left;
    }

    .login-box form {
        margin-bottom: unset;
    }

    .desktop {
        display: none;
        color: inherit;
    }

    .mobile {
        display: block;
    }

    .login-box form div.row {
        margin-right: unset;
        margin-left: unset;
    }

    :not(div) > .login-box > form > div {
        padding-right: unset;
        padding-left: unset;
    }

    .login-header label {
        padding: 20px 0;
        margin-bottom: 0;
    }

    .login-box {
        border-radius: 0;
        height: 60vh;
        padding-bottom: 140px;
        z-index: 1;
        padding: 0 9px;
    }

    .button {
        width: -webkit-fill-available;
        padding: 0;
        border-radius: 8px;
        margin: auto 0;
        height: 43px;
        line-height: normal;
    }

    .forgot-password-wrapper {
        text-align: center;
        margin: 20px auto auto auto;
    }

    .form-group {
        margin-bottom: 24px;
    }
}

@media (min-width: 576px) {
    .login-box {
        padding: 15px;
    }
}

@media (min-width: 768px) {
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
}

/* custom bootstrap classes for 1/5th width columns */

/* custom classes */
* {
    text-rendering: optimizeLegibility;
}
body {
    min-width: 1201px;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'futura-pt';*/
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow: auto;
    overflow-x: auto;
}
.main {
    /*background: -moz-linear-gradient(45deg, #9d3192 0%, #652b81 100%);*/
    /*background: -webkit-linear-gradient(45deg, #9d3192 0%,#652b81 100%);*/
    background-color: #f2f2f2;
    /*max-width: 9201px !important;*/
    /*margin-left: 0  !important;
    padding: 30px 0;
    padding: 0px;*/
}

.navbar {
    margin-bottom: 0;
    position: relative;
    max-width: 1201px !important;
    margin-left: calc((100% - 1201px) / 2)  !important;
}
.placeholder-header {
    /*max-width: 1201px;*/
    /*border: white 5px solid;*/
    height: 157px;
    /*margin-left: calc((100% - 1201px) / 2)  !important;*/
}
.current-path {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #F3F3F3;
    color: #545151;
}
.footer-bar {
    background-color: #687179;
    /*height: 227px;*/
}
.footer-menu {
    position: relative;
    display: block;
    padding: 20px 30px;
}
.footer-header {
    color: #fafafa;
    font-size: 20px;
    padding: 10px;
}
.footer-text {
    padding: 0 10px;
    color: white;
    opacity: 0.5;
    font-size: 16px;
}
.copyright {
    color: #fafafa;
    font-size: 16px;
    padding: 10px;
}
.subscription-select-wrapper {
    opacity: 1;
    width: 100%;
    height: 34px;
}
.subscription-select-wrapper:before {
    content: '';
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 6px 8px 0;
    border-style: solid;
    border-color: #FFFFFF transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 3;
    box-sizing: border-box;
}
.subscription-select-wrapper:after {
    content: '';
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 6px 8px 0;
    border-style: solid;
    border-color: #81219D transparent transparent;
    position: absolute;
    top: 43%;
    right: 10px;
    z-index: 4;
    box-sizing: border-box;
}
.subscription-select-prefix:before {
    content: 'Account: ';
    width: 0;
    height: 0;
    margin-top: -3px;
    color: #FFFFFF;
    position: absolute;
    top: 30%;
    left: 10px;
    z-index: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.subscription-select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 22px 0 70px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    background: #81219D;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: white;
    z-index: 3;
    text-align: center;
}
.no-padding {
    padding: 0;
}
.my-republic-logo {
     position: fixed;
     left: 15px;
     top: 15px;
     width: 188px;
     height: 40px;
     background-size: contain !important;
 }
.my-republic-logo.mranz {
    background: url("/img/myrepublic.svg") no-repeat center;
}
.my-republic-hotline {
    position: fixed;
    right: 15px;
    top: 21px;
    color: #92298e;
    font-weight: bold;
    font-size: 20px;
}
.rotate-phone {
    -moz-transform: rotate(30deg); /* IE 9 */
    -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}
.login-box {
    /* background: -moz-linear-gradient(45deg, #9d3192 0%, #652b81 100%);
    background: -webkit-linear-gradient(45deg, #9d3192 0%,#652b81 100%);
    background: linear-gradient(45deg, #9d3192 0%,#652b81 100%); */
    background: #7f00ff;
    /*max-width: 1100px;
    margin-left: calc((100% - 1100px) / 2);
    border-radius: 5px;
    border: 0.5px solid #e562ff;
    padding: 20px;*/
}
.login-header {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}
.login-text {
    color: white;
    font-weight:bold;
    padding: 0 20px 10px 20px;
    font-size: 14px;
}
.login-field {
    padding: 10px;
    background-color: #300163;
    border-radius: 5px;
}
.form-input {
    border: none;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-family: Roboto;
    border-radius: 5px;
    width: 100%;
    height: 43px;
    background-color: #fff;
    padding: 0 10px;
}
.no-padding {
    padding: 0;
}
.login-label {
    text-transform: uppercase;
    color: white;
    font-weight:bold;
    padding: 5px 10px;
    font-size: 12px;
}
.button:hover {
    background-color: white;
    color: #7f00ff;
}
.button:hover svg path {
    background-color: white;
    fill: #7f00ff;
}
.login-button {
    border: 2px solid #fff !important;
    border-radius: 50px;
}
.veritcal-align-middle {
    position: relative;
    -webkit-transform: translate(20px, 20px);
    -moz-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    -o-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}
.menu-icon {
    display: inline-block;
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px);
}

.login-imp-notifications p {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: unset;
    margin: 15px 20px;
}

.login-error {
    border: 1px solid #F33;
    background-color: white;
    border-radius: 5px;
    color: #F33;
    font-weight: bold;
    font-size: 16px;
    padding: 1px 5px;
    /*text-shadow:*/
    /*-1px -1px 0 #000,*/
    /*1px -1px 0 #000,*/
    /*-1px 1px 0 #000,*/
    /*1px 1px 0 #000;*/
}

@media (max-width: 567px) {
    .button {
        transform: unset !important;
    }
}

@media (max-width:767px) and (min-width:577px) {  
.desktop {
    display: none;
    color: inherit;
    }

.mobile {
    display: block;
    padding: 15px 20px 15px 20px;
    }

.submit-otp-btn-mobile {
    border-radius: 50px;
    padding: 15px 20px 15px 20px;
    margin: 15px 15px 15px 0px;
    }
}
.password-otp .row,
.password-forgot .row,
.password-reset .row {
    display: flex;
}

.password-reset .password-reset-text {
    color: white;
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
    max-width: initial;
    margin: 0;
}
.password-otp .login-text,
.password-forgot .login-text {
    padding: 15px;
    font-weight: normal;
}
.password-otp .login-header,
.password-forgot .login-header,
.password-reset .login-header {
    padding-left: 0;
}

.password-otp .button,
.password-forgot .button,
.password-reset .button {
    transform: initial;
}

.password-otp .veritcal-align-middle,
.password-forgot .veritcal-align-middle,
.password-reset .veritcal-align-middle {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    transform: initial;
}

@media (max-width:767px) {
    .password-otp .row,
    .password-forgot .row,
    .password-reset .row {
        display: block;
    }
    .password-otp .login-field,
    .password-forgot .login-field,
    .password-reset .login-field {
        margin-bottom: 24px;
    }
    .password-otp .login-label,
    .password-forgot .login-label,
    .password-reset .login-label {
        padding: 0 0 10px 0;
    }

    .password-otp .button,
    .password-forgot .button,
    .password-reset .button {
        height: 43px;
        width: 100%;
        margin-bottom: 10px;
        line-height: normal;
        padding: 0;
    }
    .password-otp .forgot-password,
    .password-forgot .forgot-password,
    .password-reset .forgot-password {
        text-align: center;
        width: 100%;
        display: inline-block;
    }
}

@media (max-width: 567px) {
    .password-otp .login-header,
    .password-forgot .login-header,
    .password-reset .login-header {
        padding-left: 15px;
        padding-top: 24px;
    }

    .password-reset.login-box {
        height: auto;
    }
}