html,
body {
    height: 100%;
}

body {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
}

form {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
form .checkbox {
    font-weight: 400;
}
form .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
form .form-control:focus {
    z-index: 2;
}
form input[type="tel"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
form input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.invisible {
    display: none;
}

footer {
    display: block;
    margin-bottom: 0;
}

.dropdown-menu{
    font-size: 14px;
}

.pet-card-1 {
    border-color: #800080 !important;
}

.pet-card-1 > .card-header {
    background-color: #8000800F !important;
}

.pet-card-2 {
    border-color: #B4E50D !important;
}

.pet-card-2 > .card-header {
    background-color: #B4E50D0F !important
}

.pet-card-3 {
    border-color: #FF9B2F !important;
}
.pet-card-3 > .card-header {
    background-color: #FF9B2F0F !important;
}

.pet-card-0 {
    border-color: #001BB7 !important;
}
.pet-card-0 > .card-header {
    background-color: #001BB70F !important;
}
