﻿body {
}

.okLoginButtonContainer.withLogo {
    background-image: url(/Images/ok_logo_horizontal_fullcolour_pos_rgb.png);
    background-repeat: no-repeat;
    background-size: 165px;
    background-position-x: center;
    background-position-y: top;
}

input.loginOkButton {
    background-color: #296ec6;
    border-radius: 5px;
    border-color: lightskyblue;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    height: 42px;
    color: #eeeeff;
    cursor: pointer;
}

.okLoginButtonContainer.withLogo > input.loginOkButton {
    margin-top: 52px;
}

input.minimalButton {
    background-color: transparent;
    border-width: 0;
    color: #007bff;
}

input.minimalButton:hover {
    text-decoration: underline;
    color: #0056b3;
    cursor:pointer
}

.b2cInfoContainer {
    width: 374px;
    padding-left: 20px;
    text-align: left
}

.b2cInfo {
    background-color: #ffffcc;
    padding: 12px;
    border: solid #ccc 1px
}