.bg1 {
    background-color: #d5d5d5;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    z-index: 99;
}
.bg1:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
}
.block-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /* background-image: url(../img/admin_login.png); */
}
.block-center::before {    
    content: "";
    background-image: url(../img/admin_login.png);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}
.login-block {
    padding: 25px;
    position: relative;
    /* margin-top: 25%;
    margin-bottom: 15%; */
    background-color: #fff;
    
}
.login-footer{
    margin-top: 10px;  
}
.page-logo {
    text-align:center;
    margin-top: 10px;
}
.login-button {
    background-color: #1bbcec;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #fff;
    transition: all 0.4s;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fr {
    float: right;
}