﻿:root{--rSwitch-w:186px;--rSwitch-h:40px;--rSwitch-p:3px;--rSwitch-r:50em;--rSwitch-t:.3s;}body{font-family:'Open Sans',sans-serif;background-color:#202326;color:#fff;height:100% !important;background-image:url(../../images/bg.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;}.input{background-color:#fff;padding:20px 20px 20px 20px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;background-position:right center;padding-right:25px;min-width:300px;border:none;margin-bottom:8px;}.login .btn-ok{position:absolute;right:0;bottom:28px;cursor:pointer;}.logo{position:absolute;left:30px;top:30px;width:110px;}.logo-principal{margin-right:15px;margin-bottom:-170px;}.vw{position:absolute;bottom:30px;right:30px;}.d-inline-grid{display:inline-grid;}body{padding:30px;}.rSwitch{list-style:none;border:1px solid #fff;display:inline-flex;padding:0;border-radius:var(--rSwitch-r);border:1px solid #fff;}.rSwitch:focus-within{box-shadow:0 0 0 3px var(--color-contrast-lower);}.rSwitch-item{height:calc(var(--rSwitch-h) - 2*var(--rSwitch-p) - 2px);width:calc(var(--rSwitch-w)*.5 - var(--rSwitch-p) - 2px);}.rSwitch-label{display:block;cursor:pointer;text-align:center;border-radius:var(--rSwitch-r);line-height:calc(var(--rSwitch-h) - 2*var(--rSwitch-p));}.rSwitch-input:focus~.rSwitch-label{background-color:100%;}.rSwitch-label :not(*):focus-within,.rSwitch-input:focus~.rSwitch-label{background-color:transparent;}.rSwitch-item{position:relative;}.rSwitch-marker{top:0;z-index:-1;left:-100%;width:100%;height:100%;position:absolute;background-color:#fff;border-radius:var(--rSwitch-r);transition:transform var(--rSwitch-t);}.rSwitch-input:checked~.rSwitch-marker{transform:translateX(100%);}.rSwitch-input:checked~.rSwitch-label{color:#333;}