.bankid-container {
    display: flex;
    justify-content: center;
    align-items: center;
/*     height: 100vh; */
/*     background-color: #a0e9af; */
}

.bankid-content {
    text-align: center;
/*     background-color: #ffffff; */
    padding: 20px;
/*     border-radius: 15px; */
/*     box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}

#bankid-authenticate {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
    background-color: #7DC246;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

#bankid-authenticate:hover {
    background-color: #555555;
}

#bankid-qr-container h2 {
    font-size: 24px;
    color: #7DC246;
}

#bankid-qr-container p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

#bankid-qr {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

#bankid-cancel,
#bankid-start {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ffffff;
    background-color: #7DC246;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight:400;
}

#bankid-cancel:hover,
#bankid-start:hover {
    background-color: #555555;
}

p.banksuccess_msg {
    color: green !important;
    font-size: 20px !important;
    font-weight: 500;
	display:none;
}

p.bankalert_msg {
    color: #bf2828 !important;
    font-size: 20px !important;
    font-weight: 500;
	display:none;
	
}

p#timer {
    font-size: 20px;
    color: #bf2828;
    font-weight: 500;
}


#bankid-popup {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bankid-popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
	text-align:center;
}

#bankid-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
