@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

html , body {
	height: 100%;
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
	background: -moz-linear-gradient(top, #006ebb 0%, #042366 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #006ebb 0%,#042366 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #006ebb 0%,#042366 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ebb', endColorstr='#042366',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
	position: relative;	
	font-family: 'Lato', sans-serif;
	color: #fff;
}

a {
	cursor: pointer;
	color: #ccc;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
}

.btn-group-lg>.btn, .btn-lg {
	border-radius: 0; 
}

	.btn-primary {
	    background-color: #006dba;
	    border-color: transparent;
	    font-weight: 800;
	}

.c-orange {
	color: #ff6c00;
}

.c-darkblue {
	color: #042366;
}

.sport-bg {
	background: #006dba url(../images/bg-blue-23-nba-2021.jpg) no-repeat;
	background-size: cover; 
}

.login-container {
	border-left: 1px solid #1e94e6;
	height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
	background: -moz-linear-gradient(top, #006ebb 0%, #042366 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #006ebb 0%,#042366 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #006ebb 0%,#042366 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ebb', endColorstr='#042366',GradientType=0 ); /* IE6-9 */
}

.form-signin {
  width: 100%;
}
	.form-signin .checkbox {
	  font-weight: 400;
	}

	.form-signin .form-control {
	  position: relative;
	  box-sizing: border-box;
	  height: auto;
	  padding: 10px;
	  font-size: 16px;
	}
	
	.form-signin .form-control:focus {
	  z-index: 2;
	}
	
	.form-signin input[type="email"] {
	  margin-bottom: -1px;
	  border-bottom-right-radius: 0;
	  border-bottom-left-radius: 0;
	}
	
	.form-signin input[type="password"] {
	  margin-bottom: 10px;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}


.btn-login {
	background: #ff6c00;
}

.policies {
	font-size: 12px;
	color: #fff;
}	

	.policies a {
		text-transform: uppercase;
		color: #ff6c00;		
	}

.logo-mark {
	background: #006dba;
    position: fixed;
    bottom: 1px;
    right: 0;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 900;
    font-style: italic;
    height: 70px;
    line-height: normal;
}

.modal {
	color: #666;
}

.modal h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #006ebb;
    font-weight: 600;
    font-size: 1.2rem;
}

@media only screen and (max-width: 568px) { 


	.logo-mark {
	    font-size: 1.5rem;
	    height: 80px;
	}

	.sport-bg , .login-container {
		background: transparent;
	}

	h1 {
		font-size: 1.8rem;
	}

	.login-container {
		border: 0; 
	}

	.policies {
		margin-bottom: 3rem;
		margin-top: 1rem!important;
	}


}	