a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all
}

a {
    color: #0366d6
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac
}

* {
    box-sizing: border-box
}

thead {
    font-size: .8rem
}

b.rtexttd_tiny {
    color: #f00;
    font-size: .8rem
}

b.btexttd_tiny {
    font-size: .8rem
}

b.rtexttd {
    color: #f00
}

b.stexttd {
    color: #ffa07a
}

b.otexttd {
    color: #ffa500
}

.d-grid {
    display: grid
}

.d-flex {
    display: flex;
    display: -webkit-flex
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

button, select {
    -webkit-appearance: none;
    outline: none
}

button, .btn, select {
    cursor: pointer
}

a {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

p {
    color: #666
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.p-fixed {
    position: fixed
}

.p-sticky {
    position: sticky
}

.btn, button, .actionbg {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px
}

    .btn:hover, button:hover {
        transition: .5s ease;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        -ms-transition: .5s ease;
        -moz-transition: .5s ease
    }

.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .wrapper {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .wrapper {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .wrapper {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .wrapper {
        max-width: 1140px
    }
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.forms23-block-hny h1 {
    margin-bottom: 40px;
    font-size: 40px;
    color: #fff
}

.ars-forms-23 {
    padding: 2rem 0;
    align-items: center;
    background: url('../imgs/areca_bg.jpg') no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    display: grid;
    align-items: center;
    z-index: 0;
    text-align: center
}

    .ars-forms-23:before {
        content: "";
        background: rgba(12,9,16,.57);
        position: absolute;
        top: 0;
        min-height: 100%;
        left: 0;
        right: 0;
        z-index: -1
    }

.forms23-block-hny .main-bg {
    background: url('../imgs/phonecti.jpg') no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    border-radius: 0 0 300px 300px;
    z-index: 0;
    position: relative
}

    .forms23-block-hny .main-bg:before {
        content: "";
        background: rgba(43,32,34,.42);
        position: absolute;
        top: 0;
        min-height: 100%;
        left: 0;
        right: 0;
        z-index: -1;
        border-radius: 0 0 300px 300px
    }

.forms23-block-hny .form23 {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(17,17,17,.09);
    margin: 0 auto;
    max-width: 430px;
    text-align: center;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px
}

    .forms23-block-hny .form23 h6 {
        font-size: 24px;
        line-height: 30px;
        color: #fff;
        padding-top: 5em;
        padding-bottom: 2em
    }

    .forms23-block-hny .form23 form .input-form {
        font-size: 16px;
        border: none;
        width: 100%;
        padding: 15px 15px;
        margin-bottom: 12px;
        border: 1px solid #dedddd;
        outline: none;
        background: transparent
    }

        .forms23-block-hny .form23 form .input-form:focus {
            background: rgba(43,32,34,.09);
            border: 1px solid #f9d949
        }

    .forms23-block-hny .form23 p {
        margin-top: 20px;
        font-size: 16px;
        font-weight: normal
    }

.forms23-block-hny button.btn.loginhny-btn {
    width: 100%;
    padding: 15px 28px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    background: #f9d949;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 12px
}

    .forms23-block-hny button.btn.loginhny-btn:hover {
        background: #000;
        color: #f9d949;
        text-decoration: none;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease
    }

.forms23-block-hny .form23 a {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #000
}

    .forms23-block-hny .form23 a:hover {
        color: #f9d949;
        text-decoration: none;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease
    }

.forms23-block-hny .first-look {
    border-radius: 50%;
    margin: 0 auto;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    width: 60px;
    height: 60px;
    border: 4px solid rgba(99,85,87,.19);
    border: 4px solid rgba(99,85,87,.19)
}

    .forms23-block-hny .first-look img {
        margin-top: 12px;
        text-align: center
    }

.forms23-block-hny .bottom-content {
    padding: 35px
}

.forms23-block-hny .speci-login {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px
}

.forms23-block-hny .form23 h6 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding-top: 5em;
    padding-bottom: 2em
}

    .forms23-block-hny .form23 h6.sec-one {
        padding-top: 5em;
        padding-bottom: 2.8em;
        margin-bottom: 1em
    }

.ars-copy-right.text-left {
    margin-top: 2em
}

.ars-copy-right p {
    font-size: 15px;
    line-height: 29px;
    color: #000
}

    .ars-copy-right p a {
        color: #000
    }

        .ars-copy-right p a:hover {
            color: #000;
            text-decoration: none;
            transition: all .2s ease;
            -moz-transition: all .2s ease;
            -webkit-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease
        }

@media all and (max-width:667px) {
    .forms23-block-hny h1 {
        font-size: 32px
    }
}

@media all and (max-width:440px) {
    .forms23-block-hny .form23 h6 {
        padding-top: 4em
    }

    .forms23-block-hny h1 {
        font-size: 30px
    }
}

@media all and (max-width:410px) {
    .forms23-block-hny .form23 h6.sec-one {
        padding-top: 3.5em
    }

    .forms23-block-hny .bottom-content {
        padding: 35px 20px
    }
}

html {
    font-size: 14px
}

@media(min-width:768px) {
    html {
        font-size: 16px
    }
}

.border-top {
    border-top: 1px solid #e5e5e5
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.05)
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit
}

html {
    position: relative;
    min-height: 100%
}

body {
    margin-bottom: 60px
}

.footer {
    position: absolute;
    font-size: .8rem;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px
}
