<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #000;
    overflow-x: hidden
}

p {
    line-height: 1.2em
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    border: unset;
    text-decoration: none;
    color: inherit;
    outline: 0
}

img {
    max-width: 100%;
    max-height: 100%
}

button,
input[type=submit] {
    border: none
}

.body-sign {
    margin-top: -25px;
    height: 100vh;
    min-height: 568px;
    width: 100%;
    background: url(../img/new/bg.jpg) no-repeat center center/cover;
    position: relative
}

.state-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    height: 80vh;
    width: 25vw
}

.state-img img {
    height: 100%
}

.top-title {
    display: inline;
    position: absolute;
    left: 50px;
    top: 40px;
    font-size: 8vh;
    z-index: 20;
}

.bot-btn {
    z-index: 20;
    position: absolute;
    left: 50px;
    bottom: 40px;
    font-size: 4.2vh;
    background: #000;
    color: #fff;
    padding: 0 10px;
    font-weight: 300;
    transition: all .3s
}

.bot-btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.bot-btn a img {
    height: 4.2vh;
    margin-left: 20px
}

.bot-btn:hover {
    opacity: .5
}

.form-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    padding: 4vh;
    background: #fff
}

.mainform .panel-body form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.mainform .panel-body .input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.mainform .panel-body label {
    font-size: 2.2vh
}

.mainform .panel-body input {
    height: 5vh;
    width: 12vw;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    margin: 0;
    outline: 0
}

.mainform .panel-body input:focus {
    color: #000;
    background-color: #f3efef;
    border-color: #000;
    outline: 0;
    box-shadow: none
}

.mainform .panel-body button[type=submit] {
    width: 5.8vh;
    height: 5.8vh;
    background: #000;
    padding: 0;
    transition: all .3s
}

.mainform .panel-body button[type=submit]:hover {
    opacity: .5
}

.form-part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-part-cap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative
}

.form-part-cap img {
    height: 5vh;
    position: absolute;
    border-bottom: 1px solid #000
}

@media screen and (max-width:1200px) {
    .form-wrap {
        width: 90%
    }
}

@media screen and (max-width:992px) {
    .form-wrap {
        width: 95%
    }
}

@media screen and (max-width:900px) {
    .form-wrap {
        padding: 30px
    }
    .form-part {
        position: relative;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .mainform .panel-body input {
        width: 100%;
        margin-bottom: 10px;
        height: 35px;
        font-size: 16px;
    }
    .mainform .panel-body form {
        -ms-flex-align: start;
        align-items: flex-start
    }
    .form-part-cap img {
        position: absolute;
        right: 0
    }
    .mainform .panel-body button[type=submit] {
        position: absolute;
        bottom: 0;
        right: 0
    }
    .mainform .panel-body label {
        font-size: 16px
    }
    .form-part-cap img {
        height: 35px
    }
    .mainform .panel-body button[type=submit] {
        height: 40px;
        width: 40px
    }
    .top-title {
        font-size: 58px;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center
    }
    .bot-btn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 30px;
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    .state-img {
        left: 20px;
        transform: none;
        height: 40vh;
        width: 40vw
    }
    .form-wrap {
        width: 90%
    }
    .mainform .panel-body form {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .form-part {
        width: 100%
    }
    .form-part div {
        width: 100%
    }
    .form-part-cap div.form-part-cap__img {
        width: auto
    }
    .mainform .panel-body button[type=submit] {
        margin-top: 30px;
        position: relative;
        bottom: unset;
        right: unset;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .bot-btn {
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        font-size: 20px
    }
    .form-part input{
        width: 100%;
        margin-bottom: 10px;
        height: 35px;
    }
    .top-title{
        font-size: 36px;
        text-align: center;
        top: 0;
    }
}

@media screen and (max-width:360px) {
    .state-img {
        left: 20px;
        transform: none;
        height: 35vh;
        width: 35vw
    }
    .bot-btn {
        font-size: 22px
    }
}

.alert{
    border-radius: 0px;
}</pre></body></html>