*,
.field a {
    color: #0f3a8e;
}
form,
ul {
    padding: 0 0.3em;
}
.field,
.navBrand,
.patagonia-login,
nav,
ul {
    display: flex;
}
.center,
.footer,
.title {
    text-align: center;
}
.footer b,
a,
li {
    font-size: 10px;
}
* {
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    box-sizing: border-box;
}
.navBrand {
    justify-content: space-between;
    margin-bottom: 30px;
}
nav {
    justify-content: flex-end;
    margin-bottom: 60px;
    background: #0f3a8e;
    height: 30px;
    line-height: 30px;
}
ul {
    list-style: none;
}
form,
html {
    background: #b3c8d9;
}
.lg-800 {
    width: 800px;
    margin: 15px auto;
    padding: 30px;
    background: #fff;
}
a,
li {
    color: #fff;
    text-decoration: none;
}
li {
    padding: 0 0.2em;
}
.radios {
    width: 90%;
    margin: 0.5em auto 0.8em;
}
.field {
    margin-bottom: 0.5em;
    width: 85%;
}
.field input,
.field select {
    width: 30%;
    margin-right: 0.3em;
}
.field label {
    width: 30%;
    font-weight: 700;
}
.center {
    margin-top: , 3em;
}
button {
    padding: 0.1em 0.9em;
}
.dotted {
    margin: 1em 0;
    border-bottom: 1px dotted #fff;
}
.footer b {
    margin-bottom: 1em;
    display: inline-block;
}
section > img {
    width: 100%;
}
.login-access {
    width: 50%;
    margin: auto;
    padding: 20px 10px;
    border: 1px solid silver;
}
.mb-2 {
    margin-bottom: 10px;
}
.alerta_dos {
    width: 50%;
    margin: auto;
    border: 1px solid silver;
    padding: 20px 10px;
}
.navmobile{
    display: flex;
    justify-content: center;
    align-items: center;
    height:70px;
    box-shadow:0px 5px 15px 0px rgba(0, 0, 0, .2);
    background: #004987 !important;
}
.navmobile img{
    height:25px;
}
.form-mobile{
    background: #FFF!important;
    min-height:475px;
}
.d-flex-container-select{
    display: flex;
    width: 98%;
    border-bottom: 2px solid #c1d42f;
    vertical-align: middle;
}
.input-mode{
    position: relative;
}
.input-mode label,
.input-mode input{
    display:block;
}
.input-mode label{
    position: absolute;
    bottom:10px;
    width: 170% !important;
    display: block;
    color: #4a4a4a;
    transition:.3s all;
}
.input-mobile:focus ~ label,
.input-mobile:valid + label{
    bottom: 100%;
    color:#c1d42f;
}
.d-flex-container-select{
    position: relative;
}
.d-flex-container-select div input,
.d-flex-container-select select,
.d-flex-container-select div button{
    height: 40px;
    border: 0;
    color: #4a4a4a;
    background: transparent;
    outline: none;
}
.d-flex-container-select div button{
    position: relative;
    color:#004987!important;
    font-weight:bold;
    font-size: 12px;
}
.d-flex-container-select .button-container{
    display:block;
    margin-left: auto;

    position: absolute;
    right: 0;
}
.d-flex-container-select:before{
    content: "";
    position: absolute;
    right:80px;
    bottom: 0;
    height: 14px;
    width: 2px;
    background:#c1d42f;
}
.d-flex-container-select select{
    display:inline-block;
    width: auto;
}
.select-container{
    padding-right: 10px;
    display: block;
}
.d-flex-container-select{
    margin-bottom:70px;
}
.button-submit-container{
    margin-top: 50px;
}
.button-submit-container button{
    height:40px;
    width: 100%;
    border-color: transparent;
    color: #FFF;
    background: radial-gradient( #006abc,#004b9f);
    border-radius:4px;
}
#footer-mobile{
    width:100%;
    position: relative;
    height: 64px;
}
#footer-mobile img{
    width: 100%;
    height: auto;

}
.d-mobile-version{
    display: none;
}
@media (max-width:676px){
    .d-mobile-version{
        display: block;
    }
    .lg-800{
        display: none;
    }
    html{
        background: #FFF !important;
    }
    *
    {font-size: 16px}
    input,select{
        width: auto !important;
    }
    #mytypelogin{
    width: 110px !important;

}
}