#chat2 .form-control {
    border-color: transparent;
}

#chat2 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

body{
    background-color: #eee;
}

.logo{
    height: 200px;
    background-color: #036;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    max-height: 45px;
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer img {
    max-height: 20px;
}

#userInput, #userInput:disabled, .form-control:disabled{
    background-color: #fff !important;
}
.wave {
    background-image: url(../wave.gif) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white !important;
}