/* CSS Document */

:root {
	--BoS-theme-color: #ffcc00;
}

a:link {
    text-decoration: none;
    color: #ffffff;
}
a:visited {
    text-decoration: none;
	color: #ffffff;
}
a:hover {
    text-decoration: none;
	color: var(--BoS-theme-color);
}
a:active {
    text-decoration: none;
	color: var(--BoS-theme-color);
}

.a2:link {
    text-decoration: none;
    color: #ffffff;
}
.a2:visited {
    text-decoration: none;
	color:#ffffff;
}
.a2:hover {
    text-decoration: none;
	color: #ffffff;
}
.a2:active {
    text-decoration: none;
	color:#ffffff;
}

body{
	
}

.container{
	width:100%;
	z-index: -2;
	overflow: hidden;
}

.back-video{
    position: absolute;
    width: 100vw;
    z-index: -5;
    left: 0;
    top: 0;
    display: inline-block;
	
	
}

.leftpage{
	width: 40%;
	float: left;
}

.rightpage{
	width:50%;
/*	float: left;*/
	float: none;
	background:radial-gradient(rgba(0,0,0,.7),rgba(0,0,0,0));
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	
	

	margin-left: auto;
	margin-right: auto;
}

.cfs-input{
	border: solid 5px rgba(0,0,0,0);
}

.cfs-input:hover{
	border: solid 5px var(--BoS-theme-color);
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
}


.cfs-input{
	padding:8px;
	display:block;
	border:none;
	border-radius: 5px;
	border-bottom:1px solid #ccc;
	width:70%;
	margin-left: auto;
	margin-right: auto;
}

p{
	text-align: center;
	color: #ffffff;
}

.companyLOGO{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.companyNAME{
	font-family: "Tw Cen MT Condensed", Arial;
	font-size: 24px;
	font-weight: bolder;
	color: var(--BoS-theme-color);
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.cfs-button{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color:var(--BoS-theme-color);
	padding:10px 20px;
	font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    border:solid 3px #143452;
    color: #143452;
}

.cfs-button:hover{
	background-color: rgba(0,0,0,0);
	color: var(--BoS-theme-color);
	border:solid 3px var(--BoS-theme-color);
    transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
    padding: 15px 30px;
}

.cfs-button:active{
	background-color: var(--BoS-theme-color);
	color:#000000;
	border:solid 3px #000000;
}

a{
	color:#ffffff;
}

.forgot{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color:rgba(0,0,0,0);
	padding:5px 10px;
	font-weight: 700;
    font-size: 12px;
    border-radius: 7px;
    border:solid 3px rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
}

.forgot:hover{
	color: rgba(255,255,255,1);
	border:solid 3px rgba(255,255,255,1);
    transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
}

@media(max-width:767px){
	.leftpage{
		display: none;
	}
	
	.rightpage{
		margin-left:auto;
		margin-right: auto;
		float: inherit;
		width:80%;
	}
	
	.back-video{
		transform: rotate(90deg);
		width:800px;
		
	}

	footer{
	background: radial-gradient((0,0,0,.0),rgba(0,0,0,1));
	width:100%;
	margin-bottom: 0;
	
}

.footBoS{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
}

	
}


@media(min-width:768px){

.footBoS{
	display: none;
}
}
