﻿
.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

body {
    height: 100vh;
}

.container {
    height: 100%;
}

.colorinput {
    background: #212121;
    border: 2px solid #212121;
    color: white !important;
}

.bordeinput {
    border-block-end: 2px solid #646464 !important;
}

.colorinput:focus-visible {
    background: #212121;
    border: 2px solid #212121;
    color: white !important;
    box-shadow: 1px 1px 1px 1px #ba933e;
}

input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
    background: #2b2b2b !important;
    border: 2px solid #2b2b2b;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-background-clip: text;
        -webkit-text-fill-color: #212121;
        transition: background-color 5000s ease-in-out 0s;
        box-shadow: inset 0 0 20px 20px #2b2b2b;
    }

.ab {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 10px;
    padding-right: 1px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
}

.imagen {
    object-fit: cover;
    object-position: 0px 0px;
}
