@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap');




@media (min-width: 1280px)  {
        body {
            font-family: 'Comfortaa', sans-serif;
            margin: 0;
            padding: 0;
            background: #494949;
        }

        article {
            display: flex   ;
            align-items: center;
            width: 100%;
            height: 100%;
            margin-top: 20px;
        }

        .quadrado {
            width: 80vw;
            max-width: 60%;
            height: 60%;
            border-radius: 20px; 
            display: flex;
            flex-direction: row;    
            overflow: hidden;
            margin: 0 auto;
            box-shadow: 0 15px 20px rgba(0, 0, 0, 0.7);
        }

        .coluna {
            flex: 1;
            position: relative;
            display: flex;
            flex-direction: column;
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 100%;
            max-height: 100%;
        }



        .coluna:nth-child(2) .container {
            display: none;
        }



        .coluna:last-child {
            border-right: none;
        }

        .coluna img {
            width: 100%;
            height: auto;
            display: block;
        }

        .coluna:nth-child(2) img {  
          opacity: 0.2;
          filter: blur(10px); 
        }

        #imagem1 {
            border-radius: 10px 0 0 0;
        }

        /* Estilo exclusivo da imagem 2 */
        #imagem2 {
            border: 4px dashed #3A3A27;
        }

        .BotaoRegistrar {
            position: absolute;
            z-index: 9999;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: bold;
            font-size: 3em;
            border: none;
            cursor: pointer;
            transition: font-size 0.3s linear, background-color 0.3s;
        }

        .BotaoRegistrar:hover {
            font-size: 3.3em;
        }

        .BotaoLogin {
            display: none;
            position: absolute;
            z-index: 9999;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: bold;
            font-size: 3em;
            border: none;
            cursor: pointer;
            transition: font-size 0.3s linear, background-color 0.3s;
        }

        .BotaoLogin:hover {
            font-size: 3.3em;
        }



        .button {
          width: 200px;
          display: flex;
          justify-content: center;
          padding: 1.2em 1rem;
          cursor: pointer;
          gap: 0.4rem;
          font-weight: bold;
          border-radius: 30px;
          text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
          color: #fff;
          border: none;
          box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
          transition: all 0.3s ease-in-out; 

        }

        /* BOTÃO LOGIN */
        #botaologin {
          background: linear-gradient(to left, #4A4525, #5E512C, #706138, #89784A, #A59560);
        }

        #botaologin:hover {
            transform: translateY(-4px) translateX(-2px);
            box-shadow: 2px 5px 0 0 black;
        }

        /* BOTÃO REGISTRAR */
        #botaoRegistrar {
          background: linear-gradient(to right, #24221E, #332F29, #423D33, #575241, #6E654F);
        }


        #botaoRegistrar::after {
            content: "";
            position: absolute;
            top: 4px;
            left: 2px;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            background: linear-gradient(to right, #7f5a00, #f0a500);
            z-index: -1;
            filter: blur(2px);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        #botaoRegistrar:hover {
            transform: translateY(-4px) translateX(-2px);
        }

        #botaoRegistrar:hover::after {
            opacity: 1;
        }


        .container {
            position: absolute;
            top: 52%;
            left: 50%;
            
            transform: translate(-50%, -50%);
            z-index: 2;
            background-color: rgba(255, 255, 255, 0.3); /* Branco com 30% de opacidade */
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            
        }
        /* From Uiverse.io by JkHuger */ 
        .login {
          font-family: 'Comfortaa', sans-serif;
          color: #000;
          text-transform: uppercase;
          letter-spacing: 2px;
          display: block;
          font-weight: bold;
          font-size: x-large;
        }

        .card {
          display: flex;
          justify-content: center;
          align-items: center;
          min-height: 500px;
          width: 300px;
          flex-direction: column;
          gap: 35px;
          background-color: rgba(255, 255, 255, 0.7); /* Branco com 30% de opacidade */
          box-shadow: 8px 8px 32px #c8c8c8,
                -8px -8px 32px #fefefe;
          border-radius: 8px;
        }

        .card a {
            margin-top: 10px;
        }
        .inputBox {
          position: relative;
          width: 250px;
        }

        .inputBox input {
          width: 90%;
          padding: 10px;
          outline: none;
          border: none;
          color: #000;
          font-size: 1em;
          background: transparent;
          border-left: 2px solid #000;
          border-bottom: 2px solid #000;
          transition: 0.1s;
          border-bottom-left-radius: 8px;
          
        }

        .inputBox span {
          margin-top: 5px;
          position: absolute;
          left: 0;
          transform: translateY(-4px);
          margin-left: 10px;
          padding: 10px;
          pointer-events: none;
          font-size: 12px;
          color: #000;
          text-transform: uppercase;
          transition: 0.5s;
          letter-spacing: 3px;
          border-radius: 8px;
        }

        .inputBox select{
            font-family: 'Comfortaa', sans-serif;
            background-color: rgb(255, 255, 255, 0);
            height: 40px;
            width: 202px;
        }
        .inputBox option {
            font-family: 'Comfortaa', sans-serif;
        }

        .inputBox input:valid~span,
        .inputBox input:focus~span {
          transform: translateX(113px) translateY(-15px);
          font-size: 0.8em;
          padding: 5px 10px;
          background: #000;
          letter-spacing: 0.2em;
          color: #fff;
          border: 2px;
        }

        .inputBox input:valid,
        .inputBox input:focus {
          border: 2px solid #000;
          border-radius: 8px;
        }

        .enter {
          height: 45px;
          width: 100px;
          border-radius: 5px;
          border: 2px solid #000;
          cursor: pointer;
          background-color: transparent;
          transition: 0.5s;
          text-transform: uppercase;
          font-size: 10px;
          letter-spacing: 2px;
          margin-bottom: 1em;
        }

        .enter:hover {
          background-color: rgb(0, 0, 0);
          color: white;
        }

        #colunaLogin {
            transition: opacity 2s ease;
        }

        #colunaRegistro {
            transition: opacity 2s ease;
        }
}



