html {
    width: 100%;
    height: 100vh;
    background: #F5F6F8;
}
textarea {
    resize: none;
}
.underc{
    width: 100%;
    background-image: url(../img/pop-up.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgb(0 0 0 / 40%);
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
button{
    outline: none;
}
button:hover{
    cursor: pointer;
    border: 1px solid #315e8b;
    background-color: #315e8b;
}
p.link a{
    text-decoration: none;
    color: #4287CE;
}
p.link a:hover{
    color: #315e8b;
    cursor: pointer;
}
.link{
    margin-top: 0px;
}
.firstArea{
    margin: 0 auto 0;
    width: 438px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
}
.logoArea{
    text-align: center;
}
.formArea{
    text-align: center;
    align-items: center;
}
.titleForm{
    font-size: 200%; 
    font-weight: bolder;
    letter-spacing: -1.05px;
    line-height: 34px;
    padding-top: 20px;
    padding-bottom:15px;
}
.formArea .itemForm{
  color: #000000;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 14px;
  margin-bottom: 10px;
  width: 200px;
}
.formArea .formElement{
  border: 0.87px solid #D3D2D2;
  border-radius:22.5px;
  width: 320px;
  height: 44px;
  padding-left: 15px;
  margin-bottom: 15px;
  outline: none;
  font-size: 110%;
  font-family: 'Poppins';
}
.user{
    margin-left:-5%;
}
.pass{
    margin-left: -2%;
}
.formArea .formButton{
  margin-top: 10px;
  margin-bottom: 25px;
  border: 1px solid #4287CE;
  background-color: #4287CE;
  border-radius: 22.5px;
  width: 232px;
  height: 42px;
  color: #FFFFFF;
  font-family: 'Poppins';
  font-weight: normal;
  line-height: 17px;
  transition: all ease 300ms;
  font-size: 110%;
}
.formArea .formButton:hover{
  cursor: pointer;
  border: 1px solid #315e8b;
  background-color: #315e8b;
}
.forgot{
    color: #4287CE;
    cursor: pointer;
}
.forgot:hover{
    color: #315e8b;
}

.table{
    display:table;
    width: 100%; 
    height: 88vh;
}

.tableRow{
    display:table-row; 
    width: 100%;
    height:90%;
}

.tableRowFooter{
    width: 100%;
    height:10%;
}

.tableCell{
    display:table-cell;
    vertical-align: middle;
    position:relative;
}

.content-all{
    margin: auto;
}
.copyright{
  color: #9B9B9B;
  text-align: center;
  font-size: 80%;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
}    


.elementContainer {
    position: relative;
}

.iconContainer {
    position: absolute;
    cursor: pointer;
    color: #D5DCE5;
    right: 16%;
    bottom: 36%;
}

#icon-eye{
    cursor: pointer;
}

.formElement::-webkit-input-placeholder{
    color: #D5DCE5;
}

/*WAIT*/
.waitScreen {
    position: fixed;
    width: 100%;
    height: 100%;
    /*display: table;*/
    left: 0;
    top: 0;
    z-index: 999;
    background: #ffffff78;
    display: table;
}

.spinChar {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: black;
}

/*switch*/
.switchCell{
    width: 8%;
    min-width: 35px;
    max-width:45px;
    text-align:left;
}
.switchCont{
    max-width: none;
    width: 28px;
    height: 15px;
    margin-right:auto;
}
.switch {
    width: 100%;
    height: 100%;
    background-color: #AAAAAA;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: all .3s ;
}
.switchBal {
    background-color: #FFFFFF;
    border-radius: 100%;
    width: 11px;
    height: 11px;
    position: absolute;
    transition: all .3s;
    left: 2px;
    top: 2px;
}
.balActive{
    left: 15px;
}
.active{
    background-color: #4287CE;
}
/*Scroll bar*/
.privListCnt::-webkit-scrollbar {
    width: 6px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    cursor:pointer;
}
.privListCnt::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 4px;
    
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.privListCnt::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    
}

/* Cambiamos el fondo cuando esté en active */
.privListCnt::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
.privListCnt::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 4px;
    border-color:#e1e1e1;
}

/*CAMPOS DE TAG*/
.tagInptEle {
    width: 90%;
    padding:0;
    outline:none;
    box-shadow:none;
    border:0;

}

.tagInptEle input {
    width: 100%;
    border:0;
    outline: none;
    font-family: 'Poppins';
    font-size: 86%;
    font-weight: 300;
    text-indent: 5px;
}

