@font-face {
    font-family: "RobReg";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "RobLgIt";
    src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
}
@font-face {
    font-family: "RobBd";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}



.header{
    background-color: #f9f9f9;
    text-align: center;
    height: 50px;
}

.header img{
    margin: 10px 0 0 0;
    max-width: 150px;
}

.logo{
    width: 200px;
    margin: 10px auto;
}

.content {
    text-align: center;
    width: 90%;
    margin-left: 5%;
}
.content img{
    width: 100%;
}

#main_img{
    width: 100%;
}

.btn{
    background-color: #00c235;
    border: 2px solid #ffffff;
    color: #ffffff;
    margin: 35px auto 25px auto;
    padding: 10px 50px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    width: 75%;
}

.btn-wifi {
    background-color: #00c235;
    border: 2px solid #ffffff;
    color: #ffffff;
    margin: 10px auto 5px auto;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-pin {
    background-color: #00c235;
    border: 2px solid #ffffff;
    color: #ffffff;
    margin: 0 auto 5px auto;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    width: 45%;
}


.t_and_c{
    font-size: 11px;
    font-family: RobLgIt;
    width: 95%;
    margin: 15px auto;
    line-height: 14px;
}

input[type=text]{
    height: 25px;
    width:60%;
    text-align: center;
    font-family: RobBd;
}

select{
    height: 37px;
    cursor: pointer;
    width: 75%;
}

form{
    padding-top: 15px;
}

#pin-input{
    width: 55%;
}

#cont-login-link{
    width: 90%;
    margin: 0 auto 20px auto;
    font-family: RobReg;
}

.error_msg{
    font-family: RobBd;
    margin: 10px auto 0 auto;
    line-height: 25px;
    width: 100%;
    font-size: 13px;
    color: red;
    background-color: white;
}

#button-sub{
    margin: 10px;
}


.welcome_msg{
    font-family: RobReg;
    font-size: 14px;
}

.cont_welcome {
    margin: 5vh 20px;
}

.btn-content-access {
    background-color: #03a9f4;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    margin-top: 5px !important;
}

#price_diclaimer{
    font-family: RobLgIt;
    font-size: 13px;
    margin-bottom: 10px;
}

.text{
    font-size: 20px;
    margin: 35px 0;
}

.price{
    font-size: 26px;
    margin-bottom: 30px;
}

#subscribe_button{
    border: none;
    border-radius: 5px;
    background-color: #008A02;
    color: #FFF;
    padding: 15px 60px;
    margin-bottom: 30px;
}

.disclaimer{
    font-size: 14px;
}

@media(min-height: 568px){

    input[type=text]{
        height: 35px;
    }

    select{
        height: 47px;
    }

    .btn-wifi {
        margin: 20px auto 15px auto;
        padding: 10px 50px;
        font-size: 18px;
        border-radius: 5px;
        cursor: pointer;
    }

}


@media(min-width:420px){

    body, html{
        max-width: 420px;
        margin: 0 auto;
        height: 100vh;
        background-color: #f9f9f9;
    }

}