@font-face {
    font-family: 'Roboto_Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: local('☺'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto_Regular';
    background-color: #f7f9ff;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.form-control {
    box-shadow: unset;
}


/*common-css*/

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

h1 {
    display: none;
}

h2 {
    margin: 0px;
}

.simple-btn {
    border-radius: 5px;
    padding: 7px 20px;
    background-color: rgba(73, 123, 255, 0.75);
    color: white;
    border: none;
    text-transform: uppercase;
    transition: 0.5s;
    border: 1px solid rgba(73, 123, 255, 0.75);
}

.simple-btn:hover {
    background-color: transparent;
    color: #497bff;
    border: 1px solid rgba(73, 123, 255, 0.75);
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

input[type="submit"]:hover {
    cursor: pointer;
}

button:hover {
    cursor: pointer;
}


/*color*/

.light-blue {
    color: #497bff;
}

.light-blue-bg {
    background-color: #497bff;
}

.white {
    color: white;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/*color-end*/

.responsive-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

.clear-fix:after {
    content: "";
    display: block;
    clear: both;
}


/*common-css-end*/


/*top-header*/

header .top-header {
    padding: 0px 40px;
    box-shadow: 0px 1px 4px 0px rgba(73, 123, 255, 0.4);
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

header .top-header ul {
    display: inline-flex;
    align-items: center;
}

header .top-header ul li {
    display: inline-block;
}

header .top-header .logo {
    float: left;
}

header .top-header .profile {
    float: right;
    margin-top: 5px;
}

header .top-header .profile .notification {
    font-size: 28px;
    margin-right: 22px;
    position: relative;
    top: 1px;
}

header .top-header .profile-img {
    margin-right: 10px;
}

header .top-header .profile-img a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

header .top-header .n-count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    border: 2px solid white;
    position: absolute;
    top: 2px;
    right: -9px;
    font-size: 9px;
    text-align: center;
    line-height: 15px;
    padding-right: 1px;
}

header .top-header .profile-name {
    text-transform: uppercase;
    position: relative;
}

header .top-header .profile-name i {
    margin-left: 6px;
    font-size: 13px;
    position: relative;
    top: -1px;
}

header .top-header .profile-name a:hover {
    color: #497bff;
}


/*top-header-end*/


/*fix-right-header*/

.fix-right-header ul li a {
    text-transform: uppercase;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
}

.fix-right-header ul li a:hover {
    background-color: white;
    border-radius: 50px;
    color: #4c7dff !important;
}

.fix-right-header ul li {
    margin-bottom: 10px;
}

.fix-right-header ul li a i {
    margin-right: 8px;
}

.fix-right-header ul li.active a {
    background-color: white;
    border-radius: 50px;
    color: #4c7dff;
}

.fix-right-header ul li.active a:hover {
    color: #4c7dff;
}

.fix-right-header ul li a:hover {
    color: white;
}

.fix-right-header {
    background-size: cover;
    background-repeat: no-repeat;
    width: 260px;
    position: fixed;
    left: 0px;
    top: 62px;
    padding-left: 15px;
    padding-right: 15px;
}

.fix-right-header .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(76, 125, 255);
    opacity: 0.902;
}

.fix-right-header ul {
    position: relative;
    z-index: 9;
    margin-top: 40px;
}


/*fix-right-header-end*/


/*main-section*/

.main-section {
    width: calc(100% - 260px);
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.main-section .inner-section {
    max-width: 1370px;
    width: 100%;
    margin: 0px auto;
    box-shadow: 0px 0px 60px 0px rgba(0, 49, 177, 0.05);
    background-color: white;
    padding-bottom: 60px;
}

.custom-tabs {
    background-color: #5b86f9;
}

.custom-tabs.nav-tabs {
    border: none;
}

.custom-tabs.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.custom-tabs.nav-tabs .nav-link.active {
    color: #5b86f9;
    border-color: transparent;
}

.custom-tabs.nav-tabs .nav-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: white;
}

.custom-tabs.nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: white;
    color: #5b86f9;
}

.main-tab .heading-breadcrumbs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 60px;
}

