/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-login-with-vipps-login-with-vipps {
}

/* And the rest */
.continue-with-vipps-wrapper.center-block .button.continue-with-vipps {
 margin: 0 auto;
 width: 100%;
}
.continue-with-vipps-wrapper {
 display:inline-block;
}
.continue-with-vipps-wrapper a.button.continue-with-vipps img {
    max-width: 100%;
    margin:0px;
    display:inline;
    height: 2ex;
    vertical-align: text-bottom;
}
.continue-with-vipps-wrapper a.button.continue-with-vipps:hover img {
    opacity: 0.9;
}
.continue-with-vipps-wrapper a.button.continue-with-vipps.disabled img {
    opacity: 0.7;
}
.continue-with-vipps-wrapper a.button.continue-with-vipps {
 display: inline-block;
 color: #fff;
 background-color: #fe5b24;
 border: 0;
 padding:0;
 font-size: 22px;
 height: 48px;
 line-height: 48px;
 font-weight: 400;
 text-align:center;
 cursor: pointer;
 box-sizing: border-box;
}

.continue-with-vipps-wrapper.inline a.button.continue-with-vipps {
 font-size: 1em;
 line-height: 2em;
 font-weight: 500;
 height: auto;
 padding: 5px 10px 4px 10px;
}

.continue-with-vipps-wrapper a.button.continue-with-vipps:focus {
 outline:0; 
}
.continue-with-vipps-wrapper a.button.continue-with-vipps:active, #continue-with-vipps-wrapper a.button.continue-with-vipps:active {
 border: 0;
}


