﻿@font-face {
    font-family: VivaOrganicaOficial;
    src: url(../webfonts/BRITANIC.TTF);
}

@font-face {
    font-family: VOmsjBienvenido;
    src: url(../webfonts/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: 60px;
    font-weight: bold;
    color: black;
}

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: white !important;
    border: none !important;
    border-bottom: 2px solid black !important;
    font-size: 13px !important;
}

Input[type=Password] {
    Background-color: white !important;
    border: none !important;
    border-bottom: 2px solid black !important;
    font-size: 13px !important;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: 8px;
    bottom: 10px;
    left: 20px;
    font-size: 11px;
    opacity: 1;
}

.inputText {
    font-size: 14px;
    width: 200px;
    height: 35px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 18px;
    transition: 0.2s ease all;
}

.CursorMano {
    cursor:pointer;
}

.btn-primary {
    background-color: black !important;
    border-top: aquamarine !important;
}