﻿body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #5e5e5e;
    background-color: #fff;
}
body {
    letter-spacing: 0;
    background: #fff;
}
body {
    font-weight: normal;
}
h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    margin: 11.5px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 23px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1, h2, h3 {
    line-height: 46px;
}
h1 {
    font-size: 38.5px;
}
h1 {
    text-transform: uppercase;
    font-weight: 300 !important;
}
h1 {
    font: normal 24px/20px Open Sans;
    color: #5e5e5e;
}
form {
    overflow: hidden;
    margin: 0 0 23px;
    display: block;
    margin-top: 0em;
}


input, button, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
}
input, textarea, .uneditable-input {
    width: 280px;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 23px;
    padding: 4px 6px;
    margin-bottom: 11.5px;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    outline: none;
}
input {
    color: #333;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    border: 1px solid #ececec;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    border-color: #e1e0e0;
    background: transparent;
    padding: 8px 14px !important;
    height: auto !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #333;
}
form p.field input {
    margin: 0;
    padding: 6px 6px 7px 6px;
    width: 100%;
    height: 30px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form p.field input {
    line-height: inherit;
}
.ddd {
    width: 30px;
}
.telefone {
    width: 206px;
}
.btn-primary {
    color: white;
    text-transform: uppercase;
    font: 600 15px/15px 'Open Sans', sans-serif;
    background: #000000;
    outline: none;
    width: 97px;
    height: 47px;
    border: none;
}
.btn-primary:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
}
.btn-primary:hover {
    background: #2f68ad;
}
.validmsg {
    display: inline;
    margin-left: 10px
}
label {
    width: 80px;
    float: left;
    font-size: 16px;
    position: relative;
    top: 10px;
}
#dvLogin {
    margin: 20px 0 20px 0;
}
#lblEmail {
    width: 160px
}
#erro {
    color: red;
}
#lblMsgErro {
    color: red;
    padding-top: 20px;
    margin-left: 22px;
    clear: both;
    display: block
}


#UpdatePanel1{
    display:flex;
    justify-content:center
}

input[name="SubmitButton"]{
    background-color:#4E0078
}