.box {
    margin-top: 50px;
    text-align: center;
}

.box .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
}

.inputfile + label svg {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-top: -0.25rem;
    margin-right: 0.25rem;
}

.inputfile-1 + label {
    color: #304d8a;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    color: #304d8a;
}

.inputfile-1 + label figure {
    width: 100px;
    height: 135px;
    background-color: #304d8a;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-1:focus + label figure,
.inputfile-1.has-focus + label figure,
.inputfile-1 + label:hover figure {
    background-color: #233864;
}

.inputfile-1 + label figure::before,
.inputfile-1 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-1 + label figure::before {
    border-top: 20px solid #c8cddf;
    border-left: 20px solid transparent;
}

.inputfile-1 + label figure::after {
    border-bottom: 20px solid #233864;
    border-right: 20px solid transparent;
}

.inputfile-1:focus + label figure::after,
.inputfile-1.has-focus + label figure::after,
.inputfile-1 + label:hover figure::after {
    border-bottom-color: #304d8a;
}

.inputfile-1 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

.preview img {
    max-width: 90%;
    max-height: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.languge {
    display: inline;
}

.logout {
    display: inline;
    float: right;
}

@media (max-width: 500px) {
    .card .content .header {
        font-size: 16px !important;
    }
}