body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: 400 14px/28px 'Lato', sans-serif;
    color: #000;
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
}

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

input[type="text"]::-webkit-placeholder {
    opacity: 1;
}

input[type="text"]::-moz-placeholder {
    opacity: 1;
}

input[type="password"]::-webkit-placeholder {
    opacity: 1;
}

input[type="email"]::-webkit-placeholder {
    opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}

textarea::-moz-placeholder {
    opacity: 1;
}

textarea::-webkit-placeholder {
    opacity: 1;
}

a:hover {
    outline: none !important;
    text-decoration: none;
}

a:active {
    outline: none !important;
    text-decoration: none;
}

a {
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* font-family: 'Lato', sans-serif;
    font-family: 'Poppins', sans-serif; */


.loging_body {
    width: 100%;
    background: url(../images/login_bg.png)no-repeat top;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.loging_bx {
    width: 445px;
    margin: 0 auto;
    background: #fff;
    min-height: 200px;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 24px 30px;
}

.login_logo {
    width: 100%;
    margin-bottom: 25px;
}

.loging_bx h1 {
    font-size: 25px;
    color: #113768;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.loging_bx p {
    font-size: 16px;
    color: #666666;
    margin-top: 8px;
}

.input_frm {
    width: 100%;
}

.input_bx {
    width: 100%;
    margin-top: 18px;
    text-align: left;
}

.input_bx label {
    font-size: 16px;
}

.input_bx input {
    width: 100%;
    height: 47px;
    background: #f0f1f5;
    border: solid 1px #bfbfbf;
    border-radius: 5px;
    padding: 0 16px;
    color: #999999;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.input_bx input:focus {
    border: 1px solid !important;
}

.input_bx input::placeholder {
    color: #999999;
    opacity: 1 !important;
}

.input_check {
    text-align: left;
}

.input_check label {
    font-size: 16px;
    margin-top: 17px;
    padding-left: 28px;
    position: relative;
    line-height: 20px;
}

.input_check label:before {
    position: absolute;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background: #fff;
    width: 16px;
    height: 16px;
    content: "";
    left: 0;
    top: 3px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.input_check label:after {
    position: absolute;
    background: #fff;
    content: "";
    left: 2px;
    top: 6px;
    content: "";
    clip-path: polygon(25% 34%, 45% 56%, 86% 3%, 97% 13%, 47% 79%, 13% 44%);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    width: 11px;
    height: 12px;
}

.input_check input[type="checkbox"] {
    display: none;
}

.input_check input[type="checkbox"]:checked+label:before {
    background: rgba(255, 111, 116, 1);
    background: -moz-linear-gradient(left, rgba(255, 111, 116, 1) 0%, rgba(255, 192, 121, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 111, 116, 1)), color-stop(100%, rgba(255, 192, 121, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 111, 116, 1) 0%, rgba(255, 192, 121, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 111, 116, 1) 0%, rgba(255, 192, 121, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 111, 116, 1) 0%, rgba(255, 192, 121, 1) 100%);
    background: linear-gradient(to right, rgba(255, 111, 116, 1) 0%, rgba(255, 192, 121, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6f74', endColorstr='#ffc079', GradientType=1);
    border: transparent;
}

.input_check input[type="checkbox"]:checked+label:after {
    visibility: visible;
    opacity: 1;
}

.login_btn {
    width: 100%;
    text-align: center;
}

.pg_btn {
    background: rgba(255, 111, 116, 1);
    width: 100%;
    border: none;
    height: 53px;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    border-radius: 40px;
    margin-top: 13px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 112, 117, 1);
    background: -moz-linear-gradient(left, rgba(255, 112, 117, 1) 0%, rgba(255, 192, 121, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 112, 117, 1)), color-stop(100%, rgba(255, 192, 121, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 112, 117, 1) 0%, rgba(255, 192, 121, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 112, 117, 1) 0%, rgba(255, 192, 121, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 112, 117, 1) 0%, rgba(255, 192, 121, 1) 100%);
    background: linear-gradient(to right, rgba(255, 112, 117, 1) 0%, rgba(255, 192, 121, 1) 100%);
}


.login_btn .pg_btn {
    width: 100%;
}

.col_b {
    color: #000;
}

.col_b a {
    color: #000;
}

.login_link {
    color: #556ee6;
}

.loging_foot {
    width: 100%;
}

.loging_foot p {
    color: #fff;
    margin-top: 20px;
}

.loging_foot p a {
    color: #fff;
}

.pg_btn:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: -moz-linear-gradient(left, rgba(255, 192, 121, 1) 0%, rgba(255, 112, 117, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 192, 121, 1)), color-stop(100%, rgba(255, 112, 117, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 192, 121, 1) 0%, rgba(255, 112, 117, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 192, 121, 1) 0%, rgba(255, 112, 117, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 192, 121, 1) 0%, rgba(255, 112, 117, 1) 100%);
    background: linear-gradient(to right, rgba(255, 192, 121, 1) 0%, rgba(255, 112, 117, 1) 100%);
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pg_btn:hover:before {
    visibility: visible;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pg_btn span {
    position: relative;
    z-index: 2;
}

.login_logo {
    width: 100%;
    text-align: center;
}

.login_logo img {
    width: 200px;
}

/**
* Error message CSS
*/
.alert_dengar{padding: 1px 10px !important; margin-top: 5px;
    background-color: #f8d7da; color: #842029; border-radius: 4px;}


/* All Responsive Css Below  */

@media only screen and (max-width: 575px) {
    .loging_body {
        padding: 0 40px;
    }

    .loging_bx {
        width: 100%;
    }

    .login_logo img {
        width: 100px;
    }

    .loging_bx h1 {
        font-size: 20px;
    }

    .loging_bx p {
        font-size: 14px;
    }

    .login_logo {
        width: 100%;
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 400px) {

    .loging_body {
        padding: 0 15px;
    }

    .loging_bx {
        width: 100%;
        padding: 24px 20px;
    }

    .pg_btn {
        font-size: 16px;
        height: 46px;
    }

    .input_bx input {
        height: 42px;
    }

    .input_bx {
        margin-top: 13px;
    }
}


