.wiseid-signin-button {
	border-radius: 5px; 
	border: thin solid #888; 
	box-shadow: 0.5px 0.5px 0.5px 0.5px grey; 
	white-space: nowrap; 
	background: white; 
	padding: 8px 30px 8px 30px;
}

.wiseid-signin-button-logo {
	width:30px; 
	margin-bottom:3px; 
	margin-right:25px;
}

.wiseid-signin-button-text {
	font-weight: 500; 
	color: #063b50;
}

.wiseid-modal-content {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.wiseid-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.wiseid-qr-center {
	text-align: center;
}

.wiseid-modal-footer {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}