body{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}::-webkit-input-placeholder{color:#c4c4c4;opacity:1}::-moz-placeholder{color:#c4c4c4;opacity:1}:-ms-input-placeholder{color:#c4c4c4;opacity:1}::-ms-input-placeholder{color:#c4c4c4;opacity:1}::placeholder{color:#c4c4c4;opacity:1}:-ms-input-placeholder{color:#c4c4c4}::-ms-input-placeholder{color:#c4c4c4}.login-organizace{text-decoration:none;position:absolute;left:.5%;top:.5%}.wrapper{position:fixed;top:0;right:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#424242;background-image:url(../img/login_bcground.png);background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;z-index:-1}#login-notif{text-align:center;width:25%;min-width:341px}.login-container{background:#282726;-webkit-box-shadow:0 5px 8px 0 rgba(0,0,0,0.7),0 9px 26px 0 rgba(0,0,0,0.2);box-shadow:0 5px 8px 0 rgba(0,0,0,0.7),0 9px 26px 0 rgba(0,0,0,0.2);width:341px;height:50%;border-radius:20px;min-height:190px;max-height:260px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login-container form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.login-container form div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.login-form-input{padding:5px 10px;margin-bottom:10px;border:1px solid gray;border-radius:20px;background:gray;color:#fff;width:70%}.login-form-input:focus{outline:2px solid #bdbdbd}.login-form-submit{padding:5px 10px;margin:5px 0;border:1px solid gray;border-radius:20px;background:gray;color:#fff;width:30%;cursor:pointer}.login-form-submit:hover{background:#606060;border:1px solid #797979}.container-error{top:2%;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;max-width:500px;z-index:999999999;-webkit-animation:popup-login-error 1s linear;-moz-animation:popup-login-error 1s linear;-ms-animation:popup-login-error 1s linear;-o-animation:popup-login-error 1s linear}@-webkit-keyframes popup-login-error{from{top:-10%}to{top:2%}}