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

body {
    background: #fff;
    background-image: url("../../img/new-img/background.png");
    background-position: center;
    background-attachment: fixed;
    /*font-family: 'DM Sans', sans-serif;*/
    font-family: sans-serif;
}

html, body {
    height: 100%;
}

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

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

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

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

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

.form-check-label {
    margin-top: 2.6px;
}
