﻿body {
}

.loginClass {
            margin-top:5%;
            display: flex;
            justify-content: center;
            align-items: center;
            
              
              
        }

        .loginClass .table1 {
                    cellpadding:2;
                    cellspacing:5;
                    box-shadow: 0px 0px 5px 2px #888888;
                    background-color:#efe39c;
                    margin:30px;
                    border-radius: 25px;
                    background-image:linear-gradient(to right, #fff , #efe39c);
                    
                    
            }

        .loginClass table td {
                    padding:5px;
                }

        .hedertext {

         }

