﻿
video#bgvid {
    background: url("../Images/introimg.jpg") no-repeat 0% 0% / cover;
    width: auto;
    height: auto;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 0;
    min-height: 100%;
    min-width: 100%; 
}

video {
    display: block;
}

@media only screen and (max-width:768px) {
    video#bgvid {
        display: none;
    }

    body {
        background: url("../Images/introimg.jpg") no-repeat top / cover;
    }
}


.customLoginMainTitle {
    font-size: 20px;
    color: #FF5C47;
}

.customLoginMediumCaption {
    font-size: 12px;
    color: #000000;
}

.customLoginTxtInput {
    font-size: 12px;
    width: 250px;
    color: #000000;
    height: 25px;
}

.customLoginTDHeaderInternal {
    width: 400px;
    height: 70px;
    font-family: Verdana;

    background: url("../Images/headerCustomLogin.png") no-repeat;
    background-color: White;
}


.customLoginTableInternal {
    background-color: White;
        border-radius: 0px 0px 0px 100px;

-moz-border-radius: 0px 0px 0px 100px;

-webkit-border-radius: 0px 0px 0px 100px;

border: 0px solid #000000;
}

#customLoginMain {
    position: absolute;
    top: 10px;
    right: 10px;
    
   
}




