body {
    padding-bottom: 50px;
    line-height: 1.5;
    color: #000000;

}

.page-login-v3:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background: url("../images/background1.jpg");;
    background-repeat: repeat-x;
    background-position: right bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-login-v3 .v1{
    width: 400px;
    height: 650px;
    margin-bottom: 45px;
    border-radius: .286rem;
    background: rgba(255, 255, 255, .9);
}
.page-status-v3 .v1{
    width: 400px;
    height: 480px;
    margin-bottom: 45px;
    border-radius: .286rem;
    background: rgba(255, 255, 255, .9);
}

.page-logout-v3 .v1{
    width: 400px;
    height: 480px;
    margin-bottom: 45px;
    border-radius: .286rem;
    background: rgba(255, 255, 255, .9);
}

@media (min-width: 479px) {
    .page-login-v3 .panel-footer .t2 {
    }
}
@media (max-width: 385px) {
    body {
        padding-bottom: 5px;
    }
    .page-login-v3 .text-small{
        font-size: 11px;
    }
    .page-login-v3 .v1{
        height: 700px;
    }
    .page-status-v3 .v1{
        height: 520px;
        margin-bottom: 5px;
    }
    .page-logout-v3 .v1{
        height: 450px;
        margin-bottom: 5px;
    }
    .icon-wifi {
        padding: 10px 0px 0px 0px;
    }
    .icon-wifi img{
        width: 40px;
    }
    .hidden-xx {
        display: none !important;
    }
    .visible-xx {
        display: block!important;
    }
    .ppao-title {
        padding-top: 5px !important;
        padding-bottom: 15px !important;
    }
    .panel-status {
        font-size: 11px;
    }
    .form-status .btn, .input-group-btn .btn {
        border-radius: 2px;
        padding: 8px 15px !important;
        margin: 0px 20px 10px 20px !important;
    }
    .form-status  .btn-logout, .input-group-btn .btn {
        padding: 28px 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: -10px !important;
        width: 80%;
    }
    .form-logout  .btn-logout, .input-group-btn .btn {
        padding: 28px 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: -10px !important;
        width: 80%;
    }
}
@media (min-width: 385px) {
    .visible-xx {
        display: none !important;
    }
}
@media (max-width: 479px) {

    .page-login-v3 .logo-ppao {
        width: 40%;
    }
    .page-login-v3 .page-content {
        padding: 10px 5px;
    }
    .page-login-v3 .panel {
        width: auto;
        padding: 0px;
    }
    .page-login-v3 .panel-footer .t1 {
        padding: 2px 0px 2px 2px;
        text-align: center;
    }
    .page-login-v3 .panel-footer .t2 {
        padding: 2px 0px 2px 0px;
        text-align: center;
        width: 18%;
    }
    .page-login-v3 .panel-footer .col-xs-3 img{
        width: 50px;
    }
}

.page-copyright-inverse {
    color: #fff;
    text-align: center;
}

.panel-body {
    position: relative;
    padding: 30px 30px;
}


.page-content {
    padding: 30px 0px 0px 0px;
}

.ppao-title {
    padding-top: 10px;
    /*padding-bottom: 25px;*/
}

.vertical-align-middle {
    vertical-align: middle;
}

.layout-full .page {
    height: 100%;
    padding: 0;
    margin: 0!important;
    background-color: transparent;
}

.page {
    position: relative;
    min-height: -webkit-calc(100% - 44px);
    min-height: calc(100% - 44px);
    background: #f1f4f5;
}

.panel{
    margin: 0 5px;
}

.footer1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px 0;

}
.footer1 img{
    width: 95%;
    border-radius: .286rem;
}
.footer-status {
    padding-left: 10px;
    padding-right: 10px;
}
.text-xs-center {
    text-align: center !important;
}

.vertical-align:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

img {
    vertical-align: middle;
}
.vertical-align-bottom, .vertical-align-middle {
    display: inline-block;
    max-width: 100%;
}
.title-login {
    font-weight: bold;
    font-size: 120%;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.form-login {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-login .btn, .input-group-btn .btn {
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 28px 10px;
    margin: 10px 0px 0px -10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: 0 0;
    color: #fff !important;
}

.form-status .btn, .input-group-btn .btn {
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 18px 15px;
    margin: 10px 20px 0px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: 0 0;
    color: #fff !important;
}

.form-logout .btn, .input-group-btn .btn {
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 28px 10px;
    margin: 10px 0px 0px -10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: 0 0;
    color: #fff !important;
}

.panel-footer {
    background: none;
    border-top: 1px solid #ddd;
}
.page-status-v3 .icon-wifi {
    display: block;
    float: right;
    margin-top: -50px;
    margin-right: 0px;
}
.page-logout-v3 .icon-wifi {
    display: block;
    float: right;
    margin-top: -50px;
    margin-right: 0px;
}
.icon-wifi {
    display: block;
    float: right;
    margin-top: -50px;
    margin-right: -25px;
}
.card1 {
    padding-bottom: 20px;
}
.panel-body1 {
    padding: 30px 10px;
}
fieldset {
    width: 100%;
}
.status-logon {
    padding-top: 30px;
    text-align: left;
}
table, th, td {
    padding: 5px 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px
}
.panel-status {
    padding: 30px 5px;
}
.winbroadband {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #6f6f6f;
}