* {
	margin: 0;
	padding: 0
}

body {
	background-repeat: no-repeat;
	background-size: cover;
}

html {
	height: 100%
}

.login {
	min-height: 100vh;
}

.play {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.bg-white{
	border-left: 1px solid #303d4d2e;
}

.fontHeading {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 24px;
	font-weight: Bold;
	color: #303D4D;
}

.footerGoBack {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #303D4D;
}

.footerLogin {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #CF0103;
}

.textBoxLabel {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 15px;
	font-weight: 550;
	color: #303D4D;
}

.textBoxControl {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #303d4d40;
	color: black;
}


.textBoxControl:focus {
    border-color: #CF0103;
    box-shadow:0 0 0 0.25rem #cf01033d;
}

.buttonText {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 15px;
	font-weight: 500;
	background-color: #CF0103;
	color: #FFFFFF;
}

.button:hover {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 15px;
	font-weight: 500;
	background-color: #CF0103;
	color: #FFFFFF;
}

a {
	color: #CF0103;
	text-decoration: none;
}

a.underline {
	text-decoration: underline;
}
.form-check-input:checked {
     background-color: #CF0103;
     box-shadow:0 0 3px #CF0103;
}
.form-check-input:focus {
     box-shadow:0 0 3px #CF0103;
}
.form-check-input:active {
     box-shadow:0 0 3px #CF0103;
     background:rgba(146,212,0,.3);
}

a:hover {
	color: #CF0103;
}

.error {
	color: red;
	font-size: 15px;
}


.success {
	color: green;
	font-size: 15px;
}

input[type='radio'] {
    accent-color: #CF0103;
}