label {
    margin-bottom: 0px !important;
}

/* INPUT GRUP */
.input-grup {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin: .25em 0;
}

.input-grup .prep {
    margin-right: -1px;
    display: flex;
    width: auto;
}

.input-grup .prep .prep-no {
    display: flex;
    align-items: center;
    padding: .5em .8em;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 1px 6px 0 rgba(49,53,59,0.12);
    font-size: 11pt;
    border-radius: 5px 0 0 5px;
    letter-spacing: normal;
    opacity: 0.6;
}

.input-grup input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    border-radius: 0 5px 5px 0 !important;
    margin: 0px !important;
}

.view-pass {
    position: absolute;
    top: 10px;
    right: 14px;
    opacity: 0.38;
}

.view-pass:hover {
    cursor: pointer;
    opacity: 0.48;
}

.btn-blue {
    color: #fff;
    background-color: #307ECC;
    border: 1px solid #307ECC;
    font-size: 85%;
}

.btn-text-blue {
    color: #307ECC;
    background-color: transparent;
    font-size: 85%;
}

.mt10 {
    margin-top: 10px;
}

.tar {
    text-align: right;
}

section .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

section .inner .content {
    max-width: 380px;
    float: none;
    margin: 0 auto;
    box-shadow: 2px 1px 10px rgba(0,0,0,.15);
    border: 0px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}

section .inner .content .title {
    text-align: center;
    font-size: 16pt;
    font-weight: 700;
    margin: 10px 0px;
}

.desc {
    font-size: 10pt;
    color: #333;
    text-align: center;
}

.desc span {
    color: #307ECC;
    font-weight: 600;
}

.note-email {
    font-size: 8pt;
    margin: 0px 0px 5px;
    color: #333;
}

.note-danger {
    font-size: 8pt;
    margin: 0px 0px 5px;
    color: #C62828;
}

@media (max-width: 767px) {
    section .inner {
        padding: 10% 10px;
        align-items: flex-start;
    }
}