@font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/subset-Metropolis-Regular.wofl2') format('wofl2');
}

@font-face {
    font-family: 'Metropolis-italic';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/subset-Metropolis-RegularItalic.wofl2') format('wofl2');
}

:root {
    --white: #fff;
    --yellow: #faa635;
    --darker-yellow: #ff9100;
    --text-color: #2b2b2b;
    --input-error-shadow: 0 0 2px 2px #fe0000;
    --input-hover-shadow: 0 0 6px 2px #faa635;
    --input-border: 1px solid #2f2f2f;
    --main-font: Metropolis, Verdana, sans-serif;
}

body {
    font-family: var(--main-font);
    font-weight: 400;
    font-style: normal;
    width: 100%;
    text-align: left;
    background-color: #fcfcfc;
}

.inner-wrapper {
    min-height: calc(100vh - 277px);
    position: relative;
    padding-top: 0;
}

.pf-c-dropdown {
    margin: 30px;
}

.login-pf-page-header {
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px !important;
}

#kc-locale-dropdown a {
    font-size: 16px;
    font-family: var(--main-font);
}

#kc-locale-dropdown a:hover {
    color: var(--white);
}

.pf-c-dropdown__menu {
    background: none !important;
}

.pf-c-dropdown__menu {
    background: none !important;
}

.pf-c-form__helper-text {
    color: #ff5f5f !important;
}

#input-error {
    color: #ff5f5f;
}

.lang-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 230px;
    height: 40px;
    border: 1px solid var(--white);
    border-radius: 20px;
    padding: 0 15px 0 20px;
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    background-color: #000;
    width: 230px;
}

.lang-container:focus {
    color: var(--white);
}

.lang-container :hover {
    color: var(--white);
}

.lang-container__flag {
    width: 20px;
    height: 10px;
}

.lang-container__helper {
    width: 15px;
}

.text-align-center {
    text-align: center;
}

.navigation-url {
    color: var(--yellow);
    font-size: 16px;
    font-family: var(--main-font);
}

.navigation-url:hover {
    color: var(--yellow) !important;
}

.navigation-url:focus {
    color: var(--yellow) !important;
}

#kc-register-form input {
    height: 40px !important;
}

.form-group-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 761px) {
    .form-group-container {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.main-footer {
    padding-top: 95px;
    position: relative;
    margin-top: 20px;
}

.main-footer::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/coincash-footer-logo.png');
    background-position-y: bottom;
    top: 3px;
    left: 50%;
    position: absolute;
    width: 1140px;
    height: 190px;
    content: ' ';
    display: block;
    transform: translateX(-50%);
    z-index: 3;
    max-width: 100%;
}

.main-footer__content {
    z-index: 2;
    position: relative;
    height: 182px;
    background: rgba(101, 106, 109, 0.5);
}

.main-footer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 920px;
    margin: 112px auto 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: calc(100% - 30px);
}

.main-footer__row .right {
    text-align: right;
}

.main-footer__row .right::before {
    width: 40px;
    height: 40px;
    content: ' ';
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/coincash-icon-mail.png');
    background-color: #faa635;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: -11px;
}

.main-footer__row .left::before {
    width: 40px;
    height: 40px;
    content: ' ';
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/coincash-icon-phone.png');
    background-color: #faa635;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: -11px;
}

@media (max-width: 560px) {
    .main-footer__row .left {
        margin-bottom: 20px;
    }
}

.contact-link,
.contact-link:hover,
.contact-link:visited {
    color: var(--white) !important;
    font-size: 16px;
}

@media (max-width: 767px) {
    .main-footer::before {
        height: 100px;
        top: 46px;
    }
}

@media (max-width: 991px) {
    .main-footer__content {
        height: 220px;
    }
}

.login-pf-header {
    text-align: center;
    color: var(--yellow);
    font-size: 23px;
}

.fab.fa-facebook {
    font-size: 30px;
}

.fab.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: flex;
    font-size: 24px;
}

#social-facebook {
    background: #1877f2;
    border: 1px solid #1877f2;
    color: var(--white);
    text-decoration: none;
}

#social-facebook:hover {
    opacity: .7;
}

#social-google {
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--text-color);
    text-decoration: none;
}

#social-google:hover {
    opacity: .7;
}

.custom-social-text {
flex: 1 1 0;
}

.custom-social-class {
    transition: all 0.4s;
    padding: 0 22px;
    line-height: 40px;
    height: 50px;
    border-radius: 20px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.custom-social-class:hover {
    background: var(--yellow);
    border: 1px solid var(--white);
}

.identity-provider-login-label {
    color: var(--white);
}

#kc-register-form .pf-c-button:not(:first-child) {
    margin-top: 20px;
}

#kc-form-buttons .pf-c-button:not(:first-child) {
    margin-top: 20px;
}