﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?12678");

/* ================================================

Primary color customization
For additional color customizations, you can change the color code for the colors below

  ================================================ */
  
:root {
    --color-primary: rgba(20, 36, 90, 1); /*primary-color*/
    --color-primary-hover: #1F4788; /*primary-color*/
    --color-secondary: #1F4788; /*primary-color*/
}
.input {
    height: 36px;
    margin-bottom: 10px;
}