.main-tab .heading-breadcrumbs .header {
    display: flex;
    align-items: center;
}

.main-tab .heading-breadcrumbs .header h2,
.main-tab .heading-breadcrumbs .header .simple-btn {
    display: inline-block;
}

.main-tab .heading-breadcrumbs .header h2 {
    margin-right: 15px;
}

.main-tab .heading-breadcrumbs .breadcrumbs span,
.main-tab .heading-breadcrumbs .breadcrumbs a {
    text-transform: uppercase;
}

.main-tab .heading-breadcrumbs .breadcrumbs ul li {
    display: inline-block;
    margin-right: 20px;
}

.main-tab .heading-breadcrumbs .breadcrumbs span {
    color: #5f5f5f;
    font-size: 18px;
}

.main-tab .heading-breadcrumbs .breadcrumbs a {
    color: #497bff;
}

.button-tabbing {
    margin-bottom: 50px;
}

.button-tabbing ul li a {
    text-transform: uppercase;
    font-size: 15px;
}

.button-tabbing ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}

.button-tabbing ul li a {
    padding: 6px 12px;
    border: 1px solid white;
    transition: 0.5s;
}

.button-tabbing ul li a:hover {
    border-radius: 50px;
    background-color: #cad9ff;
    border: 1px solid #003fe4;
    color: #003fe4;
}

.button-tabbing li.active a {
    border-radius: 50px;
    background-color: #cad9ff;
    border: 1px solid #003fe4;
    color: #003fe4;
}

.form-section label {
    font-size: 16px;
    color: #6a6a6a;
}

.form-section input {
    padding: 5px 10px;
    width: 100%;
    border: none;
    border-bottom: 2px solid white;
    transition: 0.5s;
}

.form-section input:focus {
    border-bottom: 2px solid #759bff;
}

.form-section .col-md-3 {
    margin-bottom: 25px;
}

.form-section {
    background-image: url(../images/form-bg.jpg);
    position: relative;
    padding-bottom: 30px;
}

.form-section:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(235, 240, 255, 0.95);
}

.form-section .row {
    margin-left: 0px;
    margin-right: 0px;
}

.form-section h3 {
    font-size: 20px;
    color: black;
    position: relative;
    z-index: 99;
    padding: 0px 15px;
    font-weight: 700;
    padding-top: 30px;
    margin-bottom: 50px;
}

.simple-btn.save {
    padding: 7px 20px;
    width: unset;
    border: 1px solid rgba(73, 123, 255, 0.75);
    width: 100%;
    max-width: 170px;
    margin-right: 15px;
}

.simple-btn.close-btn {
    float: none;
    width: 100%;
    max-width: 170px;
    background-color: #848484;
    border: 1px solid #848484;
}

.simple-btn.close-btn:hover {
    border: 1px solid #848484;
    color: #848484;
    background-color: transparent;
}

.close-submit {
    margin-top: 30px;
}

footer {
    background-color: #5985f9;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer p {
    margin: 0px;
    color: white;
    text-align: center;
}

.inner-button-tabbing {
    border: none;
}

.inner-button-tabbing.nav-tabs .nav-link.active {
    border-color: transparent;
}

.inner-button-tabbing.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.inner-button-tabbing.nav-tabs .nav-link {
    padding: 6px 12px;
    text-transform: uppercase;
}

.inner-button-tabbing.nav-tabs .nav-link.active {
    border-radius: 50px;
    background-color: #cad9ff;
    border: 1px solid #003fe4;
    color: #003fe4;
}

.inner-button-tabbing.nav-tabs .nav-link:hover {
    border-radius: 50px;
    background-color: #cad9ff;
    border: 1px solid #003fe4;
    color: #003fe4;
}

.inner-button-tabbing.nav-tabs li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}


/*main-section-end*/


/*f-css*/

.crest-logo img {
    width: 300px;
    margin: 32px 0 0 36px;
}

.vectore-bottom {
    position: absolute;
    left: 0;
    right: 0;
}

.vector-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.management-system {
    max-width: 1112px;
    width: 100%;
    margin: 0 auto;
}

