.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ffffff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

#logo {
    width: 40%;
    display: block;
    margin: auto;
}

.logged-in {
    color: green;
  }
  
  .logged-out {
    color: red;
  }

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrap-login100 {
    width: 100%;
    max-width: 680px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    float: left;
}


/*==================================================================
[ Form ]*/

.login100-form {
    width: 100%;
}


/*------------------------------------------------------------------

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 90%;
    margin: auto;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}


/*---------------------------------------------*/

.input100 {
    font-family: Poppins-Regular;
    color: #333333;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 100%;
    background: transparent;
    height: 40px;
    padding: 0 20px;
}


/*---------------------------------------------*/

.input90 {
    font-family: Poppins-Regular;
    color: #333333;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 90%;
    background: transparent;
    height: 40px;
    padding: 0 20px;
}

.select90 {
    font-family: Poppins-Regular;
    color: #333333;
    line-height: 1.2;
    font-size: 14px;
    display: block;
    width: 100%;
    background: #fff;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
}

@media (max-width: 754px) {
    .input90 {
        font-family: Poppins-Regular;
        color: #333333;
        line-height: 1.2;
        font-size: 18px;
        display: block;
        width: 88.5%;
        background: transparent;
        height: 60px;
        padding: 0 20px;
    }
}

@media (min-width: 755px) and (max-width: 768px) {
    .input90 {
        font-family: Poppins-Regular;
        color: #333333;
        line-height: 1.2;
        font-size: 18px;
        display: block;
        width: 90.9%;
        background: transparent;
        height: 60px;
        padding: 0 20px;
    }
}

.btn10 {
    width: 10%;
}