﻿
@import url('bijaystylesheet.css');
.btn-log {
    background: linear-gradient(to bottom, #e7c081 0%, #dd9f24 100%);
    border: none;
    height: calc(2.50rem + 2px);
}


.forx {
    height: calc(3.25rem + 2px);
}

.login-bg {
    background: url('../Photo/Hotel_13.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

.overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(249, 249, 249, 0.7);
    z-index: 1;
}

.login-form-container {
    position: relative;
    z-index: 2;
}

h2 {
    font-weight: 600;
    background: linear-gradient(to right, #0a3e45, #46a3b1b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
