@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

html {
    font-family: 'Open Sans', sans-serif;
    background: #DCDCDC;
}

body {
    margin: 0;
    padding: 0
}

input[type=text], input[type=password] {
    height: 46px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 5px;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    padding: 14px 16px;
    color: #0063C3;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: #FFFFFF;
    border: 1px solid #CCD4E0;
}

input[type=password] {
    letter-spacing: 4px;
}

.wrapper {
    margin-bottom: 30px;
}

.checkbox label {
    color: #0A34A1;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    margin-left: 12px;
    cursor: pointer;
}

label {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #676767;
}

.box {
    margin: 0;
    background: white;
    padding: 31px 42px;
}

input[type=checkbox] {
    opacity: 0;
    float: right;
    width: 0;
    height: 0;
}

.checkmark {
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid #CCD4E0;
    float: left;
}

input:checked ~ .checkmark {
    background-color: #0063C3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: relative;
    left: 8px;
    top: 3px;
}

.kcbutton {
    border: 1px solid #0431A6;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    height: 51px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
}

#kc-form-buttons input {
    top: -148px;
}

.wrapper.settings {
    margin-bottom: 0;
}

div.alert {
    position: fixed;
    z-index: 1;
    display: flex;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    padding: 26px 0;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#kc-page-title {
    margin-bottom: 24px;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.kc-feedback-text {
    width: 100%;
    text-align: center;
}

div.alert.alert-error {
    background: #B00020;
}

div.alert.alert-success {
    background: #4BAF4B;
}

div.alert.alert-warning {
    background: #F47920;
}

#kc-content-icon {
    color: white;
    font-size: 18px;
    margin-right: 18px;
    cursor: pointer;
}

#kc-content a {
    text-decoration: none;
}

#kc-top-header {
    height: 68px;
    width: 100%;
    background: #002664;
    display: flex;
    align-items: center;
}

.dsv-logo {
    background-color: white;
    -webkit-mask-image: url('../img/dsv-white.svg');
    mask-image: url('../img/dsv-white.svg');
    width: 85px;
    height: 25px;
}

#kc-top-header a {
    font-size: 14px;
    text-decoration-line: none;
}

.strikethrough {
    background: url('../img/eye2.svg') no-repeat !important;
}

#kc-password-reveal {
    width: 35px;
    height: 25px;
    position: absolute;
    background: url('../img/eye.svg') no-repeat;
    right: 0;
    top: 16px;
    color: #0A34A1;
    visibility: hidden;
}

#password {
    padding-right: 43px;
}

#kc-password-group {
    margin-bottom: 0;
}

#kc-form-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

#kc-form-options a {
    color: #0A34A1;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

input:focus {
    outline: none;
}

.or-line {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.or-line hr {
    height: 0;
    margin: 0;
    border-width: 1px 0 0 0;
    border-top: 1px solid #CCD4E0;
    width: 100%;
}

.or-line span {
    font-weight: 400;
    font-size: 14px;
    margin: 0 19px;
}

.secondary-button {
    background: #fff !important;
    border: 1px solid #0431A6;
    color: #0431A6;
    font-size: 14px;
    cursor: pointer;

    padding: 16px 0;

    width: 100%;

    font-style: normal;
    font-weight: 700;
    line-height: 19px;

    text-align: center;
    letter-spacing: 1px;

    margin-bottom: 10px;
}

.reveal-container {
    position: relative;
    height: 71px;
}

#kc-reset-password-form .wrapper {
    margin-bottom: 0;
}

.providers-list {
    display: flex;
    flex-direction: column;
}

.providers-list-logos {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto 1fr;
    padding-bottom: 1rem;
    justify-content: space-between;
}

.arrow-right {
    display: block;
    width: 12px;
    height: 14px;
    background: url('../img/arrow-right.svg') no-repeat !important;
    margin-left: 8px;
}

#kc-top-header .logo-links {
    display: flex;
    align-items: center;
    height: 68px;
}

#kc-top-header .logo-links .links {
    display: flex;
    font-weight: 700;
    height: 68px;
    align-items: center;
}

#kc-top-header .logo-links .links div {
    margin-left: 8px;
    margin-right: 8px;
}

#kc-top-header .logo-links .links div a {
    color: white;
}

#kc-top-header .logo-links .dsv-logo {
    margin-left: 12px;
    margin-right: 12px;
}

#kc-top-header .buttons {
    display: flex;
    margin-left: auto;
    margin-right: 2px;
}

#kc-footer {
    color: white;
    padding: 1rem 1rem;
    background: #002664;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#kc-footer a {
    text-decoration-line: none;
}

#kc-footer .links {
    display: flex;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 16px;
    justify-content: space-between;
    flex-direction: column;
}

#kc-footer .links .link {
    padding-bottom: 4px;
    padding-top: 4px;
}

#kc-footer .company {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-direction: column;
}

#kc-footer .shipping-easy {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

#kc-top-header .dsv-logo {
    display: none;
}

.kcbutton-color {
    background: #0431A6;
    padding: 2px 2px;
}

.clarity-login {
    margin-top: 110px
}

@media screen and (min-width: 400px) {
    .kcbutton-color {
        padding: 16px 2px;
    }

    .kcbutton-block {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (min-width: 640px) {
    #kc-top-header .dsv-logo {
        display: block;
    }

    .kcbutton-color {
        padding: 16px 24px;
    }

    #kc-top-header .buttons {
        margin-right: 20px;
    }
}

@media screen and (min-width: 800px) {
    .box {
        margin: auto;
        width: 360px;
    }

    #kc-top-header .logo-links .links div {
        margin-left: 40px;
        margin-right: 40px;
    }

    #kc-top-header .logo-links .dsv-logo {
        margin-left: 84px;
        margin-right: 44px;
    }
}

@media screen and (min-width: 1024px) {

    #kc-footer {
        padding-left: 9rem;
        padding-right: 9rem;
        padding-top: 7rem;
    }

    #kc-footer .links {
        flex-direction: row;
    }

    #kc-footer .company {
        flex-direction: row;
    }

    #kc-footer .shipping-easy {
        text-align: right;
    }

    #kc-footer .links {
        padding-top: 112px;
    }

    #kc-footer .links .link {
        padding-bottom: 16px;
        padding-top: 16px;
    }

    #kc-top-header {
        margin-bottom: 92px;
    }

}
