﻿@import url("Theme.WorkRequestPortal.css?9234");

.textHeader{
    font-size: 22px;
    color: #0492C2;
    font-weight: bold;
}

.textTitle{
    font-weight: bold;
    font-size: 16px;
    color: #606060;
}

.inputTextBox{
    height: 41px; 
    width: 275px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #0492c2; 
    border-left: none;
}

.button{
    height: 40px; 
    margin-top: 3px;
    width: 230px;
    background-color: #0492c2; 
    border-radius: 50px;
}

.text{
    font-size: 15px;
    color: #606060;
}

