/*
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 : Oct 15, 2019, 10:17:32 PM
    Author     : marchmeepool
*/

/* For PageLogin*/
.txtheader{
    font-size: 25px;
    font-weight: bold;
}
.Loginfrm{
    top: 30%;
    left: 25%;
    width:100%;
    height:100%;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    border: 1px solid black;
    background-color: white;
    text-align: center;
    border-radius: 30px;
}
.inputtxtlog{
    border: 2px solid #cccccc;
    border-radius: 15px;
    height: 25px;
    width: 200px;
    font-size: 20px;
    font-weight: bold;
}
.btnlogin{
    text-align: center;
    font-size: 14px;
    border: 2px solid black;
    border-radius: 60px;
    background-color:#ffff66 ;
    height: 30px;
    width: 100px;
    color: black;
    padding: 10px 10px 10px 10px;
}
/*EndPage Login*/