.management-system h2 {
    font-size: 60px;
    color: #487aff;
    text-shadow: 4px 4px 2px rgba(172, 195, 255, 0.99);
    text-align: left;
    font-weight: bolder;
    margin-top: 73px;
    margin-bottom: 174px;
}

.management-system .pms-logo {
    max-width: 430px;
    width: 100%;
}

.login-fp-panel {
    position: relative;
    text-align: center;
    width: 1112px;
    right: 0;
    left: 0;
    margin: auto;
    height: 410px;
    background-image: linear-gradient(to bottom, rgba(42, 92, 255, 1), rgba(47, 137, 255, 1));
    border-radius: 40px;
}

.white-panel {
    background-color: rgba(255, 255, 255, 1);
    height: 490px;
    position: absolute;
    top: -44px;
    width: 604px;
    left: calc(50% - 113px);
    transition: .3s ease-in-out;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(47, 94, 255, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(47, 94, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(47, 94, 255, 1);
    border-radius: 40px;
}

.login-fp-panel input[type="radio"] {
    position: relative;
    display: none;
}

.login-fp-panel {
    color: #B8B8B8;
}

.login-info-box h2 {
    color: #fff;
    font-size: 29px;
    /*  padding-top: 34px;*/
    letter-spacing: 2px;
}

.login-info-box p {
    font-size: 18px;
    max-width: 344px;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
}

.login-info-box ul {
    padding-left: 17px;
}

.login-info-box ul li {
    font-size: 18px;
    color: #fff;
    padding: 5px;
    list-style: disc;
}

.login-fp-panel .login,
.login-fp-panel .forgot {
    border: 1px solid #fff;
    padding: 7px 8px;
    width: 251px;
    display: block;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.forgot:hover {
    color: rgba(47, 137, 255, 1);
    background-color: #fff;
}

.login:hover {
    color: rgba(47, 137, 255, 1);
    background-color: #fff;
}

.login-fp-panel .forgot {
    width: 172px;
    margin-top: 32px;
}

.login-fp-panel .forgot-info-box .login {
    width: 249x;
    margin-top: 36px;
}

.login-fp-panel .create-acc-btn {
    margin-top: 36px;
}

.login-fp-panel .create-acc-btn .create_new_acc {
    border: 1px solid #fff;
    padding: 7px 8px;
    width: 251px;
    display: block;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: unset;
}

.login-fp-panel .create-acc-btn .create_new_acc:hover {
    color: rgba(47, 137, 255, 1);
    background-color: #fff;
}

.login-info-box {
    width: 42%;
    padding: 0 45px;
    top: 15%;
    right: 0;
    position: absolute;
    text-align: left;
}

.forgot-info-box {
    width: 40%;
    padding: 0 50px;
    top: 15%;
    left: 0;
    position: absolute;
    text-align: left;
}

.forgot-link .forgot {
    display: none;
}

.add-login .login {
    display: none;
}

.white-panel h2 {
    color: #497bff;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 98px;
}

.white-panel p {
    font-size: 18px;
    color: #a0a0a0;
    max-width: 420px;
    /*    padding-bottom: 12px;*/
}

.back-btn {
    float: left;
    padding-top: 50px;
}

.back-btn .btn-primary {
    width: 143px !important;
    padding: 8px 5px;
    color: #fff;
    background-color: #497bff;
    border-color: #497bff;
}

.forgot-btn {
    float: right;
    padding-top: 50px;
    padding-right: 34px;
}

.forgot-btn .btn-primary {
    width: 279px !important;
    padding: 8px 5px;
    color: #fff;
    background-color: #497bff;
    border-color: #497bff;
}

.right-log {
    left: 66px !important;
}

.login-show,
.forgot-show {
    z-index: 1;
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: #242424;
    text-align: left;
    padding: 50px;
    padding-top: 80px;
}

.forgot-show h2 {
    color: #497bff;
    font-size: 35px;
    margin-top: 79px;
    margin-bottom: 74px;
}

.forgot-info-box h2 {
    color: #fff;
    font-size: 29px;
}

.forgot-info-box p {
    font-size: 18px;
    padding-top: 8px;
    color: #fff;
    font-weight: bold;
}

.forgot-info-box ul {
    padding-left: 17px;
}

.forgot-info-box ul li {
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    list-style: disc;
}

.white-panel .forgot-show p {
    margin-bottom: 30px;
}

.form-group.message {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-group.message::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-position: -25px 8px;
    background-image: url("../images/sprite-image.png");
    right: 5px;
    top: 1px;
}

.form-control:focus {
    background-color: transparent;
    outline: 0;
    border-color: #d2d2d2;
    box-shadow: none;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    width: 100%;
    font-size: 18px;
    color: #7e868d;
    border-radius: 0 !important;
}

.form-control:focus {
    color: #7e868d;
}

.form-group.password {
    position: relative;
    margin-top: 15px;
}

.form-group.password::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-position: 9px 8px;
    background-image: url("../images/sprite-image.png");
    right: 5px;
    top: 1px;
}

.forgot-link {
    float: left;
    padding-top: 45px;
}

.forgot-link a {
    font-size: 14px;
    color: #717171;
    text-decoration: none;
}

.forgot-link a:hover {
    color: #497bff;
}

.submit-btn {
    text-align: center;
    /*    padding-right: 35px;*/
    padding-top: 26px;
}

.btn.btn-primary {
    width: 209px;
    padding: 9px 5px;
    background-color: #497bff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #497bff;
}

.btn.btn-primary:hover {
    background: transparent;
    color: #497bff !important;
}

.show-log-panel {
    display: block;
    opacity: 0.9;
}

.parsley-errors-list.filled {
    display: none;
}

form input.parsley-error,
textarea.parsley-error {
    border: 0;
    border-bottom: 1px solid #b94a48;
}

form input.parsley-success,
textarea.parsley-success {
    border: 0px !important;
    border-bottom: 1px solid #468847 !important;
}

.login-show input[type="text"],
.login-show input[type="password"] {
    /* width: 100%; */
    display: block;
    /*    margin: 20px 0;*/
    padding: 15px;
    /* border: 1px solid #b5b5b5; */
    outline: none;
}

.login-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.login-show a {
    display: inline-block;
    padding: 10px 0;
}

.forgot-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.bottom-image {
    left: 0;
    bottom: 0;
    right: 0;
    position: relative;
    padding-bottom: 125px;
    /* display: none; */
}

.management-system h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 70px;
}

.laptop {
    top: 105px;
    bottom: 0;
    position: relative;
    z-index: 1;
    max-width: 349px;
    width: 100%;
    left: 81px;
}

.bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-show .checkbox.c-checkbox {
    display: inline-block;
}

.pms-create-acc .login-info-box.login-info-box-right-visible {
    display: block !important;
}


/*d-css*/

.pms-create-acc .create-box {
    display: none;
}

.pms-create-acc .create-acc {
    display: none;
}


/*show_creat_account_hide_login*/

.pms-create-acc .create-acc-show-hide-login .login-show {
    display: none;
}

.pms-create-acc .create-acc-show-hide-login .create-acc {
    display: block;
    padding: 25px;
}


/*show_creat_account_hide_login_end*/


/*create-box-show-forgot-box-hide*/

.pms-create-acc .create-box.create-box-show-forgot-hide {
    display: block;
}

.pms-create-acc .forgot-box-toggle-new.forgot-info-box-hide-cabox-show {
    display: none;
}


/*create-box-show-forgot-box-hide-end*/


/*show_and_slide_forgot_password*/

.pms-create-acc .forgot-show.forgot-show-visible {
    display: block;
    opacity: 1;
}

.pms-create-acc .forgot-info-box.forgot-box-toggle-new-hide {
    display: none;
}


/*show_and_slide_forgot_password_end*/


/*d-css*/


/*f css*/

.forgot-link {
    float: left;
    padding-top: 45px;
}

.submit-btn {
    padding-top: 10px;
}

.create-acc .form-group.message::before,
.create-acc .form-group.password::before {
    display: none;
}

.create-acc h2 {
    text-align: left;
}


/*.forgot-info-box {
  top: 15%;
}*/

.white-panel .checkbox svg {
    display: none;
}

.forgot-link {
    padding-top: 0;
}

.create_new_acc.create_new_acc_link {
    border: 1px solid #fff;
    padding: 7px 8px;
    margin-top: 36px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: unset;
}

.create_new_acc.create_new_acc_link:hover {
    color: rgba(47, 137, 255, 1);
}

.create-acc .submit-btn {
    margin-top: 25px;
}


/*f css end*/

#glob_loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
    text-align: center;
}

