.hold-transition .content-wrapper, .hold-transition .left-side, .hold-transition .main-footer, .hold-transition .main-header .logo, .hold-transition .main-header .navbar, .hold-transition .main-sidebar, .hold-transition .menu-open .fa-angle-left, .hold-transition .right-side {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.login-box-body, .profile-user-img, .register-box-body {
    box-shadow: 0 2px 2px 0 rgba(169, 169, 169, .14), 0 3px 1px -2px rgba(169, 169, 169, .2), 0 1px 5px 0 rgba(169, 169, 169, .12);
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
.login-logo a, .register-logo a {
    color: #fff;
}
.login-page, .register-page {
    /* background: url(../images/login-register.jpg) center center no-repeat #d2d6de; */
    background-image: linear-gradient(#ffffff, #ffb642);
    /* height: 100%; */
    width: 100%;
    /*
    background-size: cover;
    position: fixed;
    */
}
.login-box {
    width: 360px;
    margin: 7% auto;
}
.login-box .fog-pwd {
    position: relative;
    margin-bottom: 10px;
}
.login-box .fog-pwd i {
    position: relative;
    padding-right: 15px;
}
.has-feedback {
    position: relative;
}
.register-page .form-control-feedback, .login-page .form-control-feedback, .lockscreen .form-control-feedback  {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.login-box .fog-pwd {
    display: block;
}

@media (max-width:768px) {
    .lockscreen-wrapper, .login-box, .register-box {
    width: 90%;
    margin-top: 20px;
}

.login-page, .register-page {
    position: relative;
    background-size: inherit;
}

}.login-box-body, .register-box-body {
    background: rgba(255, 255, 255, .9);
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(169, 169, 169, .14), 0 3px 1px -2px rgba(169, 169, 169, .2), 0 1px 5px 0 rgba(169, 169, 169, .12);
}
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
    line-height: 35px;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px;
}

.form-element .form-control {
    color: #67757c;
    min-height: 38px;
    display: initial;
    -webkit-background-clip: padding-box;
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
}
.form-element .form-control, .form-element .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#389af0), to(#389af0)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#389af0 , #389af0), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#389af0 , #389af0), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#389af0 , #389af0), linear-gradient(#d9d9d9, #d9d9d9);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
}
.form-element .form-control.focus, .form-element .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.btn-info {
    background-color: #1e88e5;
    border-color: #217ecf;
}
.btn-info.hover, .btn-info:active, .btn-info:hover {
    background-color: #217ecf;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
}
.demo-social .btn-block+.btn-block {
    margin-top: 0;
}

.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child), .btn-group-vertical>.btn:last-child:not(:first-child), .btn.btn-flat {
    border-radius: 0;
}
.btn.btn-flat {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.error-page>.error-content, .login-box .fog-pwd, .mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
    display: block;
}
.login-box .fog-pwd {
    position: relative;
    margin-bottom: 10px;
}
.login-box .fog-pwd i {
    position: relative;
    padding-right: 15px;
}

.no-shadow {
    box-shadow: none;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}

.btn-app, .pagination li a, table.text-center, table.text-center td, table.text-center th {
    text-align: center;
}

.layout-boxed body, .layout-boxed html, .wrapper, html { height: 100%; }
.wrapper, body {
    overflow-x: hidden;
    overflow-y: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
}