html, body{
    background-image: url('../images/back.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 100%;
}

body{
    background: transparent;
}

*{
    font-family: 'Geogrotesque';
    color: #fff;
}

a.font-alt, a.font-alt:hover,a.font-alt:link, a.font-alt:visited {
    font-size: 1.1em;
    color: #fff;
}

.btn-baxter,.btn-baxter:visited, .btn-baxter:link{
    background: #5ba2d7;
    color: #fff;
    font-size: 1.5em;
    width: 400px;
    height: auto;
    border-radius: 20px;
    border: solid 4px #fff;
}

.btn-baxter:hover{
    background: #5ba2d7;
    color: #fff;
    font-size: 1.5em;
}

.dots{
    font-size: .5em !important;
}

.popup-messages{
    background: transparent;
    color: #fff;
    font-size: .9em;
    font-weight: 100;
}

.margin-welcome{
    margin-top: 25%;
}


.asset_1{
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.title-welcome{
    font-size: 4em;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.2em;
    letter-spacing: 0.25em;
    word-spacing: 0.25em;
    font-family: "Geogrotesque SmBd";
}

.subtitle-welcome{
    font-size: 2.5em;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.2em;
}

.logo-welcome{
    width: 180px;
    height: auto;
    float: left;
    padding: 20px;
}

.asset-main{
    width: 85%;
    height: auto;
    margin: 20px 0px 0px auto;
    float: right;
    z-index: 0;
}

.descrip-welcome{
    color: #fff;
    text-align: right;
    margin-top: -40px;
    z-index: 1;
    padding: 20px;
    font-size: 1.1em;
}

.margin-login{
    margin-top: 15%;
}


.form-baxter{
    background-color: transparent;
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.form-control, .input-group-text, input.form-control:focus{
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1em;
}

.input-group{
    border: solid #fff 1px;
    border-radius: 30px;
    padding: 2px 8px;
}

.margin-2{
    margin-top: 15%;
}

.name-time{
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    margin-top: 10px;
}

#days,#hours, #minutes, #seconds{
    text-align: center;
    background: #508E87;
    min-width: 100%;
    height: auto;
    color: #fff;
    font-size: 5em;
    border: #fff solid 2px;
    border-radius: 20px;
    padding: 10px;
    margin: 0 auto;
} 

.desktop{
    display: block;
}

.mobile{
    display: none !important;
}

.row.desktop.legals{
    position:absolute;
    bottom:0;
    margin: 0 auto;
    left: 46%;
}

.btn-sm{
    font-size: 1em !important;
    width: 300px !important;
    height: auto !important;
}

@media only screen and (max-device-width: 480px) {

    .title-welcome{
        font-size: 2.3em;
    }

    .subtitle-welcome{
        font-size: 1.2em;
    }
    .form-baxter{
        width: 90%;
    }
    .btn-baxter{
        width: 80% !important;
        height: auto;
    }

    .descrip-welcome{
        margin-top: -20px !important;
    }

    .logo-welcome{
        width: 200px;
    }

    .desktop{
        display: none !important;
    }

    .mobile{
        display: flex !important;
    }

    .mobile-count{
        background: transparent !important;
        border: none !important;
        font-size: .8em !important;
        color: #fff;
    }
    .label-count{
        text-align: center;
        background: #508E87;
        min-width: 100%;
        height: auto;
        color: #fff;
        font-size: 2em;
        border: #fff solid 2px;
        border-radius: 20px;
        padding: 5px;
        margin: 0 auto;
    }

    .name-time{
        font-size: 1em !important;
    }
}