body,
html {
    height: 100%;
    font-family: Heebo;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #6B7B91;
    background-color: #FBFBFB;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.d-none {
    display: none ! important;
}

.kc-header-logo {
    margin-bottom: 20px;
}

.kc-header-logo>img {
    width: 150px;
}

.kc-header-logo-subtitle {
    font-family: Poppins;
    font-weight: 300;
    font-size: 32px;
}

.kc-input-label-min {
    display: none;
}

.kc-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.kc-header {
    width: 58%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("../img/floating-visuals.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    background-color: #31353d;
    text-align: center;
    color: #FBFBFB;
    padding: 0px 50px;
    position: relative;
}

.kc-header-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    justify-content: center;
    text-align: -webkit-center;
}

.kc-header-logo-subtitle
{
    max-width: 420px
}

.kc-form-card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    background: #FBFBFB;
}

.kc-form-header-wrapper {
    text-align: center;
    width: 345px;
}

.kc-form-header-logo {
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.kc-form-header-logo>img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 88px;
}

.kc-label-min {
    display: none;
}

.kc-input {
    height: 35px;
    border: 0;
    border-radius: 4px;
    background-color: #F0F3F5;
    font-weight: 300;
    padding-left: 10px;
    color: #6b7b91;
    width: 100%;
}

.kc-form-header-title {
    color: #3a434e;
    font-size: 24px;
    font-weight: 600;
    font-family: Poppins;
    letter-spacing: 0.25px;
}

.kc-form-header-title.long-title {
    font-size: 19px;
}

.kc-form-group {
    /* display: flex; */
    flex-direction: column;
}

.kc-social-account-list-button {
    background-color: #FBFBFB;
    border: solid 1px #eeeeef;
    border-radius: 10px;
    padding: 9px 0;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    color: #262A33;
    text-decoration: none;
    flex-grow: 1;
}

.kc-social-account-list-button>img {
    width: 15px;
    height: 15px;
    /* margin-right: 17px; */
    position: absolute;
    top: 12px;
    left: 15px;

}

.kc-social-account-list {
    margin-left: 0;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
}

.kc-social-account-list>*:not(:last-child) {
    margin-right: 15px;
}

.kc-button-primary {
    display: block;
    width: 100%;

}

.kc-social-account-list-button {
    display: flex;
    position: relative;
}

.kc-social-account-list-button span {
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 16px;
}

.kc-form-card-wrapper {
    max-width: 345px;
}

.kc-alert-title {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #28a745;
}

.pf-m-warning .kc-alert-title {
    color: #ffc107 !important;
}

.pf-m-danger .kc-alert-title {
    color: #dc3545 !important;
}

.instruction {
    text-align: center;
}

.kc-button-primary,
.kc-social-account-list-button,
.instruction-action,
.kc-button-default,
.kc-button-secondary,
.kc-button-light {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    backface-visibility: hidden;
}

.kc-button-primary:not(:disabled):hover,
.kc-social-account-list-button:not(:disabled):hover,
.instruction-action:hover,
.kc-button-default:hover,
.kc-button-secondary:hover,
.kc-button-light:hover {
    transform: perspective(1px) scale(1.02);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.03), 0px 4px 3px rgba(0, 0, 0, 0.02)
}

.kc-button-primary:not(:disabled):active,
.kc-social-account-list-button:not(:disabled):active,
.instruction-action:active,
.kc-button-default:active,
.kc-button-secondary:active,
.kc-button-light:active {
    transform: perspective(1px) scale(1.01);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.03), 0px 2px 1px rgba(0, 0, 0, 0.02)
}

.kc-button-primary,
.instruction-action,
.kc-button-default {
    background-color: #48CFAD;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    font-size: 11px;
    padding: 12px 9px;
}

.instruction-action {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}

.kc-button-default {
    /* width: 48%; */
    cursor: pointer;
    color: #fff !important;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 15px;
    border-bottom: 0 !important;
}

.kc-button-secondary {
    /* width: 48%; */
    cursor: pointer;
    background-color: #eeeeef;
    color: #6B7B91 !important;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 15px;
    border-bottom: 0 !important;
    font-size: 11px;
    padding: 12px 9px;
    border-radius: 10px;
}

.kc-button-light {
    background-color: #FBFBFB;
    border: solid 2px #eeeeef;
    /* border: 0; */
    border-radius: 10px;
    /* color: #ffffff; */
    font-size: 11px;
    padding: 12px 9px;
    width: 100%;
}

.kc-button-light:hover {
    background-color: #48CFAD;
    color: #fff;
}

.btn-group {
    /* display: flex; */
    flex-direction: initial;
}

.btn-group .kc-button-light {
    margin-right: 5px;
    margin-top: 10px;

}

.kc-button-primary:disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.kc-form-options-wrapper a,
.kc-form-group a {
    border-bottom: solid 1px rgba(107, 123, 145, 0.4);
    color: #6B7B91;
    text-decoration: none;
    margin-left: 4px;
}

.kc-form-options-wrapper {
    display: flex;
    justify-content: space-between;
    /* margin: 12px 0; */
}

.kc-form-social-account-section h4::after,
.kc-form-social-account-section h4::before {
    content: '';
    height: 1px;
    flex-grow: 1;
    background-color: currentColor;
    margin-left: 10px;
    margin-right: 10px;
}

.kc-form-social-account-section h4 {
    color: #E0E0E0;
    display: flex;
    align-items: center;
    font-size: 9px;
    font-size: 9px;
    margin: 20px 0;
}

.kc-checkbox {
    margin-top: 13px;
    margin-bottom: -4px;
}

.kc-input-label-min {
    display: none;
}

.kc-input-wrapper {
    position: relative;
}

.kc-input-wrapper svg {
    position: absolute;
    display: flex;
    top: 2px;
    right: 4px;
    bottom: 0;
    align-items: center;
    transform: translate(-50%, 50%);
}

.kc-form-group {
    margin-bottom: 19px;
}

.kc-form-group .kc-input-error-message {
    margin-top: 5px;
    display: block;
    color: red;
}

#kc-register-form .kc-form-options-wrapper {
    display: block;
    text-align: right;
}

.kc-social-account-list-vertical {
    padding-left: 0 !important;
}

.kc-social-account-list-vertical a {
    border: solid 2px #eeeeef !important;
    margin-bottom: 15px;
}

.password-eye.hide-password {
    opacity: 0.2;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Mobile */
@media only screen and (max-width: 800px) {

    .kc-header {
        width: 100%;
        -webkit-clip-path: initial;
        clip-path: initial;
        padding-top: 20px;
        padding-bottom: 20px;
        background-position: bottom;
        min-height: 210px;
    }

    .kc-form-card {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
    }

    .kc-login {
        display: block;
    }

    .kc-form-card {
        padding: 30px;
    }

    .kc-header-logo>img {
        width: 140px;
    }

    .kc-header-logo-subtitle {
        font-size: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .kc-form-header-wrapper {
        text-align: center;
        width: 365px;
        margin: auto;
    }

    .kc-form-header-title {
        margin-bottom: 18px;
        margin-top: 0px;
        font-size: 24px;
    }

    .kc-form-header-title.long-title {
        font-size: 16px;
    }

    .kc-form-header-logo {
        width: 100px;
        height: 100px;
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 425px) {
    .kc-form-header-wrapper {
        width: 290px;
    }

    .kc-social-account-list-button>img {
        position: relative;
        top: auto;
        left: auto;
    }

    .kc-social-account-list-button {
        align-items: center;
    }

    .kc-social-account-list-button span {
        font-size: 15px;
    }

}