@media (min-width: 431px) and (max-width: 1279px) {
        body {
            font-family: 'Comfortaa', sans-serif;
            margin: 0;
            padding: 0;
            background: #494949;
        }

        article {
            display: flex   ;
            align-items: center;
            width: 100%;
            height: 100%;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .quadrado {
  
            max-width: 80%;
            max-height: 95%;
            border-radius: 20px; 
            display: flex;
            flex-direction: column;    
            overflow: hidden;
            margin: 0 auto;
            box-shadow: 0 15px 20px rgba(0, 0, 0, 0.7);
        }

        .coluna {
            flex: 1;
            position: relative;
            display: flex;
            flex-direction: column;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            max-width: 100%;
            max-height: 100%;
        }



        .coluna:nth-child(2) .container {
            display: none;
       
        }
        .coluna:nth-child(2) .Imagem2 {
            display: none;
          
        }



        .coluna:last-child {
            border-right: none;
        }

        .coluna img {
            width: 100%;
            height: auto;
            display: block;
        }


        

        .BotaoRegistrar {
            display: flex;
            position: absolute;
            z-index: 9999;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            padding: 10px 20px;
            font-weight: bold;
            font-size: 2em;
            border: none;
            cursor: pointer;
            transition: font-size 0.3s linear, background-color 0.3s;
        }

        .BotaoRegistrar:hover {
            font-size: 2.3em;
        }

        .BotaoLogin {
            display: none;
            position: absolute;
            z-index: 9999;
            left: 50%;
            top: 100%;
            margin-top: 10px;
            transform: translateX(-50%);
            color: #fff;
            padding: 0;
            font-weight: bold;
            font-size: 2em;
            border: none;
            cursor: pointer;
            transition: font-size 0.3s linear, background-color 0.3s;
        }

        .BotaoLogin:hover {
            font-size: 2.3em;
        }



        .button {
          width: 200px;
          display: flex;
          justify-content: center;
          padding: 1.2em 1rem;
          cursor: pointer;
          gap: 0.4rem;
          font-weight: bold;
          border-radius: 30px;
          text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
          color: #fff;
          border: none;
          box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
          transition: all 0.3s ease-in-out; 

        }

        /* BOTÃO LOGIN */
        #botaologin {
          background: linear-gradient(to left, #4A4525, #5E512C, #706138, #89784A, #A59560);
        }

        #botaologin:hover {
            transform: translateY(-4px) translateX(-2px);
            box-shadow: 2px 5px 0 0 black;
        }

        /* BOTÃO REGISTRAR */
        #botaoRegistrar {
          background: linear-gradient(to right, #24221E, #332F29, #423D33, #575241, #6E654F);
        }


        #botaoRegistrar::after {
            content: "";
            position: absolute;
            top: 4px;
            left: 2px;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            background: linear-gradient(to right, #7f5a00, #f0a500);
            z-index: -1;
            filter: blur(2px);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        #botaoRegistrar:hover {
            transform: translateY(-4px) translateX(-2px);
        }

        #botaoRegistrar:hover::after {
            opacity: 1;
        }


        .container {
            position: absolute;
            top: 53%;
            left: 50%;
            width: 100% ;
            height: 90%;
            transform: translate(-50%, -50%);
            z-index: 2;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            
        }
        /* From Uiverse.io by JkHuger */ 
        .login {
          font-family: 'Comfortaa', sans-serif;
          color: #000;
          text-transform: uppercase;
          letter-spacing: 2px;
          display: block;
          font-weight: bold;
          font-size: x-large;
        }

        .card {
          display: flex;
          justify-content: center;
          align-items: center;
          max-width:80% ;
          min-width:80% ;
          min-height: 90%;
          max-height: 90%;
          flex-direction: column;
          gap: 30px;
          background-color: rgba(255, 255, 255, 0.7); /* Branco com 30% de opacidade */
          box-shadow: 8px 8px 32px #c8c8c8,
                -8px -8px 32px #fefefe;
          border-radius: 8px;
          position: relative;
          left: 10%;
        }

        .card a {
            margin-top: 10px;
        }
        .inputBox {
          position: relative;
          width: 90%;
        }

        .inputBox input {
          width: 90%;
          padding: 10px;
          outline: none;
          border: none;
          color: #000;
          font-size: 1em;
          background: transparent;
          border-left: 2px solid #000;
          border-bottom: 2px solid #000;
          transition: 0.1s;
          border-bottom-left-radius: 8px;
        }

        .inputBox span {
          margin-top: 5px;
          position: absolute;
          left: 0;
          transform: translateY(-4px);
          margin-left: 10px;
          padding: 10px;
          pointer-events: none;
          font-size: 12px;
          color: #000;
          text-transform: uppercase;
          transition: 0.5s;
          letter-spacing: 3px;
          border-radius: 8px;

        }
        
