﻿*{
    padding:0px;
    margin:0px;
}
body{
    color:#ffffff; 
    background-color:#b11d85;
}
.dv1{
    color:#ffffff; 
    background-color:#941b70; 
    width:70%; 
    margin:auto; 
    padding-top:5%;
      text-align:center;
}
.dv1 table{
    position:relative;
    left:25%;
}
.dv1 h1{
    text-align:center;
}
tr span {
    color: #ff0000;
}
tr{
    line-height:40px;
}
tr td input{
    height:30px;
    border-radius:15px;
    border:none;
    outline:none;
    width:80%;
    padding-left:5%;
    font-size:16px;
}
tr td label{
    float:left;
}
tr td button{
    height:50px;
    width:80%;
    color:#ffffff;
    background-color:#b11d85;
    border:1px solid #ffffff;
}