.bg-login-image, .bg-password-image, .bg-register-image {
    background: url(images/g-hotel.jpg);
    background-position: center;
    background-size: cover;
}

.bg-login-image:before, .bg-password-image:before, .bg-register-image:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bg-login-image:after, .bg-password-image:after, .bg-register-image:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-image: radial-gradient(white 5%, white 15%, #ffffffe0 60%);
}

.bg-gradient-primary {
    background-color: #130f61;
	background-image:none;
}

.card .h5 {
    font-size: 40px !important;
    font-weight: bolder !important;
}

.card-body thead, .card-body th {
    border: none;
}

.card-body p.text-muted.mb-0 {
    font-size: 10px;
}

/*forms*/

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* padding: 12px 55px; */
    /* border-bottom: 1px solid #e5e5e5 */
}

.form-row .name {
    width: 188px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-top: 11px
}

.form-row .value {
    width: -webkit-calc(100% - 188px);
    width: -moz-calc(100% - 188px);
    width: calc(100% - 188px)
}

.input-group {
    position: relative;
    margin: 0
}

.input--style-6,.textarea--style-6 {
    background: 0 0;
    line-height: 38px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-size: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 20px;
	width: 100%;
}

.row.formbx {
    background: #fff;
    border-radius: 10px;
	margin-bottom: 1rem;
	flex-direction: column
}

.row.formbx .card-body {
    padding: .25rem;
	padding-bottom:0
}

.row.formbx .card-footer {
    background: #fff;
}

.input--style-6::-webkit-input-placeholder,.textarea--style-6::-webkit-input-placeholder {
    color: #999
}

.input--style-6:-moz-placeholder,.textarea--style-6:-moz-placeholder {
    color: #999;
    opacity: 1
}

.input--style-6::-moz-placeholder,.textarea--style-6::-moz-placeholder {
    color: #999;
    opacity: 1
}

.input--style-6:-ms-input-placeholder,.textarea--style-6:-ms-input-placeholder {
    color: #999
}

.input--style-6:-ms-input-placeholder,.textarea--style-6:-ms-input-placeholder {
    color: #999
}

.input--style-6:focus,.textarea--style-6:focus {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.textarea--style-6 {
    line-height: 1.2;
    min-height: 120px;
    padding: 10px 20px
}

.label--desc {
    font-size: 13px;
    color: #999;
    margin-top: 10px
}

.formbx .card-footer {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    padding: 50px 55px;
}

.btn--blue-2 {
    background: #2c6ed5
}

.btn--blue-2:hover {
    background: #185ac1
}

.input-file {
    display: none
}

.input-file+label {
    font-size: 15px;
    color: #fff;
    color: #fff;
    line-height: 40px;
    background-color: #666;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer
}

.input-file:focus+label,.input-file+label:hover {
    background: #1b1b1b
}

.input-file__info {
    font-size: 15px;
    color: #666
}

.form-row.radiobx .value .form-check-input {
    position: relative;
    margin: 0;
}

.form-row.radiobx .value span {
    margin-right: 1rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E);
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


.form-row.radiobx input {
    width: auto;
}

/*grid*/
.card-body.editlodge table input[type="checkbox"] { margin: 0; position: relative}
.editbtns {display: flex; justify-content: space-around}
/*publish toggle button*/
.editlodge .toggle.btn {
    background: #fff;
	margin: auto;
    display: flex
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off.btn {
    padding-left: 24px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

label.btn.btn-primary.toggle-on {
    background: #36c136;
}

.toggle.btn.btn-primary {
    border-color: #455644;
}

.selectall_btns {
    margin-top: 0.5rem;
}

/*publish toggle button ends*/

@media(max-width:768px){
	.bg-gradient-primary {background: #fff}
	.loginform .row .p-5 {padding: 0 !important}
	.loginform .shadow-lg{box-shadow:none !important}
}