input[type=checkbox] {
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    outline: none;
    content: none;
    margin: 0;
}

input:not([type='checkbox']) {
    width: 100%;
}

input[type=checkbox]:before {
    content: "";
    background-color: transparent;
    outline: 1px solid #4CAEA8;
    height:12px;
    width:12px;
    display: inline-block;
    outline-offset:2px;
    cursor: pointer;
}

input[type=checkbox]:checked:before {
    background-color: #4CAEA8;
}

input[type=checkbox]:focus {
    outline: none;
}

input[type=password] {
    padding-right: 70px;
}

input:focus-visible {
    outline: 2px solid #4CAEA8;
}

button[type=submit],
input[type=submit],
button#emailVerificationControl_but_send_code,
.panel-change-password button#cancel,
.panel-forgot-password button#emailVerificationControl_but_send_new_code,
.panel-forgot-password button#emailVerificationControl_but_verify_code,
.panel-forgot-password button#emailVerificationControl_but_change_claims {
    border-radius: 0px 20px 0px 0px;
    padding: 10px 18px 10px 15px;
    float: right;
    background-color: #4caea8;
    color: #ebf6f6;
    border: none;
}

label {
    color: #184a4e;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 4px;
}

input {
    border: 0;
    padding: 8px 14px;
    color: #184A4E;
    font-size: 16px;
}

.rememberMe > label {
    font-size: 13px;
    padding-left: 10px;
    margin: 0;
}

.input-reset {
    position: absolute;
    cursor: pointer;
    right: 23px;
    bottom:0;
    opacity: 0.5;
}

.rememberMe {
    margin-top: 35px;
    display: flex;
    align-items: center;
    padding-left: 3px;
}
