﻿/*===========================*/
/*    パスワード変更View     */
/*===========================*/


.c0201-form {
    width: 100%;
    max-width: 650px;
    padding: 15px;
    padding-bottom: 30px;
    margin: auto;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .75);
    border: 1px solid #f3F3F3;
}

.c0201-actions-fixed {
    position: fixed;
    right: 10px;
    bottom: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}


/*追加分*/
.password-wrapper {
    position: relative;
}

    .password-wrapper .form-control {
        padding-right: 40px; /* 右のアイコン分スペース */
    }

.toggle-password {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

    .toggle-password i {
        font-size: 1.1rem;
        color: #666;
    }

#btn_checkpass.toggle-password {
    top: 40%;
}
/*デフォルトの削除*/
input::-ms-reveal,
input::-ms-clear {
    display: none;
}
