body {
    font-family: 'Montserrat', sans-serif;
    background: #ccc;
}



.t-btn {
	display: inline-block;
	font-weight: 500;
	border-radius: 25px;
	padding: 0.7em 1.5em;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.t-btn:hover,
.t-btn:focus {
	text-decoration: none;
	color: #fff;
	box-shadow: none;
	outline: none;
}

.t-btn.dark {
	background: #333;
	border-color: #333;
}

.t-btn.success {
	background: #aec71e;
	border-color: #aec71e;
}

.lock-page {
    display: flex;
    align-items: center;
    padding: 15px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.lock-page .window {
    max-width: 940px;
    width: 100%;
    position: relative;
    box-shadow: 0 5px 25px rgba(0,0,0,0.22);
    border-radius: 8px;
    overflow: hidden;
}


.window .form-box {
    max-width: 500px;
    margin: auto;
}

.heading-box i {
    font-size: 25px;
    color: #F0535E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    background: #F7ECE8;
    border-radius: 50%;
}

.lock-page .heading-box p {
    color: #555;
}

.lock-page .heading-box .heading {
    font-weight: 800;
    font-size: 22px;
    margin-top: 15px;
}


.lock-page .window .head {
    background: rgba(255,255,255,0.7);
    display: flex;
    padding: 18px;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.lock-page .window .content  {
    background: rgba(241,236,241, 0.7);
    padding: 50px 18px;
}

.lock-page .window .form-box {
    background: #fff;
    padding: 25px;
    border-radius: 8px;

}

.lock-page .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}




.lock-page .window .head .dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
}

.lock-page .window .head .dot:nth-of-type(1) {
    background: #FE5551;
}

.lock-page .window .head .dot:nth-of-type(2) {
    background: #FEB33B;
}

.window .head .dot:nth-of-type(3) {
    background: #00BF42;
}

.lock-page .form-control {
    border-radius: 8px;
    height: 45px;
}

.lock-page .form-control:focus {
    box-shadow: none;
    outline: none;
}




@media (max-width: 768px) {
    .lock-page {
        min-height: 100vh;
        height: auto;
        padding-bottom: 80px;
    }



    .lock-page .heading-box .heading {
        font-size: 18px;
    }


}
