/*
 * Copyright 2016 Red Hat, Inc. and/or its affiliates
 * and other contributors as indicated by the @author tags.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#kc-logo {
    height: 100px;
    padding: 10px;
}

#kc-container {
    padding: 10px;
}

#kc-form-buttons .btn {
    float: right;
}

#kc-header-wrapper {
    padding: 15px;
    text-align: right;
}

#kc-logo-img {
    width: 300px;
}

#kc-locale {
    display: none;
}

.backdrop {
    background-color: #005da9;
}

.alert.alert-error {
    background: red;
}

.alert.alert-warning,
.alert.alert-error {
    padding: 15px;
}

.c-input--sms {
    text-align: center;
}

.nx-formfield__flexfield--sms {
    margin-right: 15px;
    text-align: center;
}

.nx-formfield__flexfield--sms:last-child {
    margin-right: 0;
}

.c-input {
    text-align: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: 0 0;
    color: inherit;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.c-input--sms {
    text-align: center;
}

.c-input:focus {
    border: none;
    outline: none;
    box-shadow: none;
    color: var(--cpc-colors-resolution-blue);
}

#kc-passwd-update-form .pf-c-input-group button {
    display: none;
}

/*
OTP-AUTH COMPONENT START
*/

code-input-form {
    display: block;
}

.otp-auth-heading-subtitle {
    font-size: 1rem;
}

.otp-auth-contact-channel {
    font-size: 1.25rem;
    font-weight: bold;
}

/*
OTP-AUTH COMPONENT END
*/
