body {font-family: "Soleil" , Verdana, Helvetica, Sans-Serif !important; }

.login-container{
    margin-top: 4%;
    margin-bottom: 4%;
}
.login-form-1{
    padding: 3%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    color: #fff;
}
.login-container form{
    xpadding: 10%;
}

.form-control{
 xborder-radius: 2rem;
}

.login-form-1 .form-control::placeholder{
 color: #BBBBBB;
}

.btnSubmit
{
    xwidth: 50%;
    border-radius: 35px;
    padding: 1.5%;
    border: none;
    cursor: pointer;
    font-size: 17px;
    padding-left: 2em;
    padding-right: 2em;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0087FA;
    transition: 0.3s;
}


.login-form-1 .btnSubmit:hover {
    background-color: #006bc7;
}

.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

.header_logo {
//    background-image: url(../img/solitea-vema.svg);
    background-image: url(../img/logo_vema.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    xwidth: 300px;
    width: 100%;
    max-width: 200px;
    height: 50px;
}

.content {
  padding: 1.1em; 
}

.lspace {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.vlogo {
    xtext-align: center;
    margin-bottom: 20px;
}

.fspace {
    margin-bottom: 10px;
}

.akce {
  xcolor: red;
  font-size: 1.1em;

}

form {
 padding-top: 1.5em !important;
}

a {
  text-decoration: underline !important;
}

.helplink {
  xfont-size: 0.9em;
  color: red;
  background-color: yellow;
}

.inputmensi {
  max-width: 400px !important;
}

.errMsg {
  color:white;
  background-color: red;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
}

.errMsgRedText {
  color:red;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
}


.hide {
  display: none;
}


.green {
  color: green;
}

.red {
  color: red;
}

.gray {
  color: #cccccc;
}

.iconstyle {
  font-size: 1.4em !important;
  padding-right: 0.3em;
  width: 1.5em;
}

.high {
  background-color: yellow;
}

.seznam_text {
  font-style: italic;
  margin-bottom: 40px;
}

.circle {
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px; 
  margin-right: 15px;
  flex: 0 0 50px;  
}

.circle_text {
  font-size: 25px; /* 50% of parent */
  line-height: 1;
  position: relative;
  top: 12px;
  color: white;
}

.cblue  { background-color: #0087FA; }
.cred   { background-color: rgb(255,204,0); }
.corange   { background-color: rgb(255,153,51); }
.cgreen { background-color: rgb(0,204,0); }
.cdgreen { background-color: rgb(0,128,0); }
.cpurple { background-color: rgb(204,51,255); }

.myrow {
  display: flex;
  padding-top: 10px;
}

.seznam_item {
  xpadding-left: 15px;
}

.akce_prev {
  font-size: 0.8em;
  font-weight: normal;
  color: rgb(255,153,0);
}

.akce_today {
  font-size: 0.8em;
  font-weight: normal;
  color: black;
  background-color: rgb(0,214,0);
}

.rakce {
  margin-bottom: 10px;
}

.info-text {
  background-color: yellow;
  padding: 0.5em;
}

