html {
    font-family: Arial, Helvetica, sans-serif;
}

#kc-page-title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #002664;
}

#kc-content {
    max-width: 360px;
}

.checkbox label {
    color: #202427;
}

input[type=text], input[type=password] {
    background-color: #fff;
    border: 1px solid #c6c8c9;
    border-radius: 4px;
    height: 46px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    max-width: 328px;
    margin-top: 5px;
    font-size: 16px;
}

.wrapper {
    margin-bottom: 20px;
}

label {
    color: #899196;
    padding-left: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}

.box {
    border: 1px solid #c6c8c9;
    border-radius: 5px;
    padding: 40px 60px 0;
    max-width: 360px;
    margin: auto;

}

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

.checkmark {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #eef4f8;
    border-radius: 3px;
    border: 1px solid #7c9dbe;
    float: left;
}

input:checked ~ .checkmark {
    background-color: #8bb3d3;
}

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

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

.checkmark:after {
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: relative;
    left: 6px;
    top: 1px;
}

#kc-form-buttons input, .kcbutton {
    border: 1px solid #7c9dbe;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 7px 25px;
    background: #337ab7 linear-gradient(to bottom, #8bb3d3 0%, #83a8c9 100%) repeat-x;
    float: right;
    position: relative; 
    cursor: pointer;
}

.dsv-blue-button {
    background-image: linear-gradient(to bottom,#002664 0,#002664 100%);
    background-repeat: repeat-x;
    border: 1px solid #7c9dbe;
    color: #fff !important;
}

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

.footer {
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    padding: 17px 65px;

    margin: 120px -60px 0;
    height: 17px;
}

.settings .footer {
    background-color: #f7f7f7;
    border-top: 1px solid #c6c8c9;

}

.footer:empty {
    border-top: none;
    background-color: transparent;
}

.footer span:nth-child(1) {
    float: left;
}

.footer span:nth-child(2) {
    float: right;
}

.footer span:only-child {
    float: none;
}

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

#kc-form-buttons {
    display: inline;
    float: right;
}

.wrapper.settings a, #kc-footer a, #kc-top-header a {
    color: #8bb3d3;
    text-decoration-line: none;
}

.wrapper.settings a:hover, #kc-footer a:hover, #kc-top-header a:hover {
    text-decoration-line: underline;
}

#kc-info {
    display: none;
}

div.alert {
    position: fixed;
    right: 20px;
    top: 80px;
    max-width: 200px;
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px 30px 10px 10px;
}

div.alert.alert-error {
    border-color: #e36363;
}

div.alert.alert-success {
    border-color: #5cb85c;
}

div.alert.alert-warning {
    border-color: #f2de46;
}

#kc-content-icon {
    position: fixed;
    right: 30px;
    top: 86px;
    color: lightgrey;
    font-size: 24px;
}

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

#kc-footer {
    margin-top: 30px;
    /*width: 100vw;*/
}

#kc-footer p {
    color: #899196;
    text-align: center;

}

#kc-footer {
    text-align: center;
}

#kc-footer a ~ a {
    padding-left: 20px;
}

.dsv-logo {
    width: 68px;
    height: 20px;
    margin: auto;
    background-image: url('../img/dsv-logo.svg');
}

#kc-top-header {
    max-width: 1240px;
    margin: auto;
    height: 60px;
    padding: 20px 15px 30px;
}

#kc-top-header .dsv-logo {
    float: left;
}

#kc-top-header a {
    color: #002664;
    margin-left: 80px;
    margin-right: 10px;
    font-size: 14px;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 7px;
    border-top: 2px solid;
    transform: rotate(25deg);
    color: #899196;
    border-color: #899196;
}

#kc-header {
    display: none;
}

#kc-top-header-button {
    float: right;
    background: linear-gradient(to bottom, #002664 0, #002664 100%) repeat-x;
    border: 1px solid #7c9dbe;
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px;
}

#kc-top-header-button a {
    color: #fff;
    text-align: center;
    margin: 0;
    text-decoration: none;
}

#kc-top-header-button a:hover {
    text-decoration: none;
}

#kc-password-reveal {
    width: 35px;
    height: 25px;
    float: right;
    position: relative;
    top: -55px;
    left: 55px;
    background: url('../img/eye.svg') no-repeat;
    display: none;
}

#password {
    padding-right: 43px;
}

#kc-password-group {
    width: 300px;
}

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

.instruction {
    padding-bottom: 40px;
}

.kcform {
}

.kcform input#linkAccount {
	top: 0;
}