emailpane.css 1.05 KB
.wizardPane-sectionD
{
  background-color: white;
  margin: auto;
   width: 30%;
   padding: 10px;
   top:50px;
   cursor: pointer;
   font-weight: bold;
   color: crimson;
   font-style: italic;
}

.EmailVerify
{
  color:green;
  font-weight: bold;
}

.wizardPane-link:hover
{
  text-decoration: underline;
}

.wizardPane-section1
{
   margin:auto;
   width: 30%;
   padding: 10px;
   background:#fff;
   -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
      -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
           box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

.wizardPane-section
{
   margin:auto;
   width: 30%;
   padding: 10px;
   background:#fff;
   -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
      -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
           box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

.wizardPane-title
{
  font-size: 20px;
  color:black;
}