﻿.ucbn-password-input-client-key {
    display: none;
}

.ucbn-password-input-form {
    display: flex;
    align-items: center;
    height: 34px;
    border: 1px solid #c2d2ff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ucbn-password-input-form.focused {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.ucbn-password-input-form input {
    display: flex;
    width: 100%;
    border: none;
    color: #254082;
    height: 32px;
    padding: 6px 11px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ucbn-password-input-form a {
    display: flex;
    justify-content: center;
    color: #c2d2ff;
    width: 36px;
    cursor: pointer;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.ucbn-password-input-form a:hover {
    color: #6e93d0;
    -webkit-text-decoration: none;
    text-decoration: none;
}
