.file__info {
    margin-top: 15px;
    display: none;
}

.file__list {
    margin-top: 10px;
}

.file__item {
    position: relative;
}

.file__input {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    height: 140px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file__button {
    border: 2px dashed #B2C4D6;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.file__button:hover {
    border-color: #00426E;
}

.file__icon {
    margin-bottom: 10px;
}

.file__text {
    color: #B2C4D6;
    font-size: 14px;
}

.file__count {
    font-size: 14px;
    color: #00426E;
}

.file__item-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 5px;
}

.file__item-name {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}

.file__item-remove {
    color: #ff0000;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}
.captcha{
    margin: 20px 0px 30px 0px;
}
.captcha img{
    width: 50%;
    height: 40px;
}
#captcha_word{
    border: 1px solid #00426e;
    height: 40px;
    padding: 5px;
    width: 120px;
    width: calc(50% - 4px);
}
