﻿/* http://meyerweb.com/eric/tools/css/reset/
           v2.0 | 20110126
           License: none (public domain)
        */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

html, body {
    height: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ========================================== */
input {
    display: inline-block;
    height: 42px;
    width: 85%;
    background: transparent;
    border: 0px;
    -webkit-appearance: none;
    border-radius: 0px;
}
/* input:-webkit-autofill {
          box-shadow: 0 0 0px 1000px #283443 inset !important;
          -webkit-text-fill-color: #fff !important;
        } */
.wrapper {
    min-height: 100%;
    width: 100%;
    background-color: #2d3a4b;
    overflow: hidden;
}

.container {
    position: relative;
    width: 520px;
    max-width: 100%;
    padding: 160px 35px 0;
    margin: 0 auto;
    overflow: hidden;
}

.title-container {
    position: relative;
}

    .title-container .title {
        font-size: 28px;
        color: #eee;
        margin: 0px auto 40px auto;
        text-align: center;
        font-weight: bold;
    }

.item-entry {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #454545;
    position: relative;
    width: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 0;
    line-height: 1;
    display: flex;
    align-items: center;
}

    .item-entry .icon {
        padding: 8px 0px 6px 10px;
        color: #889aa4;
        vertical-align: middle;
        display: inline-block;
    }



    .item-entry input {
        display: inline-block;
        height: 47px;
        width: 85%;
        background: transparent;
        border: 0px;
        -webkit-appearance: none;
        border-radius: 0px;
        color: #fff;
        height: 42px;
        line-height: 47px;
        font-size: 14px;
        outline: none;
        text-indent: 6px;
        vertical-align: top;
    }

.item-button {
    width: 450px;
    /*    padding: 0 35px;*/
    margin: 0 auto;
    /*    padding-top: 24px;*/
}

.button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

    .button:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #FFF;
        outline: none;
    }

.bi {
    margin: .25rem;
    font-size: 1.5rem;
}

#txtCode {
    width: 100%;
}

.icon i {
    font-size: 14px;
}

.item-text {
    border-radius: 5px;
    color: red;
    position: relative;
    width: 450px;
    margin: 20px auto;
    line-height: 1;
    display: flex;
    align-items: center;
}
