
@keyframes out {
    from {width: 50%;}
    to {width: 10%;}
}
@font-face {
    font-family: "Poppins";
    src: url('./font/Poppins-Regular.ttf');
}

@font-face {
    font-family: "Poppins";
    src: url('./font/Poppins-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "Poppins";
    src: url('./font/Poppins-Light.ttf');
    font-weight: lighter;
}

@font-face {
    font-family: "Poppins";
    src: url('./font/Poppins-Thin.ttf');
    font-weight: 100;
}

body {
    background-color: #fffdee !important;
    color: #4a4849 !important;
    font-family: 'Poppins' !important;
}
.image-sm {   
    width: 80%;
}
.toast{
    width: fit-content !important;
    max-width: fit-content !important;
    display: inline-block;
}
.form-check-input:checked {
    background-color: #ff382a !important;
    border-color: #ff382a !important;
}
h6{
    font-size: smaller !important;
    font-weight: bold !important;
}
.image-logo{
    width: 150px !important;
    position: absolute;
    margin-top: 100% !important;
    margin-left: 50%;
    transform: translate(-50%,-50%);
}
.vinho-image{
    background-image: url("img/bg_vinho.png");;
    background-size: contain;
    background-repeat: no-repeat;  
    height:100vw;
    background-color: #fff;
    position: relative;
}
.vinho-descricao{
    background-image: url("img/bg_left.png");
    background-size: 4.5em;
    background-repeat: no-repeat;  
    background-position: left bottom;
    padding-left: 5em;
    padding-right: 1em;
}
.vinho-descricao p{
    line-height: 1.4em;
}
.vinho-ficha{
    background-image: url("img/bg_bottom.png");
    background-repeat: no-repeat;  
    background-size: 75%;
    background-position: right bottom;
    background-color: #ebebeb;
}
.vinho-ficha spam{
    font-size: x-small;
}
.bottle-image{
    width: 100%;
    margin-left: -5% !important; 
    object-fit: contain;
}
.glass-image{
    position: absolute;
    width:40%;
    height:40%;
    left: 50%;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.text-logo{
    position: relative;
    top: -75px !important;
}
.splash-left {
    background-image: url("img/left_corner.png");
    background-size: contain;
    background-repeat: no-repeat;  
    height:100vh;
}
.splash-right {
    background-image: url("img/right_corner.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    height:100vh;
}
.btn-lg {
    padding: 3rem 1rem !important;
    font-size: 1.5rem !important;
    border-radius: 0 !important;   
}
.btn-danger,.active{
    background-color: #ff382a !important;
    border-color: #ff382a !important;
}
.btn-secondary{
    background-color: #fff !important;
    border-color: #fff !important;
}
.bg-Rose{
    background-color: #ff382a !important;
    border-color: #ff382a !important;
}
.bg-Tinto{
    background-color: #6a010a !important;
    border-color: #6a010a !important;
}
.bg-Branco{
    background-color: #00afa2 !important;
    border-color: #00afa2 !important;
}
.bg-Espumante{
    background-color: #58489c !important;
    border-color: #58489c !important;
}
.color-Rose{
    color: #ff382a !important;
}
.color-Tinto{
    color: #6a010a !important;
}
.color-Branco{
    color: #00afa2 !important;
}
.color-Espumante{
    color: #58489c !important;
}
.color-light{
    color: #bbbbbb !important;
}
.slide-out-left{
    animation-name: out;
    animation-duration: 4s;
    animation-delay: 1s;
}
.slide-out-right{
    animation-name: out;
    animation-duration: 4s;
    animation-delay: 1s;
}
.input-group-text {
    background: #ff382a !important;
    color: white !important;
    width: 40px;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
input[type=text],
input[type=password],
input[type=email]{
    border: 1px inset #ff382a;
    padding-left: 4px;
}

input[type=text],
input[type=password],
input[type=email]:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.user_card {
    height: 400px;
    width: 350px;
    margin-top: 25vh;
    margin-bottom: auto;
    background: #ffdaee;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: 150px;
    width: 150px;
}
.form_container {
    margin-top: 20%;
}