
html {
    scroll-behavior: smooth;
}

body {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

* {
    box-sizing: border-box;
}

.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,
input,
select {
    -webkit-appearance: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

button,
.btn,
select {
    cursor: pointer;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
}

.btn,
button,
.actionbg,
input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

    .btn:hover,
    button:hover {
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
    }

/*-- wrapper start --*/
.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;
}

/*-- //wrapper start --*/

/*-- form styling --*/
.intslogin-form .logo {
    text-align: center;
}

    .intslogin-form .logo a.brand-logo {
        display: inline-block;
        text-align: center;
        font-size: 35px;
        line-height: 1.1em;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
    }

.intslogin-form h1 {
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    color: #3f3a64;
}

.intslogin-form {
    position: relative;
    z-index: 0;
    padding: 30px 0px;
    display: grid;
    align-items: center;
    min-height: 100vh;
    background: url('../images/logipage1.jpg') no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

    .intslogin-form:before {
        content: "";
        background: #0000008c;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .intslogin-form .pos-relative {
        position: relative;
    }

    .intslogin-form p.copy-footer-29 {
        color: #eee;
    }

        .intslogin-form p.copy-footer-29 a {
            color: #fff;
        }

            .intslogin-form p.copy-footer-29 a:hover {
                color: #fbbb92;
            }

    .intslogin-form h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

.workinghny-block-grid {
    border-radius: 5px;
    box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1);
    height: auto;
    max-width: 400px;
    padding: 40px;
    width: 100%;
    margin: 40px auto;
    background: #fff;
}

.intslogin-form .login-form-content {
    padding-top: 2em;
}

.intslogin-form input {
    border: 2px solid #e3e3e3;
    color: #777;
    background: #fff;
    font-size: 17px;
    line-height: 28px;
    padding: 12px 26px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 35px;
    outline: none;
}

    .intslogin-form input:focus {
        border: 2px solid #f1c6aa;
        box-shadow: none;
    }

.intslogin-form .btn-style {
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: #0057b8;
    border: none;
    padding: 15px 20px;
    font-weight: 700;
    border-radius: 35px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

    .intslogin-form .btn-style:hover {
        background: #000;
        transform: translateY(-3px);
    }

.intslogin-form p.already,
.intslogin-form p.already a {
    font-size: 17px;
    line-height: 25px;
    color: #495057;
    margin: 25px 0 0;
    text-align: center;
}

.intslogin-form p.remember {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.intslogin-form p.already a {
    color: #495057;
    font-weight: 700;
}

    .intslogin-form p.already a:hover {
        color: #b11303;
    }

.intslogin-form .check-remaind input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.intslogin-form .check-remaind {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .intslogin-form .check-remaind input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0;
    }

.intslogin-form .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #283b6a;
    border-radius: 4px;
}

.intslogin-form .check-remaind:hover input ~ .checkmark {
    background-color: #b11303;
}

.intslogin-form .check-remaind input:checked ~ .checkmark {
    background-color: #fbbb92;
}

.intslogin-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.intslogin-form .check-remaind input:checked ~ .checkmark:after {
    display: block;
}

.intslogin-form .check-remaind .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* -- placeholder --*/
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
}
/* -- placeholder --*/
.loginmessage333 {
   height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    color: #f1391c;
}



/*-- responsive design --*/
@media (max-width: 992px) {
    .intslogin-form .workinghny-block-grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        width: 100%;
    }

    .intslogin-form .login-form-content {
        padding: 0em 0em 2em 0;
    }

    .workinghny-left-img {
        order: 2;
    }

    .intslogin-form .logo a.brand-logo {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .intslogin-form {
        height: auto;
    }
}

@media (max-width: 667px) {
    .intslogin-form .align-end {
        padding: 0em;
    }
}

@media (max-width: 480px) {
    .intslogin-form .logo a.brand-logo {
        font-size: 35px;
    }

    .intslogin-form h2 {
        font-size: 22px;
    }
}

@media (max-width: 415px) {
    .intslogin-form .copyright {
        margin-top: 30px;
    }
}
