@import url('https://rsms.me/inter/inter-ui.css');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

  ::selection {
    background: #2D2F36;
  }
  ::-webkit-selection {
    background: #2D2F36;
  }
  ::-moz-selection {
    background: #2D2F36;
  }
  body {
    /* background: white; */
    font:600 16px/18px 'Open Sans',sans-serif;
    font-family: "Poppins", sans-serif!important;
    margin: 0;
    /* padding: 20px; */
  }
  .page {
    /* background: #f4fafc; */
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    position: absolute;
    width: calc(100% - 40px);
    place-content: center;
    
  }

  .container {
    display: flex;
    height: 320px;
    margin: 0 auto;
    width: 850px;
  }

  .left {
    background: white;
    /* height: 350px;
    top: 20px;
    position: relative;
    width: 50%; */
    max-height: 70vh;
    box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
  }
  
  .login {
    font-size: 50px;
    font-weight: 900;
    margin: 120px 40px 40px 40px;
    font-family: "Trebuchet MS", sans-serif;
  }
  .eula {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    margin: 40px;
  }
  .right {
    background-color: #015a56;
    background-image: linear-gradient(135deg, #015a56 0%, #014644 100%);
    box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
    color: #F1F1F2;
    /* position: relative; */
    /* width: 80%; */
    max-height: 70vh;
  }

  svg {
    position: absolute;
    width: 320px;
  }
  path {
    fill: none;
    stroke: url(#linearGradient);;
    stroke-width: 4;
    stroke-dasharray: 240 1386;
  }
  .form {
    margin: 50px 25px 50px 25px;
    padding: 5px 25px 5px 25px;
    /* position: absolute; */
  }

.login_image{
    place-content: center; 
    width: 300px;
}


h1{
    color: #f7f7f7!important;font-size: 40px!important;
    font-family: "Poppins", sans-serif!important;
}

span{
    font-size: 15px;
    font:600 16px/18px 'Open Sans',sans-serif;
    font-family: "Poppins", sans-serif!important;
}

.fondo{
    background-color:  #073430;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.7;
}

.content_login{
    position: fixed;
    z-index: 9999;
    transform: translateY(7%);
    width: 100%;
    display: grid;
    place-content: center;
    padding: 15px;
}

.part1_login{
    border-top-left-radius:20px!important;
    border-bottom-left-radius:20px!important;
    height: 500px!important;
}
.part2_login{
    border-top-right-radius:20px!important;
    border-bottom-right-radius:20px!important;
    height: 500px!important;
}

@media screen and (max-width:600px) {
    .content_login{
        position: fixed;
        z-index: 9999;
        bottom: 0;
        width: 105%;
        left: 0;
        padding: 0;
    }

    .bloque_login{
        width: 100%;
    }

    .part2_login{
        
        border-top-right-radius:50px!important;
        border-top-left-radius:80px!important;
        height: 800px!important;
    }

    .form {
      margin: 50px 20px 50px 20px;
      /* position: absolute; */
    }
    
}

@media screen and (max-width: 767px) {
    .page {
        width: 100%;
        /* place-content: center;  */
    }

    .container {
        flex-direction: column;
        height: 630px;
        width: 90%;
    }

    .right {
        /* flex-shrink: 0;
        height: 100%;
        width: 100%;*/
        max-height: 500px; 
    }

    .left {
        /* height: 100%;
        left: 20px;
        width: calc(100% - 40px);
        max-height: 140px; */
    }

    .form {
      margin: 50px 20px 50px 20px;
      /* position: absolute; */
    }

    .login_image{
      place-content: center; 
      width: 200px;
    }
}

@media screen and (max-width: 1080px) {
  .login_image{
    place-content: center; 
    width: 200px;
  }

  .login {
    font-size: 50px;
    font-weight: 900;
    margin: 330px 40px 40px 40px;
    font-family: "Trebuchet MS", sans-serif;
  }
}

.bg_glass{
    background: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1.5px solid rgba(209, 213, 219, 0.3);
}

.btn_login{
    background-color: #fdfdfd00!important;
    border: 2px solid #fff!important;
    border-radius: 1px!important;
    color: #fff!important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font:600 16px/18px 'Open Sans',sans-serif;
    font-family: "Poppins", sans-serif!important;
    font-weight: light!important;
    padding: 15px 20px 15px 20px;
}

.btn_login:hover{
    background-color: #fff!important;
    color: #00746e!important;
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.06) !important;
    font-weight: normal!important;
}

.btn_eye{
    font-size: 13px;
    color: #fafbfc!important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn_eye:hover{
    font-size: 13px;
    color: rgb(240, 240, 240)!important;
    font-weight: bold!important;
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.06) !important;
}

label{
    font-size: 15px!important;
    margin-left: -10px!important;
    background-color: #00746e00!important;
}

.msform input, .msform textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #12439e00!important;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height:55px!important;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    /* letter-spacing: 1px; */
}

.msform input:focus, .msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #12439e00!important;
    border: none;
    border-bottom: 3px solid #ffffff;
    outline-width: 0;
}


.msform input:hover, .msform textarea:hover {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #12439e00!important;
    border: none;
    border-bottom: 3px solid #ffffff;
    outline-width: 0;
}

input::placeholder {
  font-size: 16px!important;
  opacity: 0.5!important;
  color: rgb(255, 255, 255)!important;
}

  /* -------------------------------------------------Scroll All----------------------------------------------*/
  .contenedor{height:100vh;scroll-behavior: auto;overflow-y: hidden;overflow-x: hidden;}
  .contenedor::-webkit-scrollbar { width: 10px;     /* Tamaño del scroll en vertical */  height: 8px;    /* Tamaño del scroll en horizontal */ }
  /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
  .contenedor::-webkit-scrollbar-thumb {   background: #014644;   border-radius: 4px; height: 8px;}
  /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
  .contenedor::-webkit-scrollbar-thumb:hover {
      background: #507e7b;  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
  /* Cambiamos el fondo cuando esté en active */
  .contenedor::-webkit-scrollbar-thumb:active {background-color: #507e7b;}
  /* Ponemos un color de fondo y redondeamos las esquinas del track */
  .contenedor::-webkit-scrollbar-track {background: #507e7b;border-radius: 4px; }
  /* Cambiamos el fondo cuando esté en active o hover */
  .contenedor::-webkit-scrollbar-track:hover, .contenedor::-webkit-scrollbar-track:active { background: #507e7b;}
