html, body {
    height: 100%;
}

html {
    background: url(../img/background_login.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.input__field--chisato {
    background: #282828 !important;
    color: white !important;
    border: none !important;
}

.input__label-content--chisato::after {
    color: #282828 !important;
}

.parent {
    width: 800px;
    height: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.parent::after {
    content: "";
    background: url(../img/bg-login-inner-go.png);
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.divPosL {
    float: left;
    margin: 0 20px 0 0;
    width: 370px;
}

.divPosR {
    float: left;
    width: 370px;
    margin: 10px 0 0 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.w100 {
    width: 100%;
}

.mt100 {
    margin-top: 100px;
}

.mt50 {
    margin-top: 50px;
}

p {
    margin: 0;
    font-family: 'Myriad Pro', 'Tahoma', Calibri !important;
    color: #282828;
}

b {
    margin: 0;
    font-size: 25px;
    font-family: 'Myriad Pro Condensed', Calibri;
    color: #282828;
}

.ct {
    margin: 0 !important;
}

.children {
    position: fixed;
    top: 0;
    padding: 15px 20px;
    z-index: 20;
    height: 420px;
}

.divLogin {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
}

.divLoginIn {
    width: 300px;
    margin: 0 auto;
}

.divLoginBottom {
    width: 100%;
    height: 20px;
    float: left;
}

.imgBottom {
    position: absolute;
}

.imgBottomPdv {
    position: absolute;
    margin: 45px 150px;
}

.divAlert {
    position: absolute;
    margin: 260px 0 0 0;
}

.divAlert p {
    text-align: center;
    color: darkred !important;
    width: 760px;
}

a:hover, a:active, a:link, a:visited {
    color: #282828;
    text-decoration: none;
    font-family: 'Myriad Pro Condensed', Calibri;
    font-size: 18px;
    font-weight: 800;
}

.input {
    margin: 0 0 0 10px !important;
}

.btn {
    margin: 0 0 10px 60px !important;
    padding: 10px 40px !important;
    color: #282828 !important;
    border-color: #282828 !important;
    font-size: 20px !important;
}

#tdErro {
    text-align: center;
    color: Red;
    font-family: Calibri;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 0;
    border-bottom: 0;
    background-color: #FFC1C1;
}

.btn-1b:after {
    background: #282828 !important;
}

.btn-1b:hover, .btn-1b:active {
    color: white !important;
}

@font-face {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro'), url('fonts/myriad-pro/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('fonts/myriad-pro/MYRIADPRO-COND.woff') format('woff');
}

.btRecupSenha {
    border: none;
    float: right;
    margin-top: 5px;
    background-color: transparent;
    font-weight: 700;
    padding-right: 0;
}

.btRecupSenha:hover {
    color: #fff;
}

.esqueciSenha {
    position: relative;
    display: block;
    width: 89%;
    height: 40px;
    margin-left: 10px;
}

.sw {
    font-family: Helvetica;
}

.sw span:last-child {
    color: red;
    font-size: 0.8em;
}

.inputWithIcon input[type="text"] {
    padding-left: 65px;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon i {
    position: absolute;
    left: 0;
    top: 1.12em;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus + i {
    color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
    background-color: #aaa;
    color: #fff;
    padding: 17.5px 20px;
    border-radius: 5px 0 0 5px;
    margin: 0 0 0 -1px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
    color: #fff;
    background-color: dodgerBlue;
}

.spanAv {
    height: 5px;
    margin-top: 0.5em;
}

.swal2-icon.swal2-info {
    border-color: dodgerBlue;
    color: dodgerBlue;
}

#check1, #check2 {
    color: transparent;
    margin-left: 92%;
    background-color: transparent;
    border-radius: 5px 5px;
    padding: 8px;
    margin-top: 10px;
    text-align: center;
}

.btnLimparCampos {
    position: absolute;
    right: 1.8em;
    bottom: 8.5em;
    font-size: 0.7em;
    color: #aaa;
    background-color: transparent;
    border: none;
    outline: none;
}

.btnLimparCampos:hover {
    color: dodgerBlue;
}