﻿body {
    background-color: #fff;
}
#register, #login, #forgot {
    width: 90%;
    background: #fff;
    border: none;
    padding: 18px 8% 20px 8%;
    -webkit-box-shadow: 0px 2px 10px rgba(105, 108, 109, 0.7), 0 0 0px 0px rgba(208, 223, 226, 0.4) inset;
    -moz-box-shadow: 0px 2px 10px rgba(105, 108, 109, 0.7), 0 0 0px 0px rgba(208, 223, 226, 0.4) inset;
    box-shadow: 0px 2px 10px rgba(105, 108, 109, 0.7), 0 0 0px 0px rgba(208, 223, 226, 0.4) inset;
}

#l-esqueci-senha {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}

#h-logo-header img {
    width: 239px;
}

#h-saudacao {
    margin-top: 30px;
    font-size: 22px;
}

#wrapper input:not([type="checkbox"]) {
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow:none;
}
#wrapper input:not([type="checkbox"]):active, 
#wrapper input:not([type="checkbox"]):focus{
    border: 1px solid #0e62c7;
    outline-color: #0e62c7;
}

#wrapper label {
    color: #4b4b4b;
}
.livicon {
    color: #4b4b4b;
}

::-webkit-input-placeholder {
    color: rgb(130, 130, 130) !important;
    font-style: normal;
}

:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
input:-moz-placeholder, textarea:-moz-placeholder {
    color: rgb(130, 130, 130) !important;
    font-style: normal;
}
