footer {
    display: block;
    padding: 4px;
    text-align: right;
    position: fixed;
    bottom: 0;
    left: 20%;
    right: 0;
}
html[dir="rtl"] footer {
    text-align: left;
    left: 0;
    right: 20%;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #fff;
    height: 100%;
    width: 100%;
}
a:active,
a:hover {
    outline: 0;
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    font-size: 12px;
    overflow: hidden;
}
button,
input {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
button {
    -webkit-appearance: button;
    cursor: pointer;
}
button,
input[type=checkbox],
label {
    cursor: pointer;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background-color: #dae6f1;
    background-size: cover;
}
a, #login_frm a {
    color: #0072bc;
    text-decoration: none;
}
#login_frm a:focus{
    color: #4895dc;
    text-decoration: underline;
}
a:focus,
a:hover {
    color: #004470;
    text-decoration: underline;
}
form {
    margin: 0 0 10px;
}
button,
input,
label {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
label {
    display: block;
    cursor: default;
    margin-bottom: 0;
}
input[type=text],
input[type=password] {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #616977;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    -webkit-transition: border linear .2s, box-shadow linear .2s, border-color linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s, border-color linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s, border-color linear .2s;
    transition: border linear .2s, box-shadow linear .2s, border-color linear .2s;
    margin-bottom: 20px;
}
input {
    margin-left: 0;
    width: 206px;
}
input[type=text]:focus,
input[type=password]:focus {
    outline: thin dotted\9;
    border-color: #0072bc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
    width: auto;
    -webkit-transition: box-shadow linear .2s;
    -moz-transition: box-shadow linear .2s;
    -o-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s;
}
input[type=checkbox]:focus {
    -webkit-box-shadow: #0072bc 0 0 0 1px;
    -moz-box-shadow: #0072bc 0 0 0 1px;
    -ms-box-shadow: #0072bc 0 0 0 1px;
    -o-box-shadow: #0072bc 0 0 0 1px;
    box-shadow: #0072bc 0 0 0 1px;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}
input::-moz-placeholder {
    color: #565656;
    opacity: 1;
    font-size: 1em;
    text-align: left;
    font-style: italic;
    font-weight: 400;
}
.checkbox {
    min-height: 20px;
    padding-left: 20px;
}
.checkbox input[type=checkbox] {
    float: left;
    margin-left: -20px;
}
input:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
input:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
.hidden{
    display: none;
}
.help-block {
    display: block;
    font-size: 11px;
    font-weight: inherit;
    color: #666;
    line-height: 15px;
    margin-bottom: 5px;
}
.control-group {
    margin-bottom: 0;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #666;
    background-color: #f5f5f5;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    border-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25);
    padding: 2px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn:active,
.btn:focus,
.btn:hover {
    color: #666;
    background-color: #e6e6e6;
}
.btn:active {
    background-color: #ccc\9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
    -o-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}
.btn:focus,
.btn:hover {
    color: #666;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn-toolbar {
    font-size: 0;
    min-height: 28px;
    margin: 40px 0px 10px;
}
.btn-toolbar .btn,
.btn-toolbar .toolbar-item {
    margin-left: 0;
    margin-right: 8px;
}
.btn:disabled {
    text-shadow: none;
    opacity: .65;
    cursor: default;
    background-color: #f3f3f3;
}
:-moz-full-screen,
:-ms-fullscreen,
:-webkit-full-screen,
:fullscreen {
    position: fixed;
    width: 100%;
    top: 0;
    background: 0 0;
}
a.toolbar-item {
    font-size: 14px;
}
a:focus,
input:focus {
    outline: 0!important;
}
label.control-label {
    font-size: 12px;
    font-weight: 700;
    color: #495363;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
label.form-label {
    height: 24px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -50px;
    margin-bottom: 30px;
}
.label-text {
    line-height: 2em;
    color: #333;
    font-size: 22px;
    font-weight: normal;
}
.help-block:after,
.help-block:before {
    content: "\00a0";
    display: inline-block;
    overflow: hidden;
    height: 0;
    width: 0;
}
.required>label:after {
    content: ' *';
    color: #d80202;
    font-weight: bolder;
}
.btn.btn-huge {
    font-size: 18px;
    padding: 10px 19px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
html,
body {
    height: 100%;
    width: 100%;
}
body.background-info-tech {
    background-image: url(images/ph-ind-finserv-006.jpg);
}
:root:before {
  content: url(images/ph-ind-finserv-006.jpg);
  visibility: hidden;
  position: absolute;
  left: -999em;
}
.generic-cloud-logo {
    height: 168px;
    width: 168px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #0072bc;
    position: relative;
}
.generic-cloud-logo:before {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-image: url(images/ic-Cloud-wht.png);
    background-color: #0072bc;
    background-size: 100% 100%;
}
html:not([dir="rtl"]) .login-page {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 80%;
    height: 100%;
    padding: 4% 0;
    margin-left: 20%;
    background-color: rgba(255, 255, 255, 0.4);
    /*min-width: 675px;
    min-height: 675px;*/
}
html[dir="rtl"] .login-page {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 80%;
    height: 100%;
    padding: 4% 0;
    margin-right: 20%;
    background-color: rgba(255, 255, 255, 0.4);
    /*min-width: 675px;
    min-height: 675px;*/
}
.branding {
    position: relative;
    height: 180px;
    margin: 0 10%;
}
.branding .full-logo {
    width: 400px;
    overflow: hidden;
}
.branding .oracle-logo {
    width: 224px;
    display: block;
    background-image: -webkit-linear-gradient(top, #c80000 0, #f80000 70%);
    background-image: -moz-linear-gradient(top, #c80000 0, #f80000 70%);
    background-image: -ms-linear-gradient(top, #c80000 0, #f80000 70%);
    background-image: -o-linear-gradient(top, #c80000 0, #f80000 70%);
    background-image: linear-gradient(top, #c80000 0, #f80000 70%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc80000', endColorstr='#fff80000', GradientType='0');
}
.branding .oracle-logo img {
    width: 160.87272727px;
    padding: 31.56363636px;
    position: relative;
}
.branding .app-family-logo {
    width: 190.4px;
    margin-top: 18px;
    margin-left: 16.8px;
}
html[dir="rtl"] .branding .app-family-logo {
    width: 358px;
    margin-top: 18px;
    margin-left: 16.8px;
} 
.branding div.app-family-logo {
    font-size: 30px;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}
.branding div.app-family-logo.app-name {
    font-weight: normal;
    text-align: left;
    margin-top: -20px;
    margin-left: 45px;
}
.branding div.app-family-logo.app-comp-name
{
    font-size: 24px;
    color: #0072BC;
}
html:not([dir="rtl"]) .branding .app-logo {
    position: absolute;
    right: 0;
    top: 0;
}
html[dir="rtl"] .branding .app-logo {
    position: absolute;
    left: 0;
    top: 0;
}
.login-form {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
}

html:not([dir="rtl"]) .login-form {
    border-left: 10px solid #0072bc;
    margin-left: -10px;
}

html[dir="rtl"] .login-form {
    border-right: 10px solid #0072bc;
    margin-right: -10px;
}

.login-form.form-animation {
    -webkit-animation: loginFadeIn .2s;
    -moz-animation: loginFadeIn .2s;
    -ms-animation: loginFadeIn .2s;
    -o-animation: loginFadeIn .2s;
    animation: loginFadeIn .2s;
}
.login-form .control-group {
    margin-bottom: 20px;
    position: relative;
}
.login-form .control-label {
    /*color: transparent;
    height: 0;*/
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7*/
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.login-form input[type="text"],
.login-form input[type="password"] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    height: 2em;
    font-size: 22px;
    line-height: 2em;
    width: 50%;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #767676;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder {
    color: #565656;
    opacity: 1;
    font-size: 22px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
}

html[dir="rtl"] .login-form input[type="text"]::-moz-placeholder, 
html[dir="rtl"] .login-form input[type="password"]::-moz-placeholder {
    text-align: right;
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder,
.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder,
.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus {
    color: #0072bc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-bottom-color: #0072bc;
}
.login-form .btn-toolbar .btn,
.login-form .btn-toolbar .toolbar-item {
    margin-left: 0;
    margin-right: 20px;
}
html[dir="rtl"] .login-form .btn-toolbar .btn,
html[dir="rtl"] .login-form .btn-toolbar .toolbar-item {
    margin-left: 20px;
    margin-right: 0;
}
.login-form .btn-toolbar > a {
    /*font-size: 14px;*/
    vertical-align: middle;
}
.login-form .remember-me-checkbox {
    font-size: 14px;
    margin-top: 1em;
}
.login-form .help-block-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    background-color: inherit;
}
.login-form .help-block {
    padding: 10px 30px;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px -10px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px -10px inset;
    -ms-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px -10px inset;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px -10px inset;
    box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px -10px inset;
    background-color: inherit;
}
.login-form .help-block.error-message {
    color: #d80202;
    background: rgba(245, 232, 232, 0.9);
    border-bottom: 1px solid #d80202;
    font-size: 14px;
}
.btn.submit {
    background-color: transparent;
    border: 2px solid #0072bc;
    color: #0072bc;
    padding-left: 40px;
    padding-right: 40px;
}
to {
    left: 0;
}
a:focus,
.btn:focus,
.btn:active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
button.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
    color: #565656;
    font-size: 1em;
    text-align: left;
    font-style: italic;
    font-weight: 400;
}
/*.btn-toolbar a,
.login-form .btn-toolbar a {
    font-size: 12px;
}*/
.btn-toolbar>.toolbar-item:last-child,
.login-form .btn-toolbar > .toolbar-item:last-child {
    margin-right: 0;
}
.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder,
.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
    color: #565656;
    font-size: 22px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
}
/*@media screen and (max-height: 677px){
  .branding div.app-family-logo.app-name, .branding div.app-family-logo.app-comp-name {
        margin-top: 5px;
    }
}*/
@media screen and (max-height: 768px){
  form.form-with-title{
        margin-top: 20px;
        margin-bottom: 0px;
    }
}
@media max-device-width 767px {
    body {
        height: auto!important;
        min-height: 100%;
    }
    .branding {
        position: relative;
        height: 100px;
        margin: 0 10px;
    }
    .branding .oracle-logo {
        width: 150px;
        display: block;
        background-image: -webkit-linear-gradient(top, #c80000 0, #f80000 70%);
        background-image: -moz-linear-gradient(top, #c80000 0, #f80000 70%);
        background-image: -ms-linear-gradient(top, #c80000 0, #f80000 70%);
        background-image: -o-linear-gradient(top, #c80000 0, #f80000 70%);
        background-image: linear-gradient(top, #c80000 0, #f80000 70%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc80000', endColorstr='#fff80000', GradientType='0');
    }
    .branding .oracle-logo img {
        width: 107.72727273px;
        padding: 21.13636364px;
        position: relative;
    }
    .branding .app-family-logo {
        width: 127.5px;
        margin-top: 18px;
        margin-left: 11.25px;
    }
    .branding .generic-cloud-logo {
        width: 88px;
        height: 88px;
    }
    .login-page {
        margin: 0;
        width: 100%;
        padding: 20px 0;
    }
    .login-form {
        position: relative;
        top: 0;
        padding: 15px;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }
    .login-form input[type="text"],
    .login-form input[type="password"] {
        width: 100%;
        font-size: 30px;
    }
    .login-form .help-block-container {
        position: static;
        margin: 20px -20px -20px;
    }
    .login-form .btn-toolbar a {
        line-height: 44px;
    }
    .login-form .btn.submit {
        width: 100%;
    }
    footer {
        position: static;
        font-size: .9em;
        background-color: rgba(255, 255, 255, 0.4);
    }
}
@media min-device-width 768px and max-device-width 979px {
    .login-form input[type="text"],
    .login-form input[type="password"] {
        width: 75%;
    }
}
@-webkit-keyframes loginFadeIn {
    from {
        left: 50%;
    }
    to {
        left: 0;
    }
}
@-moz-keyframes loginFadeIn {
    from {
        left: 50%;
    }
    to {
        left: 0;
    }
}
@-ms-keyframes loginFadeIn {
    from {
        left: 50%;
    }
    to {
        left: 0;
    }
}
@-o-keyframes loginFadeIn {
    from {
        left: 50%;
    }
    to {
        left: 0;
    }
}
@keyframes loginFadeIn {
    from {
        left: 50%;
    }
    to {
        left: 0;
    }
}