#take-photo-container {
    border: thin solid black;
    position: absolute;
    bottom: 10px;
    padding: 10px;
    right: 10px;
    left: 10px;
    margin: 10px 0;
    text-align: center;
    background-color: yellow;
    border-radius: 15px;
}

#save-photo-container {
    position: absolute;
    bottom: 0;
    padding: 10px;
    right: 5px;
    left: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.save-btn {
    flex-grow: 1;
    padding: 8px;
    border-radius: 15px;
    margin: 0 4px;
}

#save-btn-save {
    background-color: mediumpurple;
    color: white;
}

#take-photo-btn {
    display: none;
}

#take-photo-label {
    cursor: pointer;
}

#take-photo-label {
    width: 100%;
}

#preview-container {
    height: 70vh;
    align-self: center;
    text-align: center;
    vertical-align: center;
    vert-align: middle;
    top: 60px;
    padding: 10px;
    right: 10px;
    left: 10px;
    bottom: 30px;
    /*border: 1px solid red;*/
    margin: auto;
}

#preview {
    max-width: 100%;
    max-height: 100%;
    vertical-align: center;
    vert-align: middle;
    /*border: 1px solid black;*/
}

#account-name {
    text-align: center;
}

.settings-form {
    margin-left: 16px;
    margin-right: 16px;
}

#save-settings-container {
    margin-left: 16px;
}

#loader-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
}
