.logo img {
    width: 120px;
}

.iconeauthorized {
    padding: 50px;
    border-radius: 20px;
    color: white;
    background-color: brown;
    width: 10px;
}

footer {
    display: grid;
    width: 100%;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 10%);
}

.form_sent_sucessfully {
    padding: 20px;
    border-radius: 15px;
    color: white;
    background-color: rgba(2, 163, 2, 0.767);
    font-weight: bold;
    position: fixed;
    bottom: 30px;
    display: none;
    right: 30px;
}


#form-submit{
    transition: transform 0.2s ease;
}

#form-submit:active {
    transform: scale(0.9);
}


.footerul li a {
    color: black;
}

.footerul li a:hover {
    color: #007bff;
}

.iconeofc {
    height: 40px;
}