/*
 * Copyright (c) 2026. Agora Speakers International.  All rights reserved.
 * This file is subject to the terms and conditions defined in the  'LICENSE.txt' file which is part of this source code package.
 *
 * Author: Alexander Hristov
 */

.login {
    background-image: url("../images/login-background.png");
    background-size: cover ;
    height: 100vh;
}

.agora_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
}

#kc-header {
    background-image:  url(../images/login-logo.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
}


#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
    text-align: center;
    color: white;
}

.login-pf-header {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

h1#kc-page-title {
    box-sizing: border-box;
    padding: 0;
    margin: .67em 0;
    line-height: 1.1;
    font-size: 24px;
    text-align: center;
    color: rgb(54, 54, 54);
    font-weight: normal;
    font-family: helvetica, arial, sans-serif !important;
}
#kc-form {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.66666667;
    color: #363636;
    padding: 0;
    box-sizing: border-box;
}

#kc-form-wrapper {
    margin-top: 10px;
}

#kc-content {
    width: 100%;
    box-sizing: border-box;
}

label:not(input[type="radio"] + label) {
    font-size: 1em;
    letter-spacing: 0.03em;
    color: #666666;
    padding: 0;
    margin: 0;
    text-transform: none;
    background-color: transparent;
    display: inline-block;
    max-width: 100%;
}

.card-pf {
    margin: 0 auto;
    box-shadow:  0 0.5rem 1rem 0 rgba(3, 3, 3, 0.16), 0 0 0.375rem 0 rgba(3, 3, 3, 0.08);
    max-width: 500px;
    background-color: #fff;
    border-top: 4px solid;
    border-color: #06c;;
    padding: 20px 40px 30px 40px;
}

.pf-c-form-control:not(textarea) {
    height: 36px;
    text-overflow: ellipsis;
}


.login-button {
    color: #fff;
    background-color: #06c;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 1px;
    position: relative;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    border: 0;
    width:100%;
}


.form-group {
    margin-bottom: 15px;
    box-sizing: border-box;
}

.pf-c-form-control {
    width: 100%;
    font-size: 1rem;
    border: 1px;
    color: #151515;
    padding: calc(.375rem - 1px) .5rem calc(.375rem - 1px)0.5rem;
    line-height: 1.5;
    border-style: solid;
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-color: #f0f0f0 #f0f0f0 #8a8d90 #f0f0f0;
}

a {
    color:#0088ce;
}

.login-pf-settings {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#kc-info {
    font-size: 13px;
    padding: 15px 35px;
    background-color: #F0F0F0;
    text-align: center;
    margin: 20px -40px -30px;
}