.login-pf {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    height: 100vh !important;
}

.login-pf-body {
    height: 100%;
    width: 100%;
    background-color: #ffffff !important;
    color: #121212 !important;
    font: 14px/1.5 "Open Sans",sans-serif,Helvetica,Arial !important;
}

.login-pf-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
}

.login-pf-page {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-flow: column;
    padding-bottom: 45px;
    padding-top: 0;
}

#rane-header {
    margin: 0;
    text-align: center;
    background-color: #00182F;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#rane-header svg {
    object-fit: contain;
}

#rane-footer {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 16px;
}

#rane-footer a:hover {
    text-decoration: none;
}

#rane-footer .span-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
}

/* content */
.rane-content {
    max-width: 469px;
    padding: 15px 35px;
    margin: auto auto;
    width: 100%;
}

.rane-content .login-pf-header {
    margin: 0;
    position: relative;
}

.rane-content .login-pf-header .validation-error {
    color: #ff5252;
    position: absolute;
    top: 16px;
}

.rane-content .login-pf-header h1.rane-header-title {
    margin-bottom: 16px !important;
    font: bold 24px/32px "Open Sans",sans-serif,Helvetica,Arial;
    text-align: left;
    margin: 0;
}

.rane-content #kc-content {
    margin-top: 60px;
}

.rane-content .form-group {
    margin: 0;
    position: relative;
}

.rane-content .form-group label {
    font: bold 11px/15px "Open Sans",sans-serif,Helvetica,Arial;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.rane-content .form-group input[type="text"],
.rane-content .form-group input[type="password"] {
    width: 100%;
    height: 100%;
    background-color:#fff;
    border: 0.5px solid #637489;
    border-radius: 5px;
    font-size: 16px;
    color: black;
    padding: 12px 34px 12px 12px;
    margin-top: 4px;
}

.rane-content .form-group input[type="text"]:hover,
.rane-content .form-group input[type="password"]:hover {
    /*border-color: #FFFFFF;*/
}

.rane-content .form-group input[type="text"]:focus-visible,
.rane-content .form-group input[type="password"]:focus-visible {
    outline: none;
    border-color: #2196f3;
    border-bottom-width: 0.5px;
}


.rane-content .form-group input[type="text"].input-error,
.rane-content .form-group input[type="password"].input-error,
.rane-content .form-group input[type="text"].input-error:focus-visible,
.rane-content .form-group input[type="password"].input-error:focus-visible {
    border-color: #ff5252;
    color: #ff5252;
}

.rane-content .form-group .togglePassword {
    position: absolute;
    bottom: 38px;
    right: 10px;
    color: #363636;
    font-size: 18px;
    cursor: pointer;
}

.rane-content .form-group .error-placeholder {
    height: 22px;
}

.rane-content .form-group .error-placeholder .input-error {
    color: #ff5252;
    font-size: 12px;
    line-height: 22px;
    display: none;
}

.rane-content .form-group .error-placeholder .input-error.error-visible {
    display: block;
}

.rane-content .form-group#kc-form-buttons {
    margin-top: 30px;
    text-align: center;
}

.rane-content .form-group input[type="submit"],
#rane-footer .form-group input[type="submit"] {
    width: 100%;
    height: 42px;
    background: #1AB7EB;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    border: none;
}

#rane-footer .form-group input[type="submit"] {
    height: 31px;
    margin-top: 15px;
}

.rane-content footer {
    margin-top: 12px;
    text-align: center;
    color: #637489;
}

.rane-content footer a {
    text-decoration: none;
    color: #637489;
}

.rane-content footer a:focus {
    outline: none;
}

.rane-content footer .accept-term {
    margin-top: 16px;
    text-align: center;
}

.rane-content footer .accept-term a {
    text-decoration: none;
    color: #637489;
}

.rane-content footer .accept-term a:hover {
    color: #0099d3;
}

.rane-content .form-call {
    margin: 8px 0 0 0;
    text-align: center;
}

.rane-content .form-call a {
    text-decoration: underline;
    color: #637489;
    font-size: 16px;
}

.rane-content .reset-password {
    text-align: right;
}

.rane-content .reset-password a {
    color: #637489;
}

@media screen and (max-width: 480px) {

    .login-pf-body {
        background-image:url(../img/bg-image-wall.png) !important;
    }
   
  }
  @media screen and (max-width:1025px) and (orientation: landscape) {
    .login-pf-body {
      overflow: auto;
      height: 100%;
    }
  }