.loginRegContainer {
    font-family: "Roboto", Verdana, sans-serif;
    width: 432px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #F2F2F2;
    border-radius: 20px;
    text-align: center;
    box-shadow: 1px 1px 5px rgb(163, 163, 163);
}

.loginRegTitle {
    justify-content: center;

    background: #DDEEFF;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}

.loginRegTitle .loginTitle {
    margin: 0;
    font-size: 20px;
    color: #474747;
}

.loginRegTitle .loginTitleInfo {
    margin: 0;
    margin-top: 8px;
    font-size: 18px;
    color: #474747;
}


.loginRegTitle #loginTitle {
    margin-right: 5px;
}

.loginRegTitle .registerBtn {
    font-size: 20px;
    color: rgb(128, 128, 128);
}

.loginContainer {
    transition: .4s ease;
}

.inp {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 180px;
    border-radius: 3px;
    overflow: hidden;
}

.inp .label {
    position: absolute;
    top: 0px;
    left: 12px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    transform-origin: 0 0;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
    pointer-events: none;
    width: 200px;
    text-align: left;
}

.inp .focus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
}

.inp input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 24px 12px 12px 12px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    transition: all 0.15s ease;
}

.inp input:hover {
    background: rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp input:not(:-moz-placeholder-shown)+.label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -18px, 0) scale(0.75);
}

.inp input:not(:-ms-input-placeholder)+.label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -18px, 0) scale(0.75);
}

.inp input:not(:placeholder-shown)+.label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -18px, 0) scale(0.75);
}

.inp input:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
    box-shadow: inset 0 -2px 0 #7393b3;
}

.inp input:focus+.label {
    color: #7393b3;
    transform: translate3d(0, -18px, 0) scale(0.75);
}

.inp input:focus+.label+.focus-bg {
    transform: scaleX(1);
    transition: all 0.1s ease;
}

.captchaInp .label {
    top: 40px;
}


.loginBtn {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
    background: #ddeeff;
    width: 100%;
    padding: 6px 20px;
    margin-top: 10px;
    border: none;
    border-radius: 0px 0px 20px 20px;
    transition: .4s ease;
    color: #474747;
}

.loginBtn:hover {
    background: #c3d6e9;
    cursor: pointer;
}

.formInputTxt {
    padding: 3px 5px;
    outline: none;
    border: none;
    border-bottom: 1px solid #c3d6e9;
}

.HTMLInfo_Info {
    margin-top: 5px;
    font-size: 14px;
}

#HTMLInfo_required {
    font-size: 12px;
    font-style: italic;
}

.inp .unmask {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-65%);
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    right: 6%;
    border: none;
    background: transparent;
}

.inp .unmask img {
    width: 28px;
}


.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    font-family: inherit;
    padding: 8px 12px;
    font-weight: 400;
}

.anrede-wrapper {
    text-align: left;
}

.anrede-wrapper label {
    padding-left: 12px;
    font-size: 12px;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::before {
    position: absolute;
    right: 13px;
    top: 18px;
    width: 0;
    height: 0;
    content: "";
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: rgb(26, 26, 26) transparent;
    pointer-events: none;
}

#sleAnrede {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 40px;
    -moz-padding-start: calc(10px - 3px);
    padding-left: 10px;
    color: rgb(26, 26, 26);
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 30%);
}

#sleAnrede::-ms-expand {
    display: none;
}

.cap-wrapper {
    display: inline-grid;
}

.cap-wrapper p {
    margin: 0;
}

#capStatus {
    font-weight: bold;
    color: #ed143d;
}

.jCaptcha {
    padding: 6px !important;
    text-align: center;
    width: 33px !important;
    border: 1px solid #878787 !important;
}

.jCaptchaCanvas {
    color: rgb(44, 44, 44);
    transform: translateY(8px);
}