﻿/*@import url('LoginStyle.css');*/

@font-face {
    font-family: BensonSans;
    src: url('Font/BentonSans Regular.otf');
}

body {
    font-family: BensonSans;
    font-size: 12px;
    background-color: #192941;
    margin: 0px;
}

.LoginDiv {
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    width: 530px;
    height: 350px;
    top: 50%;
    left: 50%;
    margin-top: -254px;
    margin-left: -267px;
    text-align: center;
}

#Logo {
    margin-bottom: 30px;
    width: 300px;
}

.LoginTable {
    margin: auto;
    margin-bottom: 10px;
    min-width: 400px;
    padding: 30px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    font-weight: bold;
}

    .LoginTable td {
        padding: 8px;
    }

    .LoginTable h3 {
        font-weight: bolder;
        font-size: 28px;
        margin: 0px 0px 20px 0px;
        color: #192941;
    }

.textboxfield {
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
}

input:-webkit-autofill::first-line {
    font-size: 16px;
}

.forgotpwd {
    text-align: right;
}

.backlink {
    text-align: left;
}

    .forgotpwd a, .backlink a {
        color: #3c3c3c;
        font-style: italic;
        font-size: 12px;
        padding-bottom: 10px;
        text-decoration: none;
    }


        .forgotpwd a:hover, .backlink a:hover {
            color: #1e81be;
        }




.btnCell {
    text-align: center;
}

.button {
    transition-duration: 0.2s;
    background-color: #1e81be;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-family: BensonSans;
    border: 0px;
}

    .button:hover {
        background-color: #32a4ea;
        color: white;
    }

    .button:active {
        position: relative;
        top: 1px;
        border: 0px;
    }



/*.button {
    box-shadow: inset 0px -3px 7px 0px #29bbff;
    background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
    background-color: #2dabf9;
    border-radius: 3px;
    border: 1px solid #0b0e07;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 9px 23px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #263666;
}

    .button:hover {
        background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
        background-color: #0688fa;
    }

    .button:active {
        position: relative;
        top: 1px;
    }*/





/*@font-face {
    font-family: BensonSans;
    src: url('Font/BentonSans Regular.otf');
}

body {
    background-color: #102248 !important;
    font-family: BensonSans !important;
}*/

#tableContainer {
    width: 700px;
    margin: 100px auto;
    text-align: center;
}

    #tableContainer td {
        padding: 15px;
    }

/*#logo {
    padding: 20px;
    height: 240px;
}*/

.videoPlayerDiv {
    /*width: 640px;
    height: 360px;*/
    width: 767px;
    height: 432px;
    margin: auto;
}

    .videoPlayerDiv video {
        width: 100%;
        height: 100%;
    }

h2 {
    color: #fff;
    font-size: 20px !important;
}

.errorText {
    color: #fff;
    font-size: 22px;
}

.codetd {
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
}

    .codetd input {
        margin: 2px;
    }

.tooltip2 {
    position: relative;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    margin-left: 30px;
}



    .tooltip2 .tooltiptext2 {
        visibility: hidden;
        width: 120px;
        background-color: #393939;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }


        .tooltip2 .tooltiptext2::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }


    .tooltip2:hover .tooltiptext2 {
        visibility: visible;
        opacity: 1;
    }


.newbutton {
    transition-duration: 0.2s;
    background-color: #1e81be;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    font-family: BensonSans;
    border: 0px;
}

.DevTopBar {
    background: rgb(0,138,14);
    background: linear-gradient(90deg, rgba(0,138,14,0) 0%, rgba(0,138,14,1) 50%, rgba(0,138,14,0) 100%);
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    top: 0px;
}

.videoContentDiv {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
}


#fullscreenvideo {
    width: 100%;
    height: 100%;
    position: fixed;
}

.videoTitle {
    background-color: #00000096;
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.textAlignCenter {
    text-align: center;
}

.blackBg {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
    color: #ffffff;
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}

.btn-circle.btn-xl {
    width: 100px;
    height: 100px;
    padding: 10px 10px;
    border-radius: 50px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
}

.btndarkblue {
    background-color: #192941;
    font-size: 16px;
    margin-top: 25px;
}

    .btndarkblue:hover {
        background-color: #23416d;
    }





@media (min-width: 1281px) {
    h2 {
        color: #fff;
        font-size: 24px !important;
    }
    /*#fullscreenvideo {
        width:500px;
        position: fixed;
    }*/


}


@media (min-width: 1025px) and (max-width: 1280px) {

    h2 {
        color: #fff;
        font-size: 24px !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {

    h2 {
        color: #fff;
        font-size: 24px !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    h2 {
        color: #fff;
        font-size: 24px !important;
    }
    /*.videoPlayerDiv {
        width: 100%;
    }*/

}


@media (min-width: 481px) and (max-width: 767px) {

    h2 {
        color: #fff;
        font-size: 24px !important;
    }

    .videoPlayerDiv {
        width: 100%;
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    h2 {
        color: #fff;
        font-size: 24px !important;
    }

    .videoPlayerDiv {
        width: 100%;
    }
}

@media (max-width: 320px) {

    h2 {
        color: #fff;
        font-size: 24px !important;
    }

    .videoPlayerDiv {
        width: 100%;
    }
}
