﻿div.divCentered {
    position: absolute;
    right: 5%;
    top: 35%;
    height: 125px;
    width: 500px;
    background-color: white;
    border-radius: 6px
}

div.dialogHeader {
    background-repeat: repeat-x;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: bolder;
    color: #1E7EC6;
    height: 29px;
    padding: 10px 0px;
    margin: 0;
    width: 150px;
    border-radius: 10px;
}

.watermarkDiv {
    display: none;
}

.image-block {
    position: absolute;
    top: 12%;
    left: 14%;
    float: left;
}

.reflection img {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv;
    opacity: 0.30;
    filter: alpha(opacity='30');
}

img.imagebg, img.imagerefbg {
    width: 400px;
}

.login-azure-div {
    border: 0px solid blue;
    display: inline-block;
}

.azure-button {
    border: 2px solid black;
    display: inline-block;
}

.azure-label-div {
    display: inline-block;
    border-bottom: 1px solid black;
    border: 0px solid green;
    margin-bottom: 5px;
    font-weight: bold;
}

.azure-button-div {
    border: 0px solid red;
    display: inline-block;
}

.totpcontainer .input-field {
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.totpcontainer.setup .input-field {
    margin-top: 7px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.totpcontainer input {
    height: 30px;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid grey;
}

.code input {
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
    width: 20px;
}

.code input::placeholder {
    font-size: 12px;
}

.code input:hover::placeholder {
    font-size: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}