/*
(c) EGLearn - licensed
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/*
    Created on : 27. 9. 2022, 15:19:21
    Author     : egrat
*/

.image-remove {
    left: 100% !important;
    top: 3% !important;
    opacity: 0.7;
}

.image-edit {
    top: 97% !important;
    left: 0% !important;
    opacity: 0.7;
}
.image-remove:hover, .image-edit:hover {
    opacity: 1;
}
.profile-image-container {
    width: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80%;
    margin-left: calc(100% * 0.2 / 2);
    border: 1px #CED4DA solid;
}
.profile-image-container:after {
    width: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80%;
    margin-left: calc(100% * 0.2 / 2);
    border: 1px #CED4DA solid;
}
.togglePassword, .generatePassword {
    cursor: pointer;
}
