.head-text {
    color: #6324BB  ;
    font-weight: bold;
    font-size: 18px;
}

.link {
    font-size: 10px;
    color:#6324BB;
    border: 1px solid #6324BB;
    border-radius: 30px;
    background-color: white;
    padding: 2px;
    width: 100px;
    margin: 20px 0
}

.label {
    color:#6324BB
}

.see {
    background-color: transparent;
    border: none;
    width: 20px;
}

.message {
    font-size: 12px;
    color: #BEBEBE
}

.message a {
    text-decoration: none;
    color: #6324BB
}

.error-message {
    text-decoration: none;
    color: red
}

.photo-canvas {
    width: 100px;
}

.file-input {
    width: 10px;
}
