@font-face {
    font-family: "Caviar_Dreams";
    src: url('../fuentes/Caviar_Dreams.ttf');
    font-style: normal;
    font-weight: normal;
}

body {
    background: #F3F4F8;
    font-family: "Caviar_Dreams";
}

::-webkit-scrollbar {
    display: none;
}

input::placeholder {
    color: #000000;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

input[type=number] { 
    -moz-appearance:textfield; 
}

input:focus {
    outline: #ffffff;
    border: 2px solid #3797d8;
}

.footer {
    background: rgb(2,0,36);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: Caviar_Dreams;
    font-weight: lighter;
    padding: 10px 0;
}

a {
    text-decoration: none;
    color: #fff;
}

.logo_dosimed {
    width: 80%;
    max-width: 200px;
}

.card {
    border-radius: 10px;
}

.btn-primary {
    background-color: #3797d8;
    border-color: #3797d8;
}

.btn-primary:hover {
    background-color: #1A4677;
    border-color: #1A4677;
}
