body {
    background: #fff;
    background-image: url("../images/background.png");
    background-position: center;
    background-attachment: fixed;
}

html, body {
    height: 100%;
    font-size: 16px;
}

label {
    font-weight: 400;
}

.min-h-100 {
    min-height: 100%;
}

.input-group-laursa input {
    border-right: 0px !important;
}

input[type="password"] {
    border-width: 1px !important;
}

.input-group-laursa .input-group-text {
    border-top: 1px solid #0F57BF;
    border-right: 1px solid #0F57BF;
    border-bottom: 1px solid #0F57BF;
    background-color: #fff;
    color: #0F57BF;
    border-left: 0px !important;
    border-width: 1px !important;
}

.border-2 {
    border-width: 1.5px !important;
}

.form-group.floating>label {
    top: 10px;
    left: 8px;
    z-index: 5;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    pointer-events: none;
    font-weight: 500 !important;
    margin-bottom: 0px;
    line-height: 14px;
    color: #898B8F;
}

.fieldset-floating {
    border-radius: 5px;
    border: 1px solid #0F57BF;
    padding: 15px 10px;
}

.fieldset-floating>legend {
    left:-3px;
    z-index: 5;
    width: auto;
    border: none;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    pointer-events: none;
    font-weight: 500 !important;
    margin-bottom: 0px;
    line-height: 14px;
    color: #898B8F;
}

.popover.bs-popover-bottom>.arrow,
.popover.bs-popover-top>.arrow {
    border-width: 0px;
}

.btn-disability {
    outline: none !important;
}