﻿.header{
    position: fixed; top: 0px; background-color: #fff; color: white; font-family: 'Times New Roman'; font-size: 11pt;
    letter-spacing:2px; text-shadow:0px 1px black; height:20px;
}
.footer{
    position: fixed; bottom: 0px; background-color: #208a74; color: white; font-family: 'Times New Roman'; font-size: 11pt;
    letter-spacing:2px;text-shadow:2px 1px black; height:20px;margin-top:25px;
}
.logonew{
    border:1px solid white;box-shadow:2px 2px black; border-radius:8px;  text-align:left;
}

.textboxemp{
    width:99%; height:25px; margin-right:3px;
}
.rdostyle{
    padding:5px;
    line-height:30px;
}
.centerform{
    position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
}
.complainstyle{
    border:1px solid; background-color:ghostwhite; color:black; font-size:12pt; padding:10px; line-height:30px; border-radius:3px; margin-top:0px; margin-bottom:0px;
}
.complainimgstyle{
    border:1px solid black; border-radius:5px; box-shadow:3px 7px 10px gray; width:75%; height:200px; margin:10px; background-size:cover; overflow:hidden;
}

.popupboxbackside{
    width:100%; height:100%; position:fixed; left:0; top:0; background-color:#000; opacity:0.7;
}

.popupboxfrontside{
     height:auto; position:absolute; left:50%; top:50%; background-color:#fff; transform:translate(-50%,-50%); text-align:left; color:black;
}
