html,
body {
    min-height: 100%;
}

@font-face {
    font-family: "LandRover Bold";
    font-weight: bold;
    src: url("fonts/LandRoverWeb-Bold.woff") format('woff');
}

@font-face {
    font-family: "LandRover Medium";
    src: url("fonts/LandRoverWeb-Medium.woff") format('woff');
}

@font-face {
    font-family: "LandRover Light";
    font-weight: lighter;
    src: url("fonts/LandRoverWeb-Light.woff") format('woff');
}

body {
    background-image: url("../img/bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    
}

h1, h3 {
    font-family: "LandRover Light";
}

input {
    font-family: "LandRover Medium";
}

.container {
    height: 100%;
}

label {
    text-transform: uppercase;
    font-family: "LandRover Bold";
    font-weight: bold;
}

.row-checks label {
    font-family: "LandRover Light";
    font-weight: lighter;
    font-size: 0.9rem;
}

.card {
    width: 100%;
    max-width: 800px;
    margin-top: 3rem;
}

#card {
    background-color: #000;
}

#btn-enviar:disabled > #loading {
    display: inline-block;
}

#btn-enviar:not(:disabled) > #loading {
    display: none;
}

.btn {
    text-transform: uppercase;
    font-family: "LandRover Bold";
    font-weight: bold!important;
}

.btn-secondary {
    color: #000;
}