#registrace-soutez {
    position: relative;
    background: #fff;
    border: 1px solid black;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 1);
    margin: 20px auto;
    width: 590px;
    z-index: 100;
}
#registrace-soutez .content {
}
#registrace-soutez .input {
    position: relative;
    text-align: center;
    border: #d7d7d7 solid 1px;
    border-radius: 5px;
    width: 100%;
    clear: both;
}
#registrace-soutez .input.active {
    -webkit-box-shadow:  0px 0px 5px 1px #40c3ff;
    box-shadow:  0px 0px 5px 1px #40c3ff;
}
#registrace-soutez .input.invalid {
    background: #ffb9ca;
    border-color: #ff2b6c;
}
#registrace-soutez .input.valid {
    background: #f2fff0;
    border-color: #50ad20;
}
#registrace-soutez .input label {
    position: absolute;
    font-size: 18px;
    width: 100%;
    color: #aaa;
    top: 6px;
    left: 0;
    z-index: 1;
}
#registrace-soutez .input input[type="text"],
#registrace-soutez .input input[type="password"] {
    position: relative;
    text-align: center;
    font-size: 18px;
    border: none;
    padding: 5px 10px;
    width: 353px;
    height: 22px;
    z-index: 2;
}
#registrace-soutez .help-text {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 18px;
}
#registrace-soutez .krok {
    text-align: center;
    padding: 20px 0;
}
#registrace-soutez .registrace {
    font-size: 40px;
    margin-right: 10px;
}
#registrace-soutez .poradi {
    font-size: 24px;
}
#registrace-soutez .plus {
    vertical-align: bottom;
    font-size: 12px;
}