

.botui-app-container {
    display: block;
    position: relative;
    border-radius: 5px;
}
.top_bar {
    padding: 13px 22px;
    border: 3px solid #f3f3f3;
    background-color: white;
}

#cover{
    /* background-image: url("../images/splash.jpg"); */
    /* background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%; */
    max-width: 600px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;



}





#button-container {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.button_content p{
    font-family: arial,sans-serif;
}

#button-container button {
    position: relative;
    cursor:pointer;
    border:none;
    border-radius: 5px;
    display: block;
}

.button-wrapper{
    display: flex;
    flex-flow: row;
    width: 206px;
    border-radius: 5px;
}
.button_images{
    width: 22px;
    height: 22px;
    align-self: center;
    margin-right:5px;
    padding: 5px;
}
.button-wrapper .button_images img{
    width: 100%;
    height: 100%;
}
.button_content{
    border-left: 1px solid #d7d7d7;
}
.button_content p{
    font-size: 15px;
    padding: 10px 5px;
    margin: 0;
}
#fb-button {
    background: #3b5998;
    margin-top: 10px;
    color:#fff;
}
#fb-button:hover{
    background: #273d6b;
}
#google-button:hover{
    background: #d5d5d5;
}
#google-button{
    background: #f2f2f2;
}
#sign-out-button {
    float: right;
}


.top_bar {
    padding: 13px 22px;
    border: 3px solid #f3f3f3;
}
.signout-btn{
    padding: 13px;
    color: #fff;
    background: #4b9dca;
    border: none;
    font-size: 15px;
}
.signout-btn:hover{
    background: #3a7493;
}

.botui-message-content-image{
    width: 500px;
    object-fit: cover;

}

@media only screen and (max-width: 600px) {
    #cover,#alpha-container{
        width: 100%;
    }
    #cover{
        padding: 0;
    }
    #alpha-container{
        height: 70vh;
    }
    .botui-message-content-image{
        max-width: 100%;

        object-fit: cover;
    }

}