body {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    box-sizing: border-box;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    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;
    position: relative;
    z-index: 1;
    background-color: #124c83;
}

.wrap-login {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    background: #38b6ff;
}

.login-form {
    padding: 25px 55px 37px 55px;
}

.login-form-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    margin: 0 auto;
    overflow: hidden;
}

.login-form-logo img {
    width: 77%;
}

.login-form-title {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #124c83;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-top: 12px;
}

.login-form-card {
    line-height: 20px;
    font-size: 14px;
    font-style: bold;
    color: #fff;
    text-align: justify;
    display: block;
    padding-bottom: 20px;
}

.text-input {
    font-size: 14px;
    padding: 5px;
    inline-size: 300px;
    background: transparent;
    color:#ffffff;
}

.pix-chave {
    font-size: 14px;
    padding: 5px;
    color:#38b6ff;
    background: #ffffff;
    inline-size: 200px;
}

/*CAMPOS DE INPUT*/
/*
.wrap-input{
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,0.24);
    margin-bottom: 30px;
}


.wrap-input50 {
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 0;
    width: 50%;
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,0.24);
    margin-bottom: 30px;
}

.input100 {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    height: 45px;
    background: transparent;
    padding: 0 5px 0 38px;
    width: 100%;
}

.input100 input {
    outline: none;
    border: none;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

.focus-input100::after {
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    color: #fff;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
*/

/*INPUT AREA*/
.input-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-info {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255,255,255,0.24);
    margin-bottom: 30px;
}

.input-info img {
    width:16px;
}

.input-info input {
    border: none;
    color: #fff;
    background: transparent;
}

::-webkit-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins';
}

:-moz-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins';
 }

::-moz-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins';
}

:-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins';
}

/*FOOTER*/
.btn-action {
    text-align: center;
}

.btn-action button {
    font-family: 'Poppins';
    font-size: 16px;
    color: #124c83;
    background-color: #ffffff;
    line-height: 1.2;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    border: none;
    transition: all 0.4s;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

/*
610px width
*/