*{
    padding: 0;
    margin: 0;
}
.container{
    background: url('../img/fondo.png');
    background-size: cover;
    min-height: 100vh;
    min-width: 100vw;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container .logo{
    width: 50%;
    display: flex;
    justify-content: center;
}

.container .logo img{
    max-width: 500px;
    width: 80%;
}
.container .form{
    background: white;
    border-radius: 1rem;
    width: 50%;
    max-width: 270px;
    margin: 10%;
    padding: 3rem;
    text-align: center;
    border: .4rem solid #f7a14a;
    font-family: 'american_captainregular', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container .form label{
    color: #f7a14a;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}
.container .form input{
    padding: .5rem;
    border-radius: .8rem;
    margin: .3rem;
    border: .2rem solid #f7a14a;
    font-size: 24px;
    width: 15rem;
    text-align: center;
}
.container .form .text1{
    font-size: 1.5rem;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a;
}
.container .form .time{
    font-size: 5rem;
    font-weight: bold;
    color: #f7a14a;
}
.container .form .text2{
    font-size: 2rem;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a,
                0 0 2px #f7a14a;
    
}
button{
    border: 2px solid #f7a14a;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    background: none;
    color: #f7a14a;
    font-weight: bold;
    font-family: 'american_captainregular', sans-serif;
    font-size: 1.5rem;
}
.container2{
    background: url('../img/fondo.png');
    background-size: cover;
    min-height: 100vh;
    min-width: 100vw;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container2 .logo{
    width: 50%;
    display: flex;
    justify-content: center;
}
.container2 .logo img{
    max-width: 500px;
    width: 80%;
}
.container2 .text{
    display: flex;
    justify-content: center;
}
.container2 .text .gracias_1{
    display: block;
    width: 50%;
}
.container2 .text .gracias_2{
    display: none;
}
.danger{
    color: red;
}
@media (max-width: 480px){
    .container {
        flex-direction: column;
    }
    .container2 .logo{
        width: 70%;
    }
    .container2 .text .gracias_2{
        width: 100%;
        display: block;
    }
    .container2 .text .gracias_1 {
        display: none;
    }
}
@media (max-width: 1024px) and (max-height: 480px) {
    .container2 .logo img{
        max-width: 500px;
        width: 60%;
    }
    .container2 .text .gracias_1{
        display: block;
        width: 40%;
    }
}
/* .modal-dialog {
    
} */
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 800px!important;
        width: 60%!important;
        margin: 1.75rem auto;
    }
}