.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    background-color: #FFC700;
  }

.scroll-container {
    display: block;
    width: 350px;
    height: 200px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.enable-btn {
    width: 237px;
    height: 45px;
    background-color: #704C32;
    color: white;
    border-radius: 4px;
}

@media (max-width: 740px) {
    .logo-img {
        width: 60%;
    }
}

@media (min-width: 740px) {
    .logo-img {
        width: 60%;
    }
}

.btn_disabled {
    cursor: not-allowed !important;
    background-color: rgb(229, 229, 229) !important;
}

.iti {
    display: block !important;
}

.enter {
    color: white;
    border-color: #704C32;
    width: 138px;
    height: 40px;
    background-color: #704C32;
    border-radius: 4px;
}

.keep-btn {
    color: white;
    border-color: #704C32;
    width: 168px;
    height: 40px;
    background-color: #704C32;
    border-radius: 4px;
}

.remove-btn {
    color: #704C32;
    border-color: #704C32;
    width: 168px;
    height: 40px;
    background-color: white;
    border-radius: 4px;
}

.img-frame {
    width: 200px;
    height: 200px;
}

.hide {
    overflow-y: hidden;
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    .logo-agt {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .logo-agt {
        width: 80%;
    }
}

.bad-credentials {
    border-radius: 9px;
    color: white;
    background-color: #EB110C;
}

#login > div > div:nth-child(3) > div > div {
    font-family: 'Roboto';
}

#login > div > div:nth-child(3) > div > div > a {
    color: white;
    text-decoration: underline;
}