﻿/*@media only screen and (min-width: 1280px) and (max-width: 1366px)
{
      
    .FormView {
        width: 100% !important;
        }

}

@media only screen and (width: 1024px) and (height: 768px)
{
      
    .FormView {
        width: 80% !important;
         
        }
}*/