﻿body {
}
.master-wrapper-page{
    background:url(/img/bg_cover.png) repeat, url(../img/bg_foto.png) no-repeat;
    background-size: auto,cover;
    background-position: 50% 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.login-form{
    height:450px;
    width: 376px;
    background-color:white;
    border-radius:3px;
    position:absolute;
    top:50%;
    left:50%;
    margin: -225px 0 0 -188px;
}
.LogInEmailSent .login-form{
    height:320px;
    margin: -160px 0 0 -188px;
}
.LogInEmailSentEdit .login-form {
    height: 350px;
    margin: -175px 0 0 -188px;
}
.EditingDisabled .login-form {
    height: 290px;
    margin: -145px 0 0 -188px;
}
.log-in-divider {
    /*height: 450px;*/ /*SKRÝT DRUHY PANEL*/
    height: 350px;
    width: 376px;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -225px 0 0 -188px;
}
.login-form-inside{
    padding:0 15px;
    position: relative;
    height: 100%;
}
.log-in-divider-inside {
    padding:0 15px;
    position: relative;
    height: 100%;
}
.logo{
    width:100%;
}
.logo-inside{
    height:72px;
    border-bottom: 1px solid #d0d0d0;
}
.logo-inside > img{
    width:78px;
    height:36px;
    margin:18px 0;
    display:inline-block;
    float:left;
}
.logo-inside > span{
    display:inline-block;
    width:230px;
    float:left;
    font: 400 18px arial, sans-serif;
    margin: 15px 0 0 15px;
}
.EditingDisabled .logo-inside > span {
    margin: 25px 0 0 25px;
}
.text-info{
    margin-top: 25px;
    border-left: 2px solid #01416e;
    padding: 5px;
    background-color: #e9f6ff;
}
.text-info.success{
    margin-top: 25px;
    border-left: 2px solid #016e21;
    padding: 5px;
    background-color: #e9ffed;
}
.text-info.wrong {
    margin-top: 25px;
    border-left: 2px solid #bd1515;
    padding: 5px;
    background-color: #ffd8d8;
}
.text-info-2{
    margin-top: 25px;
    text-align:center;
}
.text-info-3{
    margin: 25px 0;
    font-family: Arial, sans-serif;
    font-size:14px;
}

.divider-inside .text-info-2{
    bottom:45px;
    position:absolute;
    margin: 0 auto;
    width: 346px;
}
.LogInEmailSent  .text-info-2{
    margin-top: 35px;
}
.text-info-2 > span{
    color:#545454;
}
.mail-input{
    margin-top:25px;
}
label#hl1-labelEl,label#hl2-labelEl{
    font: normal 14px arial, sans-serif;
    color:#545454;
}
.mail-input .x-fieldset{
    border: none !important;
    background: none;
}
.mail-input .x-fieldset-default{
    padding:0;
}
.mail-input .x-form-text-field-body-default{
    min-width: 345px;
}
.mail-input .x-form-item-label{
    display:inline;
}
.mail-input .x-form-item-body{
    display:block;
    margin-top:5px;
}
.button{
    position:absolute;
    bottom: 25px;
    width:345px;
}
.button.divider-inside-buttons{
    /*bottom:130px;*//*SKRÝT DRUHY PANEL*/
    bottom:105px;
}
.button .x-btn-default-small{
    border-radius: 0;
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    background-color: #0b70b3;
}
.button .x-btn-inner-default-small {
    font: 400 16px arial, sans-serif;
    color: #f0f0f0;
    padding: 0 5px;
    max-width: 100%;
}
.button .x-btn-over.x-btn-default-small {
    border-color: #0b70b3;
    background-image: none;
    background-color: #1a88d1;
}
.button > div{
    width:107px;
    margin:0 auto;
}
.button.divider-inside-buttons > div{
    width:auto;
    margin:0 auto;
}
.button.divider-inside-buttons > div:first-of-type{
    margin-bottom:8px;
}
.cskrch-odkaz{
    position:absolute;
    bottom: 18px;
    right:18px;
    width: 460px;
    background-color:white;
    border-radius:5px;
}
.cskrch-odkaz-inside{
    padding:20px 40px 20px 20px;
    overflow:hidden;
}
.cskrch-text{
    font: 400 18px arial, sans-serif;
    margin-top:8px;
    
}
.cskrch-odkaz .image{
    margin-right:10px;
    float:left;
}

span.x-btn-inner-default-small {
    font-size: 16px;
    line-height: 20px;
}