body {
    margin: 0px;
    padding: 0px;
}
 
fieldset {
    max-width: 400px;
    margin: 70px auto;
    border-radius:10px;
}

fieldset form {
    text-align: center;
}
 
fieldset legend {
    font-size: 20px;
}
 
fieldset table {
    padding: 20px;
    width: 100%;
}
 
fieldset table tr td {
    padding: 10px;
}
 
form {
    width: 100%;
}
 
input {
    width: 90%;
    padding: 10px;
}
 
button {
    padding: 10px;
    width: 100%;
}
 
div.error {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: #3f6e79;
    background-color: #fff;
}

.forgetBtn {
    text-decoration: none;
    float: left;
}
.redMsg{
    color:red;
    padding-left:20px;
}

.emailForm{
    padding: 0;
}

.submitForm{
    height: 45px;
}
