emailpane.css 1.88 KB
.wizardPane-box
{
  margin: 20px auto;
  width: 400px;
  height: auto;
  padding: 20px;
  -webkit-border-radius: 8px/7px;
  -moz-border-radius: 8px/7px;
  border-radius: 8px/7px;
  background-color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
  box-shadow: 1px 2px 5px rgba(0,0,0,.31);
  border: solid 1px #cbc9c9;
  font-family: 'Ubuntu', sans-serif;
}

.wizardPane-box1
{
  margin: 20px auto;
  width: 300px;
  height: auto;
  padding: 20px;
  -webkit-border-radius: 8px/7px;
  -moz-border-radius: 8px/7px;
  border-radius: 8px/7px;
  background-color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
  box-shadow: 1px 2px 5px rgba(0,0,0,.31);
  border: solid 1px #cbc9c9;
  font-family: 'Ubuntu', sans-serif;
}

.wizardPane-sectionD
{
  background-color: white;
  margin: auto;
   width: 100%;
   padding: 10px;
   top:50px;
   cursor: pointer;
   font-weight: bold;
   color: #00b395;
   font-style: italic;
   text-align: center;
}

.EmailVerify
{
  color:green;
  font-weight: bold;
  font-style: normal !important;
  color: #00b395;
}

.subheading
{
  font-weight: bold;
  color: #00b395;
}

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

i
{
  display: inline-block;
  width: 100%;
  text-align: center;
}

h3
{
  margin-top: 0px !important;
  text-align: center;
  color: white;
}

span
{
  font-size: 14px;
  color: white;
}

.wizardPane-section1
{
  /*margin: 20px auto;*/
  width: 360px;
  height: auto;
  padding: 10px;
  -webkit-border-radius: 8px/7px;
  -moz-border-radius: 8px/7px;
  border-radius: 8px/7px;
  background-color: darkslategray;

}

.wizardPane-section
{
  width: 360px;
  height: auto;
  padding: 10px;
  -webkit-border-radius: 8px/7px;
  -moz-border-radius: 8px/7px;
  border-radius: 8px/7px;
  background-color: black;

}

.wizardPane-title
{
  color:white;
}