@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

body {
    font-family: 'Ubuntu', sans-serif !important;
}

.bg-shade {
    background-color: #333333a6;
    font-size: 16px;
    line-height: 24px;
    color: rgb(236, 236, 236);
    padding: 16px !important;
    margin-bottom: 16px !important;
    padding-left: 24px !important;
}

.border-bottom {
    border-bottom: 1px solid #f5f5f57a !important;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background-color: black;
    background: url('../images/login-frame2.jpg') center center / cover no-repeat;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-shade h1 {
    color: #fdfdfd;
    font-family: inherit;
    font-size: 24px;
    
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 736px) {
    .fullscreen-bg {
        background: url('../images/login-video-frame.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}

@media (max-width: 991px) {
    .input-bt-mrgn {
        margin-bottom: 1rem;
    }
}

.card {
    height: auto;
    margin-top: 11%;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}


.card-header h2 {
    color: #dcdcdc;
    font-family: Ubuntu, sans-serif;
    font-size: 28px;
}

.card-header {
    line-height: 24px !important;
    padding: 12px 20px !important;
}
.card-footer {
    font-size: 16px !important;
    padding: 12px 20px !important;
}

.input-group-prepend span {
    width: 38px;
    background-color: #2baae6e0;
    color: #efefef;
    border: 0 !important;
    font-size: 17px;
    padding: 6px 12px;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: #efefef;
    background-color: #2baae6e0;
    min-width:100px;
    width: auto;
    font-size: 16px;
    padding: 6px 12px;
    float: right;
}
.prevlogin_btn {
    color: #efefef;
    background-color: #2baae6e0;
    min-width:100px;
    width: auto;
    font-size: 16px;
    padding: 6px 12px;
    float: left;
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
        color: #2baae6;
    }

.lang_select {
    border: none !important;
    background-color: #333333a6;
    color: #dedede;
    padding-left: 6px;
    width: auto;
}

.card_signup {
    height: auto;
    margin-top: 4%;
    margin-bottom: 15px;
    /*width: 400px;*/
    background-color: rgba(0,0,0,0.5) !important;
}

.fullscreen-bg-signup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background-color: black;
    background: url('../images/login-frame1.jpg') center center / cover no-repeat;
}
.fullscreen-bg-reset {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background-color: black;
    background: url('../images/login-frame2.jpg') center center / cover no-repeat;
}

.white-col {
    color: white;
}

.form-control {
    color: #eaeaeaf0 !important;
    background-color: #0000004f !important;
    border: 1px solid #a9a9a966 !important;
    height: 38px!important;
    padding: 6px 12px!important;
    line-height:24px!important;
    font-size:16px !important;
}
.form-group {
    margin-bottom: 16px !important;
}

.card-body{
    padding:20px !important;
    line-height:24px !important;
    font-size:16px !important; 
}

.card-body-signup {
    padding-bottom: 55px !important;
}

.reset-password {
    height: auto !important;
}

::-webkit-input-placeholder { /* Edge */
    color: #aba9a9db !important;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: #aba9a9db !important;
}

::placeholder {
    color: #aba9a9db !important;
}

footer {
    /*background-color: #0b0b0b4f;
    color: #979797;
    width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;   
    */
    height: 60px;
    padding-top: 10px;
    color: #717171;
    text-align: center;
    font-size: 14px;
}

    footer p {
        margin-bottom: 0px !important;
    }
