/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 25, 2021, 3:37:12 PM
    Author     : devzo
*/

.logo-style{
    width: 180px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

.required-msg{
    color: red;
    font-size: x-small;
}

.yellow-line{
    border: 1px solid #e2cb01;
}

.blue-line{
    border: 1px solid #0033cc;
}

.ash-line{
    border: 1px solid #004960;
}


.fin-line{
    border: 1px solid #e2cb01;
}