.or-seperator {
    margin-top: 15px;
    margin-bottom: -5px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.or-seperator i {
    padding: 0 10px;
    background: #FFFFFF;
    position: relative;
    top: -11px;
    z-index: 1;
}
.btn_anonymous-login{
    margin: 0 !important;
}

@media only screen and (max-width: 400px) {
    .container_info-message .btn_anonymous-login {
        font-size: 12px;
    }
    .img_scan{
        width: 10%;
    }
    .img_id{
        margin: 0 0 5px 1px;
    }
}