
#kc-passwd-update-form {
    width: 16.75rem;
    margin: auto;
}

.login-pf body {
    background: url(../img/screen.jpg) no-repeat center center fixed;
    background-size: cover;
    min-height: 100%;
    height: auto;
}

.card-pf {
    margin: 0 auto 0.5rem;
    padding: 4.25rem 6.125rem 4.25rem 6.188rem;
    width: 43.75rem;
    max-width: 43.75rem;
    border-radius: 0.0625rem;
    background: #202324;
    color: #fafbfd;
}

#kc-content {
    text-align: center;
    width: 100%;
}

.remember-me-wrapper {
    margin-top: 2rem;
}

#kc-remember-me-options {
    display: none;
}

.checkbox label {
    font-family: ge-regular, serif;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #fafbfd;
    padding-left: 0;
}

input[type="checkbox"] {
    display: none;
}

/* Style custom checkbox */
input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #373b3d;
    margin-right: 10px;
    border: solid 0.0625rem #525457;
    vertical-align: text-top;
}

/* Add checkmark when checkbox is checked */
input[type="checkbox"]:checked + label::before {
    background-color: #A9A0C5;
    content: url('../img/Checkmark - small heavy.png');
}

input[type="checkbox"] + label::after {
    display: inline-block;
    color: white;
    font-size: 16px;
    vertical-align: middle;
}

.secondary-options-wrapper {
    display: none;
    width: 100%;
    margin: 1.5rem auto 0;
}

.secondary-options_button {
    margin: 1rem auto 0;
    padding: 0.375rem 1.5rem;
    display: block;

    font-family: ge-regular, serif;
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #fafbfd;

    border: 0.0625rem solid #A9A0C5;
    border-radius: 0.1875rem;
    background-color: #61587F;
}

.secondary-options_button:hover {
    cursor: pointer;
    background-color: #746A95;
    border-color: #746A95;
}

.secondary-options_select {
    display: block;
    margin: 1rem auto 0;
    font-family: ge-regular, serif;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #fafbfd;
}

.top-margin-1 {
    margin-top: 1rem;
}

.custom-dropdown {
    position: relative;
    width: 12%;
    height: auto;
    border: 1px solid #6d6d6d;
    cursor: pointer;
    display: block;
    margin: 1rem auto 0;
    font-family: ge-regular, serif;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #fafbfd;
}

.dropdown-arrow {
    position: absolute;
    right: 10px;
    font-size: 15px;
    width: max-content;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #373b3d;
}

.dropdown-option {
    border: 1px solid #373b3d;
    display: block;
    min-height: 1.2em;
    color: white;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.dropdown-option a {
   color: white;
}

.dropdown-option a:hover {
    text-decoration: none;
    color: white;
}

.dropdown-option:hover {
    border: 1px solid  #b39cf1;
    font-weight: bold;
    display: block;
    min-height: 1.2em;
    white-space: nowrap;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.dropdown-options {
    display: none;
    border-color: #6d6d6d
}

.dropdown-option:active {
    border: 1px solid #b39cf1;
}

.dropdown-options {
    border-top: 1px solid black;
}
