h2   {color:white}
p    {color:white}

body, html {
    height: 100%;
    background-repeat: no-repeat;
    background: url('../../uploads/images/portada1.jpg') no-repeat;
    background-size: contain;
}

.card-container.card {
    background: white;
    width: 350px;
    padding: 20px 40px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0);
    margin: 200px auto;
    border-radius: 10px;
}

.btn {
    font-weight: 700;
    height: 26px;
    user-select: none;
    cursor: default;
}

.card {
    margin: 150px auto 25px;
    border-radius: 2px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 1);
}

.profile-img-card {
    width: 50px;
    height: 40px;
    margin: 5px auto 10px;
    display: block;
    border-radius: 50%;
}

.profile-name-card {
    padding: 5px;
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 0;
    min-height: 1em;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    border-radius: 13px;
    border: none;
    transition: all 0.218s;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}
