/* ################################ UserId and Password Container ################################## */
@font-face {
    font-family: HPsimplified;
    src: url(../../../sourceone/fonts/hp-simplified/hp-simplified-265.ttf);
}

body {
    font-family: HPsimplified, sans-serif;
    margin: 0;
    position: relative;
    padding: 0;
	background: #000000;
	overflow: hidden;
}

div { 
	margin:0;
	padding:0;
}

ol,ul {
	list-style:none;
	margin:0;
	padding:0;
}

.loginImgUL {
	padding-left: 19px;
}

.loginSectionDiv {
	/* float: right; */
	width: 410px;
	height: 410px;
	opacity: 0.7;
	margin: -20px 6px 0px 0px;
}

.loginSectionDiv ul {
	list-style: none;
}

.loginSectionDiv li {
	float: left;
}

.loginSectionDivImg1 {
	width: 109%;
	opacity: 0.3;
	margin: 0px 0px 0px -19px;
	border-radius: 0px 35px 0px 0px;
}

.loginSectionDivImg2 {
	height: 95px;
	width: 112%;
	opacity: 0.3;
	margin-left: -12px;
}

.loginSectionDivImg3 {
	margin-left: -34px; 
	opacity: 0.5; 
	height: 95px; 
	width: 130%;
}

.legitLogoImg {
	float: right;
	width: 130px;
	margin-top: 23px;
	margin-right: -17px;
	object-fit: contain;
	opacity: 0.5;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
}

.credentialDiv {
	float: right;
	width: 110%;
	margin-top: 2rem;
}

.credentialTable {
	width: 95%;
    border-radius: 15px;
	margin: 7px 6px 0px 0px;
	background: url(../../images/background/login-box-bg-jpeg.jpg);
	-webkit-box-shadow: 11px 11px 20px 1px rgb(199 13 13);
	-moz-box-shadow: 11px 11px 20px 1px rgb(199 13 13);
	box-shadow: 11px 11px 20px 1px rgb(199 13 13);
}

.credentialLabelcell {
	height: 32px;
	color: #27ffeb;
	font-size: 13px;
	font-weight: 600;
	padding-right: 10px;
	padding-top: 4px;
	text-align: right;
	vertical-align: baseline;
}

.credentialTextfield {
	width: 97%;
	height: 25px;
	color: #00ff0c;
	/* font-family: HPsimplified; */
	font-size: 14px;
	padding-left: 5px;
	background: transparent;
    border: .5px solid #0c8070;
}

.authCodeHrefDiv {
	padding-left: 5px;
	padding-right: 5px;
	color: #00ff08;
}

.authCodeHref {
	float: right;
	color: #00ff08;
	font-size: 13px;
	font-weight: 600;
	margin-top: 1vw;
	text-decoration: underline;
}

.authCodeTextfield {
	width: 70%;
	height: 25px;
	margin-top: 3px;
	text-align: center;
    border-radius: 5px;
	letter-spacing: 2px;
	color: #ff0000 !important;
	background-color: #b6b6b6;
	font-size: 17px !important;
	font-weight: bold !important;
}

input[type="text"]:hover {
	font-size: 14px;
	font-weight: bold;
}

.loginButtonImg {
	height: 30px;
	width: 105px;
	cursor: pointer;
}
.loginButtonImg:hover {
	opacity: 0.4;
}

.signupButtonImg {
	width: 108px;
	height: 34px;
	margin-left: 7px;
}
.signupButtonImg:hover {
	opacity: 0.5;
}

.messageTD {
	height: 30px;
	color: #ffbfb0;
	text-align: center;
	font-size: 14.5px;
	font-weight: 600;
	padding: 4px 2px 4px 0px;
}




