﻿*, *::before, *::after {
    box-sizing: border-box;
}

body {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
}


label {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: inherit;
}

.rounded-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 150px;
    height: 55px;
    background-color: #0da1c6;
    border-radius: 27px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

.form-group label {
    margin-bottom: 11px;
}

.form-group input {
    height: 40px;
    font-size: 18px;
    border-radius: 2px;
}

.login-panel {
    border-radius: 10px;
    border-width: 0px;
}

.login-panel .panel-footer {
    font-size: .75em;
    background-color: #b5bbc8;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.login-panel .logo {
    max-height: 100px;
}

.wrapper {
    height: 100%;
}

.content-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#contenedor-mostrar-password {
    position: relative;
}

#contenedor-btn-mostrar-password {
    position: absolute;
    height: 100%;
    top: 0;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
