html, body{
    width: 100%;
    overflow-x: hidden; /* Prevents horizontal scrolling */
    background-size:cover;
}


body.v1{
    background:url('../img/bg-v1.png');
}

body.v2{
    background:url('../img/bg-v2.png');
}

body.v3{
    background:url('../img/bg-v3.png');
}

.container{
    max-width:500px;
}
#form{
    color:#fff;
}

.input-custom{
    border:3px solid #be1767;
    border-radius:20px;
    color:#fff;
    padding:0px !important;
    background:#fff;
}

.input-custom button{
    background:#be1767;
    border-radius: 20px !important;
    width:40px;
    color:#fff;
    margin-left:-3px;
    font-size:18px !important;
    z-index:2;
}

.input-custom input{
    resize: none;
    outline:none !important;
    box-shadow: none !important;
    border-color:transparent !important;
    font-size:16px !important;
    line-height:10px;
    border-radius:20px !important;
    z-index:1;
    margin-left:0px !important;
}

.border-block{
    border:3px solid #fff;
    border-radius:20px;
    padding:10px;
    color:#fff;
    margin-top:15px;
}

#download-calendar{
    cursor: pointer;
}

.logo-holder{
    padding-top:100px;
    margin-bottom:50px;
    div{
        font-size:12px;
        color:#fff;
    }
}

.logo{
    max-width:25%;
}

.text-left{
    text-align:left;
}

.warning{
    color: #fff;
    font-size: 12px;
    text-align: justify;
    padding-top:5px;
}
