﻿:root {
    --primary-color: #005BA7;
}

body {
    background: white !important;
}

.login-form-start {
    box-shadow: 0px 3px 16px #3B6F8B26;
    border-radius: 13px;
    background-color: white;
    /*padding: 20px;*/
}

.input-titul {
    color: var(--primary-color);
    font-size: 16px;
}

.input-blue:focus-visible {
    outline: none !important;
    border-bottom: 2px solid var(--primary-color) !important;
    width: 100% !important;
    box-shadow: none !important;
}

.input-blue {
    border: none !important;
    border-bottom: 2px solid var(--primary-color) !important;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none; 
    
}

.light-notes {
    font-size: 14px;
    color: var(--primary-color);
}

.help-button {
    font-size: 14px;
    color: var(--primary-color);
    cursor: pointer;
    font-weight: bold;
}