#glob_loader div {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 200px;
    text-align: center;
}

#glob_loader div img {
    max-width: 150px;
    clear: both;
    display: block;
    margin: 0 autover;
    padding: 0 20px;
    font-size: 15px;
    letter-spacing: 2px;
}

@media (max-width:1399px) {
    .crest-logo img {
        width: 170px;
    }

    .vector-top img {
        max-width: 700px;
    }

    /*.laptop {
      max-width: 500px;
      width: 100%;
  }*/
    .management-system h2 {
        font-size: 40px;
        margin-top: 0px;
        /*   margin-bottom: 131px;*/
    }

    .login-fp-panel {
        width: 100%;
        height: 400px;
        max-width: 1050px;
    }

    .forgot-info-box p {
        font-size: 16px;
    }

    .forgot-info-box ul li {
        font-size: 16px;
    }

    .forgot-info-box h2 {
        font-size: 25px;
    }

    .login-info-box h2 {
        font-size: 25px;
    }

    .login-info-box p,
    .login-info-box ul li {
        font-size: 16px;
    }

    .white-panel {
        height: 480px;
        top: -33px;
        width: 543px;
        left: calc(50% - 85px);
    }

    .form-control {
        border-radius: 0;
        /* width: 412px;*/
    }

    .white-panel h2 {
        margin-bottom: 15px;
    }

    .forgot-btn .btn-primary {
        width: 256px !important;
    }

    .back-btn .btn-primary {
        width: 108px !important;
    }

    .forgot-show h2 {
        margin-top: 63px;
    }

    .login-info-box {
        width: 45%;
        padding: 0 67px;
    }

    .white-panel h2 {
        font-size: 30px;
    }

    .forgot-show h2 {
        font-size: 30px;
    }

    .forgot-btn {
        padding-right: 34px;
    }

    .management-system .pms-logo {
        max-width: 370px;
    }

    .management-system h2 {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .management-system {
        max-width: 1050px;
    }

    .management-system {
        max-width: 1050px;
    }

    .management-system {
        max-width: 1050px;
    }
}

@media (max-width:1099px) {
    .vector-top img {
        max-width: 500px;
    }

    .crest-logo img {
        width: 150px;
        margin: 15px 0 0 21px;
    }

    .forgot-info-box h2 {
        font-size: 22px;
    }

    .login-info-box h2 {
        font-size: 22px;
    }

    .login-info-box {
        width: 41%;
        padding: 0 48px;
    }

    .right-log {
        right: 67px !important;
    }

    .white-panel {
        right: calc(50% - 104px);
    }

    .forgot-info-box {
        width: 40%;
    }

    .management-system h2 {
        padding-left: 15px;
    }
}

@media (min-width: 991px) {
    .white-panel h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .login-fp-panel .forgot {
        width: 100%;
    }


}

.cls-mobile-only {
    display: none !important;
}

@media (max-width: 991px) {
    .cls-mobile-only {
        display: block !important;
    }
}

@media (max-width:991px) {
    .forgot-info-box {
        display: none !important;
    }

    .forgot-link #label-forgot {
        display: none !important;
    }

    .create-acc .submit-btn {
        margin-top: 0 !important;
        padding-top: 5px !important;
    }

    .login-info-box {
        display: none !important;
    }

    .forgot-link .forgot {
        border: 0;
        font-size: 18px;
        color: #a0a0a0 !important;
        font-weight: bold;
        text-decoration: none;
        padding-top: 0px;
        margin-top: 0 !important;
        display: block !important;
    }

    .forgot-link .forgot:hover {
        text-decoration: underline;
    }

    .add-login {
        padding-top: 6px;
    }

    .add-login .login {
        float: left;
        width: 150px;
        padding: 9px 5px;
        background-color: #497bff;
        font-size: 18px;
        font-weight: bold;
        border: 1px solid #497bff;
        display: block !important;
        margin-top: 8px;
    }

    .add-login .login:hover {
        background: transparent;
        color: #497bff;
    }

    /*   a.forgot-link-new  {
      display: none !important;
  }*/
    .back-btn {
        float: unset;
        padding-top: 30px;
    }

    .forgot-btn {
        float: right;
        padding-top: 30px;
        padding-right: 34px;
    }

    .white-panel {
        height: auto;
        max-width: 543px;
        position: static;
        margin: 0 auto;
        width: 100%;
    }

    .white-panel h2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .forgot-link {
        float: left;
        padding-top: 0;
        /*    padding-left: 80px;*/
    }

    .submit-btn {
        text-align: center;
    }

    .bottom-image {
        z-index: -1;
    }

    .login-fp-panel {
        background-image: unset;
    }

    .forgot-link a.forgot-link-resp {
        display: block !important;
    }

    .create-acc-btn {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .management-system h2 {
        margin-bottom: 0;
    }

    .pms-create-acc .login-info-box.login-info-box-right-visible {
        display: none !important;
    }

    /*new*/
    .forgot-link a.forgot-link-resp {
        display: block !important;
    }

    .add-box-resp .forgot-show {
        display: block;
        opacity: 1;
    }

    .add-box-resp .login-show.show-log-panel {
        display: none;
    }

    .add-box-resp .login-show.show-log-panel {
        display: none;
        opacity: 1;
    }

    .add-box-resp .forgot-show {
        display: block;
    }

    .add-box-resp1 .forgot-show {
        display: none;
        opacity: 1;
    }

    .add-box-resp1 .login-show.show-log-panel {
        display: block;
    }

    .add-box-resp1 .login-show.show-log-panel {
        display: block;
        opacity: 1;
    }

    .add-box-resp1 .forgot-show {
        display: none;
    }

    .login-fp-panel {
        background: transparent;
    }

    .login-show.login-btn-responsive {
        display: block;
        opacity: 1;
    }

    .add-box-resp1-from-login.add-box-resp1 .login-show {
        display: block;
        opacity: 1;
    }

    .management-system h2 {
        text-align: center;
        padding-left: 0;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .management-system .pms-logo {
        max-width: 300px;
    }

    .back-btn {
        float: unset;
    }
}

@media (max-width:990px) {
    .forgot-link {
        padding-left: 0;
    }

    .login-fp-panel .forgot {
        width: 100%;
        margin-top: 11px !important;
    }
}


/*@media (max-width:800px) {

  .management-system h2 {
      font-size: 30px;
  }

  .white-panel h2 {
      margin-top: 33px;
      margin-bottom: 35px;
  }

  .form-control {
      width: 338px;
  }

  .forgot-btn {
      padding-right: 30px;
      padding-top: 25px;
  }

  .forgot-btn .btn-primary {
      width: 227px !important;
  }

  .back-btn {
      padding-top: 25px;
  }

  .back-btn .btn-primary {
      width: 86px !important;
  }

  .form-group.message::before {
      right: 4px;
  }

  .form-control {
      width: 303px;
  }

  .form-group.password::before {
      right: 0px;
  }

  .forgot-btn {
      padding-right: 1px;
  }

  .login-fp-panel {
      max-width: 992px;
      height: 350px;
      width: 100%;
  }

  .white-panel {
      height: 404px;
      width: 385px;
      top: -29px;
      right: calc(50% - 32px);
  }

  .login-info-box h2 {
      font-size: 23px;
  }

  .right-log {
      right: 55px !important;
  }

  .login-info-box {
      width: 47%;
  }

  .login-show,
  .forgot-show {

      padding-left: 31px;
  }

  .forgot-link {
      float: none;
      text-align: center;
      padding-top: 0px;
  }

  .submit-btn {
      text-align: center;
      padding-top: 15px;
      padding-right: 0;
  }

  .forgot-btn {
      float: left;
      padding-top: 13px;
  }

  .back-btn {
      padding-top: 10px;
  }

  .forgot-info-box {
      width: 42%;
      top: 30%;
  }

  .forgot-info-box h2 {
      font-size: 23px;
  }

  .forgot-info-box p {
      font-size: 16px;
      max-width: 285px;
  }
}
*/

@media (max-width: 769px) {
    .form-group.message {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .create-acc .submit-btn {
        margin-top: 0px;
    }

    .create-acc .submit-btn {
        margin-top: 20px !important;
    }
}

@media (max-width:768px) {
    .login-fp-panel .forgot {
        margin-top: 7px !important;
    }

    .login-fp-panel .forgot {
        width: 100%;
    }

    .create-acc .submit-btn {
        margin-top: 9px !important;
    }

    .form-group.message {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .add-login {
        padding-top: 6px;
    }

    .add-login .login {
        float: left;
        width: 120px;
        padding: 9px 5px;
        background-color: #497bff;
        font-size: 18px;
        font-weight: bold;
        border: 1px solid #497bff;
        display: block !important;
    }

    .forgot-btn .btn-primary {
        width: 244px !important;
    }

    .add-login .login:hover {
        background: transparent;
        color: #497bff;
    }

    .form-group.message::before {
        right: 0px;
    }

    .forgot-info-box {
        display: none !important;
    }

    .login-info-box {
        display: none !important;
    }

    .forgot-link .forgot {
        border: 0;
        font-size: 18px;
        color: #a0a0a0 !important;
        font-weight: bold;
        text-decoration: none;
        padding-top: 0px;
        margin-top: 0 !important;
        display: block !important;
    }

    .forgot-link .forgot:hover {
        text-decoration: underline;
    }

    .forgot-link {
        /* padding-top: 12px !important; */
        padding-left: 0px !important;
    }

    .login-show .submit-btn {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .create-acc-btn {
        text-align: center;
    }

    .create_new_acc.create_new_acc_link {
        text-align: center;
        display: block;
    }

    .management-system h2 {
        margin-bottom: 40px;
        padding-bottom: 0;
    }

    .white-panel {
        max-width: 442px !important;
        /* right: calc(50% - 99px) !important;*/
        position: static;
        margin: 0 auto;
        width: 100%;
    }

    .form-group.message,
    .form-group.password {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .white-panel .create-acc h2 {
        margin-top: 6px;
        margin-bottom: 12px;
    }

    .create-acc .submit-btn {
        margin-top: 9px !important;
    }

    .white-panel h2 {
        margin-bottom: 50px;
    }

    .login-show .checkbox.c-checkbox.float-left {
        margin-top: 24px !important;
    }

    .back-btn {
        padding-top: 8px;
        padding-left: 0;
        float: unset;
        padding-right: 0;
        text-align: center;
    }

    .laptop {
        top: 123px;
        max-width: 318px;
        width: 100%;
        left: 81px;
    }

    .forgot-btn {
        text-align: center;
        padding-right: 0;
        float: unset;
    }

    .form-control {
        width: 100%;
    }

    /*  a.forgot-link-new {
      display: none !important;
  }*/
    .forgot-link {
        float: none;
        text-align: center;
        display: block;
        padding-left: 57px;
    }

    .form-group.password::before {
        right: 4px;
    }

    .submit-btn {
        text-align: center;
        padding-right: 0;
        padding-top: 0;
    }

    .forgot-link {
        padding-left: 50px;
    }

    .pms-create-acc .login-info-box.login-info-box-right-visible {
        display: none !important;
    }

    .white-panel h2,
    .create-acc h2 {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .vector-top img {
        max-width: 342px;
    }

    .management-system h2 {
        font-size: 26px;
        margin-top: 20px;
    }

    .white-panel {
        width: 442px;
        right: calc(50% - 16px) !important;
    }

    .add-login {
        padding-top: 12px;
    }

    .white-panel h2 {
        font-size: 26px;
    }

    .forgot-show h2 {
        font-size: 26px;
    }

    .management-system img {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }

    .create-acc .submit-btn button {
        width: 100%;
    }

    .create-acc .form-control {
        width: 100%;
    }

    .management-system .pms-logo {
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .white-panel {
        width: 350px;
        right: calc(50% - -105px) !important;
    }

    .form-control {
        width: 300px;
        font-size: 16px;
    }

    .forgot-link .forgot {
        font-size: 16px;
    }

    /* .forgot-link {
      padding-left: 23px;
  } */
    .forgot-link {
        padding-left: 53px !important;
    }

    .submit-btn .btn.btn-primary {
        width: 154px;
        margin-left: 40px;
    }

    .form-group.message::before {
        right: -22px;
    }

    .form-group.password::before {
        right: -22px;
    }

    .back-btn {
        padding-top: 4px;
        float: unset;
    }

    .add-login {
        padding-top: 13px;
        float: left;
        padding-left: 7px;
    }

    .forgot-btn {
        padding-right: 0;
        float: none;
        text-align: center;
    }

    .vector-top img {
        max-width: 235px;
    }

    .crest-logo img {
        width: 150px;
        margin: 7px 0 0 9px;
    }

    /*.laptop {
      max-width: 317px;
      top: 48px;
  }

  .bottom-image {
      padding-bottom: 62px;
  }*/
    .add-login {
        padding-top: 4px;
        padding-left: 0;
    }

    .management-system img {
        max-width: 300px;
        width: 100%;
    }

    .laptop {
        max-width: 273px;
        width: 100%;
        margin: 0 auto;
    }

    .forgot-link {
        float: none !important;
    }

    .create-acc .submit-btn .btn.btn-primary {
        width: 100%;
        margin-left: 0;
        font-size: 15px;
    }

    .create-acc .submit-btn {
        margin-top: 16px;
    }

    .forgot-link {
        padding-left: 36px;
    }

    .login-show,
    .forgot-show {
        padding-top: 42px;
        padding: 20px;
    }

    .forgot-btn .btn-primary {
        width: 216px !important;
    }

    .back-btn .btn-primary {
        width: 108px !important;
    }

    .add-login .login {
        width: 90px;
    }

    .form-group.message::before {
        right: 16px;
    }

    .form-group.password::before {
        right: 15px;
    }

    .laptop {
        max-width: 206px;
        width: 100%;
        margin: 0 auto;
        top: 40px;
        left: 53px;
    }

    .forgot-link {
        padding-left: 0px !important;
    }

    .submit-btn .btn.btn-primary {
        margin-left: 0px;
    }

    .submit-btn {
        padding-top: 0 !important;
    }

    .management-system img {
        max-width: 260px;
        width: 100%;
    }

    .management-system h2 {
        margin-top: 0;
    }

    .create-acc .submit-btn {
        margin-top: 23px !important;
    }
}

@media (max-width: 375px) {
    .white-panel {
        width: 297px;
        right: calc(50% - -140px) !important;
    }

    .white-panel h2 {
        margin-top: 0px;
        margin-bottom: 21px;
        font-size: 20px;
    }

    .white-panel p {
        font-size: 15px;
    }

    .form-control {
        width: 249px;
    }

    .add-login .login {
        width: 135px;
    }

    .add-login {
        padding-left: 0px;
    }

    .forgot-link {
        padding-left: 36px;
    }

    .login-show,
    .forgot-show {
        padding-top: 42px;
        padding: 20px;
    }

    .forgot-btn .btn-primary {
        width: 216px !important;
    }

    .back-btn .btn-primary {
        width: 108px !important;
    }

    .add-login .login {
        width: 90px;
    }

    .form-group.message::before {
        right: 16px;
    }

    .form-group.password::before {
        right: 15px;
    }

    .laptop {
        max-width: 206px;
        width: 100%;
        margin: 0 auto;
        top: 40px;
        left: 53px;
    }

    .forgot-link {
        padding-left: 0px !important;
    }

    .submit-btn .btn.btn-primary {
        margin-left: 0px;
    }

    .submit-btn {
        padding-top: 0 !important;
    }

    .management-system img {
        max-width: 260px;
        width: 100%;
    }

    .management-system h2 {
        margin-top: 0;
    }
}