/*
 *   Copyright (c) 2023 Luxembourg Institute of Science and Technology
 *   All rights reserved.
 *   See License in the LICENSE file
 */
.btn-reject {
    background: #f04141 !important;
}

.pf-c-button.pf-m-primary {
    margin: 3.2rem 0
}

.login-pf-page-header {
    display:none;
}

.login-pf-settings {
    margin-left: -3px;
    margin-top: -4px;
}

#forgot-password {
    margin-top: -2rem;
    text-align: right;
    font-size: 1.2rem;
}

#kc-registration {
    text-align: center;
}

.checkbox-text .explanation {
    display: block;
    margin-left: 2.2rem;
    margin-bottom: 2.4rem;
    margin-top: .4rem;
    font-size: 1.2rem;
    color: #A7A9AC;
}

.form-box .form-group:last-child .explanation {
    margin-bottom: 0;
}

.mail-verify-icon, .mail-pw-icon {
    display: block;
    height: 80px;
    width: 100%;
    margin-bottom: 4rem;
    background: url(../img/mail-verify.svg) no-repeat center;
}

.mail-pw-icon {
    background: url(../img/mail-pw.svg) no-repeat center;
}

.instruction {
    text-align: center;
}