/* ################################  SLIDE SHOW STYLES  ################################## */
.cb-slideshow, .cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../../images/background/law-bg-images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 56s linear infinite 0s;
    -moz-animation: imageAnimation 56s linear infinite 0s;
    -o-animation: imageAnimation 56s linear infinite 0s;
    -ms-animation: imageAnimation 56s linear infinite 0s;
    animation: imageAnimation 56s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 99;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-animation: titleAnimation 56s linear infinite 0s;
    -moz-animation: titleAnimation 56s linear infinite 0s;
    -o-animation: titleAnimation 56s linear infinite 0s;
    -ms-animation: titleAnimation 56s linear infinite 0s;
    animation: titleAnimation 56s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 160px;
    padding: 0 30px;
    line-height: 120px;
    color: rgba(169,3,41, 0.8);
}


.cb-slideshow li:nth-child(1) span { 
	background: url(../../images/background/law-bg-images/1.jpg);
}
.cb-slideshow li:nth-child(2) span {
    background: url(../../images/background/law-bg-images/2.jpg);
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    -ms-animation-delay: 7s;
    animation-delay: 7s;
}
.cb-slideshow li:nth-child(3) span {
    background: url(../../images/background/law-bg-images/3.jpg);
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    -o-animation-delay: 14s;
    -ms-animation-delay: 14s;
    animation-delay: 14s;
}
.cb-slideshow li:nth-child(4) span {
    background: url(../../images/background/law-bg-images/4.jpg);
    -webkit-animation-delay: 21s;
    -moz-animation-delay: 21s;
    -o-animation-delay: 21s;
    -ms-animation-delay: 21s;
    animation-delay: 21s;
}
.cb-slideshow li:nth-child(5) span {
    background: url(../../images/background/law-bg-images/5.jpg);
    -webkit-animation-delay: 28s;
    -moz-animation-delay: 28s;
    -o-animation-delay: 28s;
    -ms-animation-delay: 28s;
    animation-delay: 28s;
}
.cb-slideshow li:nth-child(6) span {
    background: url(../../images/background/law-bg-images/6.jpg);
    -webkit-animation-delay: 35s;
    -moz-animation-delay: 35s;
    -o-animation-delay: 35s;
    -ms-animation-delay: 35s;
    animation-delay: 35s;
}
.cb-slideshow li:nth-child(7) span {
    background: url(../../images/background/law-bg-images/7.jpg);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}
.cb-slideshow li:nth-child(8) span {
    background: url(../../images/background/law-bg-images/8.jpg);
    -webkit-animation-delay: 49s;
    -moz-animation-delay: 49s;
    -o-animation-delay: 49s;
    -ms-animation-delay: 49s;
    animation-delay: 49s;
}


@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1) rotate(-3deg);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) rotate(-3deg);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1) rotate(-3deg);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) rotate(-3deg);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1) rotate(-3deg);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) rotate(-3deg);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1) rotate(-3deg);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) rotate(-3deg);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(-3deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1) rotate(-3deg);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}


/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}
/* ################################  END :  SLIDE SHOW STYLES  ################################## */






/* ################################ Firm Name Container ################################## */

.firmNameDiv {
	float: left;
	width: 95.5%;
	height: 100px;
	/* text-align: center; */
	margin: 20px 0px 0px 30px;
	border: 1px solid #e8ef99;
	border-radius: 0px 45px 0px 0px;
}
.firmNameSpan {
	font-size: 40px;
	font-weight: bold;
	/* border: 1px solid yellow; */
}

.firmAddressSpan {
	font-size: 25px;
	font-weight: 600;
}



@media only screen and (min-width: 500px) and (max-width: 768px) {

	.credentialTable {
	    width: 115%;
	    border-radius: 15px;
	    margin: 7px 6px 0px 0px;
	    border: 2px solid #04786d;
	    background: url(../../images/background/login-box-bg-jpeg.jpg);
	    -webkit-box-shadow: 0px 0px 20px 15px rgba(119, 129, 157);
	    -moz-box-shadow: 0px 0px 20px 15px rgba(119, 129, 157);
	    box-shadow: 0px 0px 20px 15px rgba(119, 129, 157);
	    opacity: 0.6;
	}
	
	
	.cb-slideshow, .cb-slideshow:after {
	    position: fixed;
	    width: 50%;
	    height: 50%;
	    top: 10px;
	    left: 0;
	    z-index: 0;
	}
	
}
