﻿@font-face {
    font-family: VivaOrganicaOficial;
    src: url(../fonts/serifgothicextra.otf);
}

@font-face {
    font-family: VOmsjBienvenido;
    src: url(../fonts/segoeui.otf);
}

.containerOwnApp {
    box-shadow: 0 0 27px 0 rgba(84, 84, 84, 0.62);
    padding-top: 15px;
}

.login-page {
    padding: 18% 0 0;
    margin: 0 auto 100px;
    max-width: 320px;
    position: relative;
}

.login-form {
    box-shadow: 0 0 27px 0 rgba(84, 84, 84, 0.62);
}

.login-form-header {
    padding-top: 16px;
}

.login-from-row {
    padding-top: 8px;
    padding-bottom: 8px;
}

.login-form-font-header {
    font-size: 40px;
    font-weight: bold;
    color: #5b5346;
}

p {
    font-family: VivaOrganicaOficial;
}

.login-form-font-header span {
    color: #5b5346;
}

.lblMensajeError {
    color: red;
    font-weight: bold;
}
.MsjBienvenido {
    padding-bottom: 8px;
    color: #5b5346;
    font-family: VOmsjBienvenido;
    font-size: 25px;
}
.MsjLeyenda {
    padding-bottom: 8px;
    color: #5b5346;
    font-family: VOmsjBienvenido;
    font-size: 15px;
}

Input[type=text] {
    Background-color: #f5f5f5 !important;
    border: none !important;
    border-bottom: 2px solid blue !important;
    font-size: 13px !important;
}

Input[type=Password] {
    Background-color: #f5f5f5 !important;
    border: none !important;
    border-bottom: 2px solid blue !important;
    font-size: 13px !important;
}

Input:focus[type=text] {
    Background-color: #dddddd !important;
    font-size: 13px !important;
}

Input:focus[type=Password] {
    Background-color: #dddddd !important;
    font-size: 13px !important;
}
.CursorMano {
    cursor:pointer;
}