/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ekonto-login-link {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    border: solid 1px #e1e1e1;
    padding: 3px;
    overflow: hidden;
}

.ekonto-login-link span {
    color: #777;
    font-weight: 100;
    font-size: 22px;
    line-height: 75px;
    display: inline-block;
    float: right;
    text-align: center;
    padding-right: 12px;
}

.ekonto-login-link img {
    float: left;
}

.ekonto-error {
    text-align: center;
    color: #2980b9;
    position: fixed;
    top: 10%;
    left: 20%;
    width: 60%;
    font-size: 18px;
    background: url('../gfx/ekonto-put-close-error.png') no-repeat top 5px right 5px #fff;
    border: solid 2px #2980b9;
    padding: 10px 0px 10px 0px;
}