﻿/* Custom(-er's) styles */

/*
div.form-row:not(.wf-buttonsOnly) > div.form-group {
  flex: 0 50%;
  max-width: initial;
}
*/

/*
div.form-row > div.form-group {
  flex: 0 50%;
  max-width: initial;
}
*/

.wf-loginContent img, .wf-registerContent img, .wf-chPwdContent img {
	margin-top: 1px;
	width: 220px;
	margin-bottom: 1px;
}

/*
.wf-body > .col {
    padding-left: 10%;
    padding-right: 10%;
}
*/

.wf-registerContent:after {
    display: block;
    content: '* hvězdičkou označené údaje jsou povinné';
    margin-top: 7px;
    color: Brown;
    height: 25px;
    font-size: .8em;
    font-weight: bold;
    width: 100%;
}
regRequired