#form-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 16px;
    padding-bottom: 20px;
    margin: 70px auto 60px;
    width: 319px;
    height: auto;
    border-radius: 12px;
    border: 1px solid #d0d0d0;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgb(240, 240, 240);
}

#form-container input {
    text-decoration: none;
    position: relative;
    width: 80%;
    display: block;
    margin: 20px auto;
    font-size: 15px;
    color: #000;
    padding: 8px;
    border-radius: 6px;
    border: none;
    background: rgba(208, 208, 208, 0.35);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#form-container input:focus {
    outline: none;
    box-shadow: 2px 2px 10px rgb(200, 200, 200);
    background: rgba(208, 208, 208, 0.5);
}

#form-container select {
    text-decoration: none;
    position: relative;
    width: 85%;
    display: block;
    margin: 20px auto;
    font-size: 14px;
    color: #2c2c2c;
    padding: 8px;
    border-radius: 6px;
    border: none;
    background: rgba(208, 208, 208, 0.35);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#form-container select:focus {
    outline: none;
    box-shadow: 2px 2px 10px rgb(200, 200, 200);
    background: rgba(208, 208, 208, 0.5);
}

#form-container #label {
    font-size: 11px;
    width: 100%;
    vertical-align: middle;
    display: table;
}

.label-agreement {
    text-align: center;
    margin-bottom: 25px;
}

#form-container #agreement {
    margin: 0 10px 0 0;
    vertical-align: bottom;
    width: auto;
    display: inline-block;
}

.register-container {
    width: 670px !important;
}

.register-container .register-column {
    float: left;
    width: 50%;
    margin-top: -20px;
}

.register-text {
    text-align: center;
    margin: 10px 25px;
    font-size: 15px;
}

.register-texts-top {
    display: none;
    margin-bottom: 30px;
}

.register-texts-right {
    display: block;
    margin-bottom: 19px;
}

.register-join {
    text-align: center;
    margin: 15px 25px 25px;
    font-size: 15px;
}

.register-clients {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.register-container input {
    margin: 17px auto !important;
}

.buy-container {
    width: 500px !important;
}

#form-title {
    font-weight: normal;
    text-align: center;
    position: relative;
    font-size: 24px;
    margin-bottom: -2px;
}

#form-text {
    text-align: center;
    margin: 20px 30px -2px;
    font-size: 14px;
}

#form-button {
    text-decoration: none;
    position: relative;
    display: block;
    margin: 20px auto;
    font-size: 16px;
    padding: 8px;
    border-radius: 6px;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    cursor: pointer;
    background: #82c312;
    color: rgb(250, 250, 250);
    width: 85%;
    -webkit-appearance: none;
    outline: none;
}

#form-button:hover {
    outline: none;
    box-shadow: 2px 2px 10px rgb(200, 200, 200);
    background: #79b510;
}

#form-button:focus {
    outline: none;
}

.form-errors {
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: #cf0000;
    list-style-type: none;
    font-size: 14px;
    text-align: center;
}

.ares-error {
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: #cf0000;
    font-size: 14px;
    text-align: center;
}

.input-filled {
    background-color: #e0eae4 !important;
}

.input-not-filled {
    background-color: #efefef !important;
}

#form-success {
    padding-left: 25px;
    padding-right: 25px;
    color: #79b510;
    list-style-type: none;
    font-size: 14px;
    text-align: center;
}

::-webkit-input-placeholder {
    color: #737373;
}

:-moz-placeholder {
    color: #101010;
}

::-moz-placeholder {
    color: #101010;
}

:-ms-input-placeholder {
    color: #101010;
}

input::-ms-clear {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(158, 181, 0, 0.1) inset !important;
    -webkit-text-fill-color: #101010 !important;
}

::-ms-browse {
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 6px;
    border: none;
    text-align: center;
    cursor: pointer;
    background: #bdbdbd;
    color: rgb(250, 250, 250);
    -webkit-appearance: none;
    outline: none;
}

::-webkit-file-upload-button {
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 6px;
    border: none;
    text-align: center;
    cursor: pointer;
    background: #bdbdbd;
    color: rgb(250, 250, 250);
    -webkit-appearance: none;
    outline: none;
}

.image-file::-webkit-file-upload-button {
    background: #ffffff;
    visibility: hidden;
}

.image-file::before {
    content: 'Zvolit soubor';
    margin-right: -86px;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    border: none;
    text-align: center;
    cursor: pointer;
    background: #bdbdbd;
    color: rgb(250, 250, 250);
    -webkit-appearance: none;
    outline: none;
}

#forgotten-register-box {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0 5px 6px 5px;
}

#forgotten-register-text {
    font-size: 13px;
    right: 0;
    top: 8px;
    cursor: pointer;
}

#forgotten-register-text:hover {
    text-decoration: underline;
    color: #79b510;
}

select {
    font-size: 14px;
    color: #2c2c2c;
    padding: 8px;
    border-radius: 6px;
    border: none;
    background: rgba(208, 208, 208, 0.35);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

select:focus {
    outline: none;
    box-shadow: 2px 2px 10px rgb(240, 240, 240);
    background: rgba(208, 208, 208, 0.5);
}

#upload-ad {
    display: none;
}

input[type="checkbox"] {
    accent-color: #79b510;
}

@media (max-width: 700px) {

    .register-container {
        width: 90% !important;
    }

    .register-container .register-column {
        width: 100% !important;
    }

    .register-texts-top {
        display: block;
    }

    .register-texts-right {
        display: none;
    }

}

@media (max-width: 520px) {

    #form-container {
        width: 90%;
    }

    .buy-container {
        width: 90% !important;
    }

}