.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    width: 100vw;
}

.login-sidebar {
    padding: 0px;
    margin-top: 0px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px #0000000f, 0 1px 4px #00000014;
}

.login-sidebar .login-box {
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    height: 100vh;
    width: 100vw;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    max-width: 500px;
    padding: 40px 60px;
    background-color: #fefefe;
}

.login-sidebar .login-box > .card-body {
    width: 100%;
    display: flex;
    align-items: center;
}

.login-sidebar .login-box > .card-body form.form-horizontal.form-material {
    width: 100%;
}

.form-group {
    margin-bottom: 25px;
}

html body .m-t-40 {
    margin-top: 40px;
}

.form-control {
    min-height: 45px;
    display: initial;
    border-radius: 0;
    border: none;
    color: #787878;
}

.form-material .form-control {
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
    padding: 0 15px;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: linear-gradient(#c4354c, #ac2f43), linear-gradient(#a9abad, #a9abad);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
}

.btn-group-lg>.btn-rounded.btn, .btn-rounded.btn-lg {
    padding: .75rem 1.5rem;
}

.tabsFixed .navbar-nav>.nav-item>a.nav-link.btn-rounded, .btn-rounded {
    border-radius: 60px;
    padding: 7px 18px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.btn-info {
    color: #fff;
    background-color: #c4354c;
    border-color: #c4354c;
}


.logo img {
    width: 100%;
    max-width: 250px;
}

.w-100 {
    width: 100% !important;
}

button.btn.btn-info.btn-lg {
    border-radius: 60px;
}

.form-material .form-control.focus, .form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    transition-duration: .3s;
}

.form-material > small {
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
}

.box-title {
    color: #c4354c;
    margin-bottom: 5px;
    font-size: 24px;
}

a {
    color: #c4354c;
}

/*----------------------- Sidebar Tv ----------------------*/
.h-100 {
    height: 100% !important;
}
.u_overflow-hidden {
    overflow: hidden;
}

.tv-room {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: calc(100% - 500px);
    height: 100%;
    margin-left: 500px;
}

.tv-room .tv-panel {
    background-position: calc(50% + 312px) center;
}

.tv-room .tv-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: calc(50% + 240px) center;
}

.tv-room .tv-panel .tv-position {
    height: max(52vh, 42vw);
    max-height: min(75vh, 50vw);
    padding: min(40px, 2vh);
}

.tv-room .tv-panel .tv-position .tv-frame {
    margin: 0 auto;
    width: 35vw;
    max-width: min(600px, 100%);
    padding: .5vw .5vw 1vw;
    background-image: url(../images/tv.png);
    background-size: contain;
    background-repeat: no-repeat;
}

 .tv-room .tv-panel .tv-position .tv-frame img {
    max-width: 100%;
    opacity: 1;
    transition: opacity .5s;
}

.fade {
    opacity: 0 !important;
    -webkit-transition: opacity .15s linear !important;
    transition: opacity .15s linear !important;
}