body {margin:0; border:0; padding:0; height:100%; max-height:100%; font-family:arial, verdana, sans-serif; font-size:76%; background: #D3ECF8;}
/* for internet explorer */
* html body {padding:0; overflow:auto}

#authBack {position:absolute; 
    top:0; left:0;
    margin:0; 
    text-align: center;
    background-image: url(../img/back.63.jpg);
    background-size:cover;
    width:100%; height:100%; min-height:100%}

.warning {
    z-index: 1;
    background-color: pink;
    margin: 30px 15%;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    border-radius: 20px;
}

#authDialog{
    margin-left: 10%;
    margin-top: 80px;
    padding:10px;
    width:250px; 
    text-align:center;
    /*opacity: 0.8;*/
    /* background-color: #9A2EFEb2; /* фиолетовый */
    /* background-color:#088A08b2; /* зеленый */
    /* background-color:#08c; /* синий */
    /* background-color: #1f2e66b2; /* синий */
    /* background-color: #DF3A01b2; /* оранжевый */
    /* background-color: red; /* красный */
    background-color: #FE9A2Eb2 /* светло-оранжевый */;
    background: #295e7d78;
    color:white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 6px;
}
#authDialog * {
    padding: 8px 12px;
    box-sizing: border-box;
}

#logo-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.logo {
    position: absolute;
    bottom: 0;
    width: 250px;
    left: 10%;
    bottom: 5%;
    background-color: #ffffff60;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
}

.btnBlue {
    font-weight:bold; 
    border: none;
    /* border:solid 2px lightblue;  */
    background:white; 
    color: #08c; 
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.6s ease;
}
.btnBlue:hover {
    background:#08a4f3; 
    /* border:solid 2px #2e96b7;  */
    color: white; 
    cursor:pointer
}

h3 {
    font-size:1.2em; 
    margin:0; padding:0 10px 0; 
    font-style:italic; 
    font-variant:small-caps; 
    color: #08c
}

.btnBlue * {
    vertical-align: middle;
}

.btnBlue img{
    height: 18px;
}


.btnBlue span{
    margin-left: 10px;
}

#app-link {
    position: fixed;
    right: 0;
    top: 0;
    width: 30%;
}

#app-link img {
    width: calc(100% - 40px);
    margin-top: 100px;
    /* margin: 20px; */
}

input {
    border-radius: 4px;
    /* border: 1px solid #239eff; */
    border: none;
    margin-bottom: 14px;
}

#authDialog input,
#authDialog button{
    width: 100% !important;
}

@media (max-width: 700px) {
    #authDialog {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-height: 390px) {
    .logo {
        display: none;
    }
}
