html {
    font-family: MORNIntrinsicWeb-Regular;
    color: #1e1e1e;
    background-color: #ffffff;
}

@font-face {
    font-family: 'MORNIntrinsicWeb-Regular';
    src: url('../fonts/MORNIntrinsicWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.uim-ul-header-title {
    font-size: 33.6px;
    color: #1e1e1e;
    text-align: center;
    margin-bottom: 48px;
}

.uim-ul-input-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 3px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out,border-color .15s ease-in-out;
    transition: box-shadow .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    background-color: #fff;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.uim-ul-input-field.focus {
    outline: 0;
    position: relative;
    border-color: #0077cf;
    -webkit-box-shadow: 0 0 0 1px #0077cf;
    box-shadow: 0 0 0 1px #0077cf
}

.uim-ul-input-field.error {
    border-color: #ca0000
}

.uim-ul-input-field.focus.error {
    -webkit-box-shadow: 0 0 0 1px #ca0000;
    box-shadow: 0 0 0 1px #ca0000
}

.uim-ul-input-field.focus .uim-ul-label,.uim-ul-input-field.filled .uim-ul-label {
    top: -2px;
    -webkit-transform: scale(.88) translateX(-8px) translateY(-50%);
    transform: scale(.88) translate(-8px) translateY(-50%);
    overflow: visible;
    white-space: normal
}

.uim-ul-input-field.focus .uim-ul-label {
    color: #0077cf
}

.uim-ul-input-field.error .uim-ul-label {
    color: #ca0000
}

.uim-ul-label {
    position: absolute;
    left: 16px;
    color: #5e5e5e;
    background-color: #fff;
    z-index: 1;
    padding: 1px 6px;
    top: 26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top .15s ease-in-out,padding .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: top .15s ease-in-out,padding .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,top .15s ease-in-out,padding .15s ease-in-out;
    transition: transform .15s ease-in-out,top .15s ease-in-out,padding .15s ease-in-out,-webkit-transform .15s ease-in-out;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font: inherit;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.uim-ul-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 16px;
    height: 52px;
    line-height: 1.1;
    outline: none;
    padding: 0 16px;
    width: 100%;
    color: #1e1e1e;
    background-color: #fff;
    border-radius: 3px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out,border-color .15s ease-in-out;
    transition: box-shadow .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.uim-ul-input-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    color: #ca0000
}

.uim-ul-warning-icon {
    height: 16px;
    width: 16px;
    fill: #ca0000;
    margin-right: 8px;
}