.btm-login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 16px;
    background: linear-gradient(135deg, #fff6f2 0%, #fde7df 45%, #f4f7fb 100%);
    position: relative;
    overflow: hidden;
    z-index: 99999999999;
}

.btm-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
}

.btm-bg-glow-1 {
    width: 360px;
    height: 360px;
    background: rgba(175, 36, 0, 0.18);
    top: -100px;
    left: -100px;
}

.btm-bg-glow-2 {
    width: 360px;
    height: 360px;
    background: rgba(44, 62, 85, 0.18);
    right: -100px;
    bottom: -100px;
}

.btm-login-card {
    width: 100%;
    max-width: 500px;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    box-shadow: 0 25px 60px rgba(44, 62, 85, 0.18);
    border: 1px solid rgba(255,255,255,0.8);
    position: relative;
    z-index: 2;
    animation: btmFadeUp .6s ease;
}

.btm-login-header {
    text-align: center;
    padding: 36px 24px;
    color: #fff;
    background: linear-gradient(135deg, #af2400 0%, #d74a1f 45%, #2c3e55 100%);
}

.btm-login-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.btm-login-header h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
}

.btm-login-header p {
    margin: 8px 0 0;
    font-size: 17px;
    opacity: .95;
}

.btm-login-body {
    padding: 34px 32px 38px;
}

.btm-login-body h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #2c3e55;
    margin: 0 0 28px;
}

#btm-loginform label {
    display: block;
    margin-bottom: 8px;
    margin-top: 14px;
    font-weight: 700;
    color: #2c3e55;
}

#btm-loginform input[type="text"],
#btm-loginform input[type="password"] {
    width: 100%;
    height: 56px;
    border-radius: 16px;
    border: 1.5px solid rgba(44, 62, 85, 0.15);
    padding: 16px 16px 16px 40px;
    font-size: 16px;
    color: #2c3e55;
	margin-bottom: 0;
    background: #fff;
    box-shadow: 0 8px 20px rgba(44,62,85,0.05);
    transition: all .25s ease;
    box-sizing: border-box;
}

#btm-loginform input[type="text"]:focus,
#btm-loginform input[type="password"]:focus {
    outline: none;
    border-color: #af2400;
    box-shadow: 0 0 0 4px rgba(175, 36, 0, 0.12);
}

#btm-loginform .login-submit {
    margin-top: 22px;
}

#btm-loginform input[type="submit"] {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 16px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    background: linear-gradient(135deg, #af2400 0%, #2c3e55 100%);
    box-shadow: 0 16px 30px rgba(175, 36, 0, 0.25);
    transition: all .25s ease;
}

#btm-loginform input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(175, 36, 0, 0.32);
}

#btm-loginform .forgetmenot {
    display: none;
}

#btm-loginform .login-remember {
    display: none;
}

@keyframes btmFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.page-template-template-dangnhap-php #footer,
.page-template-template-dangnhap-php #header,
.page-template-template-taixe-php #footer,
.page-template-template-taixe-php #header,
.page-template-template-quanly-php #footer,
.page-template-template-quanly-php #header,
.page-template-template-quanly-php #wpadminbar,
.page-template-template-taixe-php #wpadminbar,
.page-template-template-dangnhap-php #wpadminbar,
.page-id-186  #footer,
.page-id-186  #header{
	display: none !important;
}
.btm-input-group{
    position:relative;
    margin-bottom:18px;
}

.btm-input-group input{
    width:100%;
    height:56px;
    border-radius:14px;
    border:1px solid #ddd;
    padding-left:45px;
    font-size:16px;
}

.btm-icon{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    font-size:18px;
    color:#2c3e55;
}

.btm-login-btn{
    width:100%;
    height:55px;
    border:none;
    border-radius:14px;
    background:linear-gradient(135deg,#af2400,#2c3e55);
    color:white;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
}

.btm-login-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,0.2);
}
.btm-toggle-password {
	position: absolute;
	padding: 0;
	margin: 0 !important;
	line-height: 1;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
#btm-password {
	padding: 16px 40px;
}