html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.71;
    font-size: 16px;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #4d4d4d;
    background-color: #fff;
}

p {
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
    color: #111;
}

h1,
h2 {
    line-height: 1.2;
}

h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 28px;
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 16px;
    }
}
/*=======================================================================
    general Style
=========================================================================*/
a {
    text-decoration: none;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.Login-wrapper {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    background: url(../../images/login_back.jpg);
    background-size: cover;
}

#particles-js .particles-js-canvas-el {
    position: relative;
}

.Login-wrapper #particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/login.jpg');
}
    /*.Login-wrapper #particles-js:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(46, 45, 94, 0.9);
        }*/
    .Login-wrapper #particles-js:before {
        content: "";
        background: -moz-linear-gradient(left, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 35%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 35%);
        background: linear-gradient(to right, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 35%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00000000',GradientType=1 );
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

.Login-wrapper .bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
}

.Login-wrapper .login-block {
    padding: 40px 20px;
    width: 300px;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.bg-dark-login {
    background-color: rgba(40, 38, 72, 0.91);
    background-image: url(../../images/Login_bg.jpg);
    background-size: cover;
    background-position: center;
}

    .bg-dark-login:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(64 71 146 / 90%);
    }

@media only screen and (max-width: 767px) {
    .Login-wrapper .login-block {
        padding: 65px 30px 45px;
    }
}

.Login-wrapper .login-head {
    margin-bottom: 40px;
}

.login-block .footer {
    position: absolute;
    bottom: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
    left: 0;
}

.Login-wrapper .login-head h5 {
    text-align: center;
    color: #fff;
}

.Login-wrapper .login-head .logo {
    display: block;
    margin-bottom: 7px;
}

    .Login-wrapper .login-head .logo img {
        height: 100px;
    }

.Login-wrapper .login-head h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #131431;
}

.Login-wrapper .login-head p {
    color: #6d6d6d;
}

.login-form {
    padding: 50px 60px;
    width: 100%;
    margin-left: 300px;
    min-height:100vh;
    background: url(../../images/login_back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.Login-wrapper .login-form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
}

.Login-wrapper .login-form p {
    font-size: 16px;
    margin-top: 5px;
}

.Login-wrapper .login-form form .input-label {
    color: #979696;
}
.form-control {
    color: #171616;
    border-radius: .2rem;
    border: 1px solid #d4d6e8;
    border-top: 2px solid #d4d6e8;
}
.login-section {
    width: 500px;
}

.form-wrap {
    border: 1px solid rgba(19,20,49,.1);
    padding: 0;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,.03);
    width: 100%;
    transition: all .2s;
}

.Login-wrapper .login-form.login .form-group {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(19,20,49,.1);
    box-shadow: 0 10px 20px rgba(0,0,0,.03);
    transition: background-color .1s ease-in-out;
    margin: 0;
    background: #fff;
}
    .Login-wrapper .login-form .form-group .error-msg {
        color: red;
        padding: 0 50px 2px 20px;
        font-size: 14px;
    }

    .Login-wrapper .login-form .form-group .field-icon {
        position: absolute;
        z-index: 1;
        right: 19px;
        bottom: 18px;
        font-size: 14px;
        color: #c9bbea;
    }

        .Login-wrapper .login-form .form-group .field-icon:before {
            padding: 17px 10px;
        }

    .Login-wrapper .login-form .form-group .over {
        position: absolute;
        top: 22px;
        left: 20px;
        transition: all .2s;
        pointer-events: none;
        margin: 0;
        color: #6d6d6d;
    }

.Login-wrapper .login-form.login .form-control {
    /*min-height: 30px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 50px 20px 20px 20px;
    color: #111;
    border-radius: 3px;
    border: 0;
    outline: none;
    background: #fff;
    /*-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 0 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 0 2px 0 rgba(0,0,0,0.1);*/
}

.Login-wrapper .login-form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.Login-wrapper .login-form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.Login-wrapper .login-form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.Login-wrapper .login-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.Login-wrapper .login-btn {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 40px;
    background-color: #404792;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .Login-wrapper .login-btn:hover {
        background-color: #232b84;
        border-color: #232b84;
    }

    .Login-wrapper .login-btn:focus {
        outline: none;
    }

.Login-wrapper .switcher-text {
    color: #9f9f9f;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .Login-wrapper .switcher-text:last-child {
        margin-right: 0;
    }

    .Login-wrapper .switcher-text:hover {
        color: #666;
    }

    .Login-wrapper .switcher-text.active {
        color: #666;
    }

.Login-wrapper .switcher-text2 {
    color: #353535;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 2px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .Login-wrapper .switcher-text2:last-child {
        margin-right: 0;
    }

    .Login-wrapper .switcher-text2:hover {
        color: #000;
    }

    .Login-wrapper .switcher-text2.active {
        color: #000;
    }


input[type="text"]:focus {
    outline: none;
}


.effect-17 {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

    .effect-17 ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #000;
        transition: 0.4s;
    }

    .effect-17:focus ~ .focus-border,
    .has-content.effect-17 ~ .focus-border {
        width: 100%;
        transition: 0.4s;
        left: 0;
    }


.Login-wrapper .login-form .form-group .effect-17:focus ~ label, .Login-wrapper .login-form .form-group .has-content.effect-17 ~ label {
    top: 15px;
    font-size: 12px;
    color: #000;
    transition: 0.3s;
    font-weight: 600;
}

.error-msg {
    color: red;
}

.list-style {
    list-style-type: initial;
    margin-left: 40px
}
.marT20 {
    margin-top:20px;
}
.text-black {
    color:#000;
}
.btn {
    padding: 10px 30px;
    font-weight: 500;
}
.btn-warning {
    color: #fff;
    background-color: #ffb700;
    border-color: #ffb700;
}
.table thead th.vert-top {
    vertical-align:top;
}
.h90px {
    height:90px;
}
.w90px {
    width: 90px;
}
.border-2x {
    border: 2px solid;
}
.border-3x {
    border: 3px solid;
}
.border-4x {
    border: 4px solid;
}