.crud-title{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.crud-form{
    width: 60%;
    margin: auto;
}
.crud-form p{
    width: 100%;
}

.crud-form .ov-btn-grow-skew{
    width: 40%;
    margin-left: 30%;
    margin-top: 30px;
}
.ov-btn-grow-skew:hover{
    color: var(--text-color);
}

.crud-form .form-control{
    margin-bottom: 20px;
    width: 100%;
}


.crud-form p a{
    text-decoration: underline;
}

.crud-form img{
    transition: .5s ease;
}
.crud-form img:hover{
    transform: scale(5);
    z-index: 10;
    transition: .5s ease;
}

.crud-form .form-group a {
    display: none;
}
.clearable-file-input {
    display: none;
}



@media (max-width: 990px) {
    .crud-form{
        width: 80%;
        margin-left: 10%;
    }

}