button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.pointer {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none !important;
    transition: 400ms !important;
}


/* .bg-full-screen-image{
            background: url('assets/screensaver-bg.jpg') center center/cover no-repeat !important;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;
        } */

video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    filter: brightness(0.8);
    object-position: center;
}

.userop-page {
    position: relative;
    height: 100vh;
    overflow-y: auto;
}

.userop-header {
    background: #fff;
    height: 75px;
    z-index: 999;
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
}

.userop-header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.userop-header-logo img {
    height: 40px;
}



.userop-header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.userop-header-logo img {
    height: 35px;
}

.userop-header-right {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.userop-header-right a {
    height: 40px;
    width: 115px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    margin-left: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: 400ms;
    justify-content: center;
    border-radius: 9px;
}

.userop-header-right a:first-child {
    background: #fff;
    color: #000;
    transition: 400ms;
}

.userop-header-right a:hover {
    background: #fff;
    color: #000;
    transition: 400ms;
}


.userop-header-right a:first-child:hover {
    background: #000;
    color: #fff;
    transition: 400ms;
}

.userop-content {
    padding-top: 75px;
    display: flex;
    align-items: center;
    height: 100vh;
}

.userop-card {
    min-height: 40vh;
    /* min-height: 60vh; */
    border-radius: 25px;
    background: rgb(73 73 73 / 14%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .content-top {
    padding-right: 75px;
    padding-bottom: 25px;
} */

.content-top {
    padding-right: 0px;
    padding-bottom: 10px;
}

.register-content .content-top {
    padding-right: 125px;
}

.content-top h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}

.content-top p {
    font-size: 14px;
    color: #ffffffa8;
}

.userop-content form {
    display: flex;
    flex-direction: column;
}

.userop-content form input {
    margin-top: 10px;
    outline: none !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    position: relative;
    padding: 0 15px;
    background: #fdfdfd12;
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 55px;
    color: #fff;
}

.userop-content form input::placeholder {
    color: #ffffffa8;
}

.userop-content form button {
    outline: none !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 0 10px;
    margin-top: 5px;
    background: rgb(14, 14, 14);
    border-radius: 9px;
    color: #fff;
    height: 55px;
}


.form-bottom {
    transform: translateY(10px);
    display: flex;
    justify-content: end;
    align-items: center;
}

.form-bottom span {
    font-size: 14px;
    color: #ffffffa8;
    margin-right: 5px;
    transition: 400ms;
}

.form-bottom a {
    font-size: 14px;
    color: #ffffff69;
    transition: 400ms;
}

.form-bottom a:hover {
    color: #ffffffa8;
    transition: 400ms;
}

.forgot-passowrd-content .content-top {
    padding-right: 40px;
}




.form-group small {
    text-align: end;
    color: #ffffffa8;
}

.form-group small p {
    margin: 0;
    font-size: 12px;
}



















main {
    position: relative;
}




div#screensaver {
    position: absolute;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}






@media screen and (max-width: 992px) {

    .userop-card {
        padding: 25px;
        min-height: 35vh;
    }

    .content-top h1 {
        font-size: 33px;
    }

    .content-top p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .userop-content form input {
        margin-top: 5px;
        height: 50px;
    }

    .userop-content form button {
        height: 50px;
    }

    .register-content .content-top {
        padding-right: 0 !important;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .userop-header-right a {
        height: 28px;
        width: 66px;
        margin-left: 10px;
        font-size: 12px;
    }

    .userop-header-logo img {
        height: 27px;
    }

    .userop-header {
        height: 65px;
    }

    .userop-content {
        padding-top: 125px;
        height: 100%;
        padding-bottom: 100px;
        min-height: 100vh;
    }

    video {
        min-height: 100vh !important;
        height: 100% !important;
    }

    html,
    body {
        height: 100% !important;
        /* min-height: 100vh !important; */
    }

    html {
        background: #494c3b !important;
    }
}




@media (min-width: 1399px) {
    .container {
        max-width: 1640px !important;
    }

    .page-container,
    .page-container-lg,
    .page-container-md,
    .page-container-sm,
    .page-container-xl {
        max-width: 1640px !important;
    }
}

@media (max-width: 992px) {

    .page-container,
    .page-container-lg,
    .page-container-md,
    .page-container-sm {
        max-width: 960px !important;
    }
}

@media (max-width: 768px) {

    .page-container,
    .page-container-md,
    .page-container-sm {
        max-width: 720px !important;
    }
}

@media (max-width: 576px) {

    .page-container,
    .page-container-sm {
        max-width: 540px !important;
    }
}

.page-container,
.page-container-fluid,
.page-container-lg,
.page-container-md,
.page-container-sm,
.page-container-xl {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}