html, body.page-login {
    height: 100%;
}

#loginform {
    height: 45%;
}

body.page-login>.content-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-login-card {
    height: 657px;
    width: 380px;
    padding: 15px;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.brand-logo {
    height: 25%;
    width: auto;
    margin: 5px auto;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.brand-logo img {
    max-height: 100%;
    margin: auto;
}

.custom-submit-btn {
    width: 100%;
}

#contact-helpdesk {
    clear: both;
    margin-top: 1rem;
}

#powered-by-kantar {
    margin-top: 1rem;
}

.clear {
    clear: both;
}

.contant-wrapper {
    height: 15%;
}

#powered-by-kantar b {
    margin-right: 4px;
}

#powered-by-kantar img {
    display: inline;
    height: 12px;
    margin-bottom: 2px;
}

.custom-login-card .wpml-ls, .custom-login-card .js-wpml-ls-item-toggle {
    border-radius: 6px;
}
.custom-login-card .js-wpml-ls-item-toggle {
    border-color: #BD9B08 !important;
    background-color: white !important;
    color: black !important;
    padding: 13px 15px !important;
}

.custom-login-card .wpml-ls-sub-menu, .custom-login-card .wpml-ls-link {
    background-color: white !important;
    color: black !important;
    border-radius: 6px;
    border-color: #BD9B08 !important;

}

.custom-login-card .wpml-ls-item {
    background-color: white;
}

.custom-login-card .wpml-ls-legacy-dropdown a {
    padding: 13px 15px !important;
}
.custom-login-card .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 13px 15px !important;

}

.bsk-container {
    font-family: "KantarBrownWeb-Regular";
    font-size: 105%;
    text-align: center;
    margin-bottom: 1.5em;
}

.bsk-container a {
    width: 100%;
    height: 100%;
    color: #333;
}

/*.x-icon {
  height: 1em;
  width: 1em;
  top: .125em;
  position: relative;
}*/

.btn-login-amazon {
    width: 100%;
    height: 2.5rem;
    border: 1px solid #BD9B08;
    border-radius: 6px;
    color: #BD9B08;
    background: transparent;
    vertical-align: middle;

}

/*.bsk-container .fa-amazon {
    color: #ff9900;
    font-size: 1.2rem;
    border: 1px solid #ff9900;
    padding: 0.4rem;
    border-radius: 5px;
}*/

.bsk-container img {
    padding: 0 1rem;
    max-height: 45%;
}