@media (min-width: 1280px) and (max-width: 1920px) {
        body {
            font-family: 'Comfortaa', sans-serif;
            margin: 0;
            padding: 0;
            background: #494949;
        }

        article {
            display: flex   ;
            align-items: center;
            width: 100%;
            height: 100%;
            margin-top: 20px;
        }

        }

        .inputBox select{
            font-family: 'Comfortaa', sans-serif;
            background-color: rgb(255, 255, 255, 0);
            height: 40px;
            width: 202px;
        }
        .inputBox option {
            font-family: 'Comfortaa', sans-serif;
        }

        .inputBox input:valid~span,
        .inputBox input:focus~span {
          transform: translateX(113px) translateY(-15px);
          font-size: 0.8em;
          padding: 5px 10px;
          background: #000;
          letter-spacing: 0.2em;
          color: #fff;
          border: 2px;
        }

        .inputBox input:valid,
        .inputBox input:focus {
          border: 2px solid #000;
          border-radius: 8px;
        }

        .enter {
          min-width: 100px;
          border-radius: 5px;
          border: 2px solid #000;
          cursor: pointer;
          background-color: transparent;
          transition: 0.5s;
          text-transform: uppercase;
          font-size: 15px;
          letter-spacing: 2px;
          margin-bottom: 1em;
        }

        .enter:hover {
          background-color: rgb(0, 0, 0);
          color: white;
        }

        #colunaLogin {
            transition: opacity 2s ease;
        }

        #colunaRegistro {
            transition: opacity 2s ease;
        }
}
        @media (max-width: 430px) {
        body {
            font-family: 'Comfortaa', sans-serif;
            margin: 0;
            padding: 0;
            background: #494949;
        }

        article {
            position: relative;
            display: flex   ;
            align-items: center;
            width: 100%;
            height: 100%;
            margin-top: 30px;
            margin-bottom: 30px;
            top: 10px;
        }

        .quadrado {
  
            max-width: 80%;
            max-height: 95%;
            border-radius: 20px; 
            display: flex;
            flex-direction: column;    
            overflow: hidden;
            margin: 0 auto;
            box-shadow: 0 15px 20px rgba(0, 0, 0, 0.7);
        }

        .coluna {
            flex: 1;
            position: relative;
            display: flex;
            flex-direction: column;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            max-width: 100%;
            max-height: 100%;
        }



        .coluna:nth-child(2) .container {
            display: none;
       
        }
        .coluna:nth-child(2) .Imagem2 {
            display: none;
          
        }



        .coluna:last-child {
            border-right: none;
        }

        .coluna img {
            width: 100%;
            height: auto;
            display: block;
        }


        

        .BotaoRegistrar {
            display: flex;
            position: absolute;
            z-index: 9999;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            padding: 10px 20px;
            font-weight: bold;
            font-size: 2em;
            border: none;
            cursor: pointer;
            transition: font-size 0.3s linear, background-color 0.3s;
        }

        .BotaoRegistrar:hover {
            font-size: 2.3em;
        }

        .BotaoLogin {
            display: none;
            position: absolute;
            z-index: 9999;
            left: 50%;
            top: 100%;
            margin-top: 10px;
            transform: translateX(-50%);
            color: #fff;
            padding: 0;
            font-weight: bold;
            font-size: 2em;
            border: none;
            cursor: pointer;
            transition: font-size 0.3s linear, background-color 0.3s;
        }

        .BotaoLogin:hover {
            font-size: 2.3em;
        }



        .button {
          width: 200px;
          display: flex;
          justify-content: center;
          padding: 1.2em 1rem;
          cursor: pointer;
          gap: 0.4rem;
          font-weight: bold;
          border-radius: 30px;
          text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
          color: #fff;
          border: none;
          box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
          transition: all 0.3s ease-in-out; 

        }

        /* BOTÃO LOGIN */
        #botaologin {
          background: linear-gradient(to left, #4A4525, #5E512C, #706138, #89784A, #A59560);
        }

        #botaologin:hover {
            transform: translateY(-4px) translateX(-2px);
            box-shadow: 2px 5px 0 0 black;
        }

        /* BOTÃO REGISTRAR */
        #botaoRegistrar {
          background: linear-gradient(to right, #24221E, #332F29, #423D33, #575241, #6E654F);
        }


        #botaoRegistrar::after {
            content: "";
            position: absolute;
            top: 4px;
            left: 2px;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            background: linear-gradient(to right, #7f5a00, #f0a500);
            z-index: -1;
            filter: blur(2px);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        #botaoRegistrar:hover {
            transform: translateY(-4px) translateX(-2px);
        }

        #botaoRegistrar:hover::after {
            opacity: 1;
        }


        .container {
            position: absolute;
            top: 53%;
            left: 50%;
            width: 100% ;
            height: 90%;
            transform: translate(-50%, -50%);
            z-index: 2;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            
        }
        /* From Uiverse.io by JkHuger */ 
        .login {
          font-family: 'Comfortaa', sans-serif;
          color: #000;
          text-transform: uppercase;
          letter-spacing: 2px;
          display: block;
          font-weight: bold;
          font-size: x-large;
        }

        .card {
          display: flex;
          justify-content: center;
          align-items: center;
          max-width:80% ;
          min-width:80% ;
          min-height: 90%;
          max-height: 90%;
          flex-direction: column;
          gap: 30px;
          background-color: rgba(255, 255, 255, 0.7); /* Branco com 30% de opacidade */
          box-shadow: 8px 8px 32px #c8c8c8,
                -8px -8px 32px #fefefe;
          border-radius: 8px;
          position: relative;
          left: 10%;
        }

        .card a {
            margin-top: 10px;
        }
        .inputBox {
          position: relative;
          width: 90%;
        }

        .inputBox input {
          width: 90%;
          padding: 10px;
          outline: none;
          border: none;
          color: #000;
          font-size: 1em;
          background: transparent;
          border-left: 2px solid #000;
          border-bottom: 2px solid #000;
          transition: 0.1s;
          border-bottom-left-radius: 8px;
        }

        .inputBox span {
          margin-top: 5px;
          position: absolute;
          left: 0;
          transform: translateY(-4px);
          margin-left: 10px;
          padding: 10px;
          pointer-events: none;
          font-size: 12px;
          color: #000;
          text-transform: uppercase;
          transition: 0.5s;
          letter-spacing: 3px;
          border-radius: 8px;
        }

        .inputBox select{
            font-family: 'Comfortaa', sans-serif;
            background-color: rgb(255, 255, 255, 0);
            height: 40px;
            width: 202px;
        }
        .inputBox option {
            font-family: 'Comfortaa', sans-serif;
        }

        .inputBox input:valid~span,
        .inputBox input:focus~span {
          transform: translateX(113px) translateY(-15px);
          font-size: 0.8em;
          padding: 5px 10px;
          background: #000;
          letter-spacing: 0.2em;
          color: #fff;
          border: 2px;
        }

        .inputBox input:valid,
        .inputBox input:focus {
          border: 2px solid #000;
          border-radius: 8px;
        }

        .enter {
          min-width: 100px;
          border-radius: 5px;
          border: 2px solid #000;
          cursor: pointer;
          background-color: transparent;
          transition: 0.5s;
          text-transform: uppercase;
          font-size: 15px;
          letter-spacing: 2px;
          margin-bottom: 1em;
        }

        .enter:hover {
          background-color: rgb(0, 0, 0);
          color: white;
        }

        #colunaLogin {
            transition: opacity 2s ease;
        }

        #colunaRegistro {
            transition: opacity 2s ease;
        }

}