@import url("main.css");
/* LOGIN PAGE REGISTER PAGE */
.m-input{
  margin:15px 36px;
}

.p-input{
  padding: 15px 36px;
}


.login-header{
  background: #fff;
}
.login-body{
  background: #fff;
  overflow: auto;
  min-height: 20vh;
  max-height: 60vh;

  z-index: 5;
  position: relative;
  background: transparent;
}

.login-footer{
  background-image: var(--bg-linear);
  max-height: 100%;
  overflow: hidden;
}
.logo-login{
  align-items: center;
  z-index: 1;
  width: 100px;
  width: unset;
}

.logo-header{
  background:url("/assets/images/pupr_76.png");
  background-repeat: no-repeat;
}
.login-container{
  min-height: 400px;
}

.icon-login{
  position: absolute;
  top: 1.5rem;
  left: 1.6rem;
}
input.browser-default{
  width:100%;
  padding: 20px;
}
.red-border{
  border:1px solid red;
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
  margin-right: 5px;
  top: 3px;
  position: relative;
}


.header-container{
  background: var(--darkblue);
  clip-path: ellipse(75% 100% at 50% 0%);
  min-height: 0;
  height:var(--height-header-container);
  max-height:var(--height-header-container);
}

.mobile-container{
  margin: 0 auto;
  max-width: 480px;
  max-height: 100vh;
  width: 100%;
  position: relative;
  padding:var(--padding-content-container) 0;
}
.content-container{
  position: relative;
  /* background-image: var(--bg-linear); */
  box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
  background-color: #ffffff;
  border-radius: 10px;
  height: var(--height-content-container);
  max-height: var(--height-content-container);
  overflow-y: hidden;
}

.showhide-password{
  position: absolute;
  top: 1rem;
  right: 1.6rem;
  font-size: 24px;
}

:root{
  --height-header-container:30vh;
  --padding-content-container:2rem;
  --height-content-container:calc(100vh - (2*var(--padding-content-container)));
  --bg-linear:linear-gradient(180deg,#0247CE, #fff);
}

.row{ position: relative; }
@media (pointer: coarse){
.content-container {
    overflow-y: hidden;
    height: 100% !important;
    max-height: 100% !important;
    border-radius: 0;
  }
}
