﻿/* -------------------- Info --------------------------- */
/* --            New Login  V08                     --- */


/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color:#bfbfbf;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input,textarea {
	font-size:18px;
	line-height:20px;
	font-family: Calibri, Arial, sans-serif;
	resize:none;
}

[placeholder]:active,
[placeholder]:focus{
	cursor:text;
	color:#bfbfbf;
	font-family: Calibri, Arial, sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

/*@font-face {
    font-family: Calibri;
    src: url(../NewLogin/fonts/calibri/calibri.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
} */

html{
	height: 100%;
}

body {
    font: 14px/20px 'Proxima Nova', Helvetica, Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    color: #bfbfbf;
    background: #222;
    max-height: 100%;
    max-width: 100%;
    background: transparent url(./images/LoginPage_BG_1920x1080.jpg) no-repeat; /*---Updated 1/15/2015---*/
    -webkit-background-size: 100% 100%; /*--- Updated 1/15/2015 from cover to number for Art Contest ---*/
    -moz-background-size: 100% 100%; /*--- Updated 1/15/2015 from cover to number for Art Contest ---*/
    -o-background-size: 100% 100%; /*--- Updated 1/15/2015 from cover to number for Art Contest ---*/
    background-size: 100% 100%; /*--- Updated 1/15/2015 from cover to number for Art Contest ---*/
    /*--- background-position: left bottom; For Winter 2014 BG ---*/
}
.box div {clear:both;}
.box {
    background: white;
    padding: 20px 30px;
    margin: 120px 30%;
    min-width: 300px;
}

.box .infobox {
    margin: 10px;
}

.box .infobox a {
    color: #333;
    text-decoration: underline;
}
.box .instructions {
    color:#666;
}
.box .infobox a:hover {
    color: #EE2947;
}

.box h1 {
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
}
    .box .mandatory {
        color: #EE2947;
    }
.box h3 {
    font-weight: bold;
    font-size: 14px;
}
.box td {
    padding:5px 2px;
}

    .box h1, .box h3, .box h4, .box p, .box td, .box span, .box {
        color: #333;
    }
#wrapper {
	width: 100%;
	height:100%;
	overflow: hidden;
	position: fixed;
	text-align:center;
	/*background:url(./images/patterns/pat6.png) repeat scroll 0 0;*/ /*--- Updated 3/13/2015 to remove overlay patterns for 4.4 release ---*/
	/*z-index:10; removed*/
}



#top-bar {
    margin: 0 auto;
    height: 44px;
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: 4;
    background: url(./images/bg-toolbar.png) repeat; /*-- Use for dark bg --*/
    /*background: url(./images/container-bg.png) repeat; -- Use for light bg --*/
	position:absolute;
	top:0;
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
}

a.logo {
	text-align: left;
	display: block;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:20px;
	opacity: 1;
}

h1 {
	font-size:16px;
	text-align:center;
	margin:0;
}

h1 span {
	background:#000;
	padding:7px 10px;
}

h2 {
	font-size:18px;
	line-height:18px;
	margin-bottom:10px;
	color:#fff;
}

h3 {
	color:#fff;
	font-size:14px;
	margin-bottom:5px;
}

/**** Co-Branding Logo ****/
.coLogo {
	position: absolute;
	top: 60px;
	right: 20px;
}

#container {
	width:500px;
	background:rgba(0,0,0,0.6) repeat scroll 0 0;
	/* changed for WNYRIC 2016 Art of Abby Road - alpha from 0.7 to 0.5 */
	/* changed for LI and WNYRIC Art Photo for 2016 url(./images/container-bg.png) */
	overflow:hidden;
	/*display:inline-block; -- removed for Winter image*/
	/* -- previous margin 160px changed for fall 2014 BG -- */
	/* -- Centering Login Box -- */
	top: 50%; /* 9/2016 changed from 250px to percentage for centering the box */
	left: 50%; /* 9/2016 - entered for LI Art Contest, centering */
	margin-right: -50%; /* 9/2016 - added for centering */
	z-index:1000;
	border: 1px solid #777; /* added V06 */
	position: absolute; /* 9/2016 - added for centering */
	transform: translate(-50%, -50%); /* 9/2016 - added for centering */
	/* -- Added in V07 for the Winter BG -- */
	/*float: right;
	right: 100px; */
}
.illuminate_logo {
	width: 20px;
	background: transparent url(./images/IE_NewIcon_White.png) no-repeat; /*---Updated 1/15/2015---*/
	background-size: 20px 31px;
	height: 31px;
	bottom: 10px; /* 9/2016 changed from 250px to percentage for centering the box */
	left: 50%; /* 9/2016 - entered for LI Art Contest, centering */
	margin-right: -50%; /* 9/2016 - added for centering */
	z-index: 1000;
	position: absolute; /* 9/2016 - added for centering */
	transform: translate(-50%, -50%); /* 9/2016 - added for centering */
	opacity: 0.6;
	display: none;
}
#totoggle {
    position: relative;
}

#infopage, #contactpage {
	display:none;
	position:relative;
}

.content {
	padding:10px 50px;
	text-align:left;
}
.content p {
	margin-bottom:10px;
}

.one-half { 
	width: 48%; 
}

.one-half  {
	position: relative;
	margin-right: 4%;
	float: left;
}

.last {
	margin-right: 0!important;
	clear: right;
}

.clear {
	clear:both;
}

.separator {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #BFBFBF;
	clear: both;
	padding-bottom: 15px;
}

.text {
	position:absolute;
	top:0;
	left:20px;
	height:31px;
	line-height:31px;
}

.top-buttons {
	position:relative;
	height:31px;
	width:100%;
}
.buttons {
	position:relative;
	height:31px;
	width:100%;
}
.buttons a, .top-buttons a {
	opacity:0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);	
    display: block;
	position:absolute;
	width:31px;
	height:31px;
	cursor:pointer;
	text-indent:-9999px;
}

a.trigger {
	background:url(images/toggle-minus.png) no-repeat scroll 0 0;
	top:0;
	right:0;
}

a.active {
    background:url(images/toggle-plus.png) no-repeat scroll 0 0;
}

a.drag {
	background:url(images/drag.png) no-repeat scroll 0 0;
	top:0;
	right:32px;
}

a.contact, a.infocontact {
	background:url(images/contact.png) no-repeat scroll 0 0;
	bottom:0;
	right:0;
}

a.info, a.contactinfo {
	background:url(images/info.png) no-repeat scroll 0 0;
	bottom:0;
	right:32px;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

/* 3.1 Countdown */

#countdown {
	float:left;
	padding:0;
	position:relative;
	width:400px;
	margin-left:70px;
}

.hasCountdown {
	height:70px;
	margin-bottom:40px;
	margin-top:20px;
}

.item {
	float:left;
	text-align:center;
	margin:0 15px;
	width:67px;
	height:67px;
	position:relative;
	background:url(images/countdown-item.png) no-repeat scroll 0 0;
}

.item span {
	font-size:14px;
	clear:both;
	color:#fff;
	width:85px;
	height:20px;
	display:inline-block;
	text-transform:lowercase;
}

.item p {
	text-align:center;
	margin:13px 0 5px;
	font-size:24px;
}


/* 3.2. Contact Form & Subscribe Form */

#subscribe {
	clear:both;
}

.error_message {
	margin-bottom:10px;
	text-align:center;
}

#subscribeform {
	margin-bottom:10px;
	width:380px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
}

#contactform {
	overflow:hidden;
	position:relative;	
}

#contactform input[type="text"] {
	/*background:url(images/bg-form.png) repeat scroll 0 0;*/
	background:none;
	width:202px;
	border:0 none;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	float:left;
	color:#fff;
	margin-bottom:8px; /**** Changed from 5px ****/
	margin-left:142px;
	margin-right:0px;
	border:1px solid #333; /**** New ****/
	border-radius:3px;
}

#contactform input[type="text"]:focus, #contactform input[type="password"]:focus {
	/*border: 1px solid #ccc; *** Focus Fix ****/
	background: url(images/bg-form.png) repeat scroll 0 0; /**** New ****/
}

	#contactform input[type="password"] {
		background: none;
		width: 202px;
		border: 0 none;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 6px;
		padding-right: 6px;
		float: left;
		color: #fff;
		margin-bottom: 8px; /**** Changed from 5px ****/
		margin-left: 142px;
		margin-right: 0px;
		border: 1px solid #333; /**** New #444****/
		border-radius: 3px;
	}

#contactform textarea {
	background:url(images/bg-form.png) repeat scroll 0 0;
	width:90%;
	height:100px;
	border:0 none;
	padding:5%;
	float:left;
	color:#bfbfbf;
	margin-bottom:5px;	
}

#subscribeform input#subemail {
	background:url(images/bg-form.png) repeat scroll 0 0;
	width:265px;
	height:15px;
	border:0 none;
	padding:10px;
	float:left;
	color:#bfbfbf;
}
input[type="submit"].button {
    float: none;
    background: #006C90;
    margin:0 4px;
}
input[type="submit"] {
	border: 0 none;
	color: #fff;
	min-width: 60px;
	float: left; /**** Changed from right ****/
	cursor: pointer;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-0-transition:background 0.2s linear;
	transition: background 0.2s linear;
	margin: 8px 0 10px 142px; /**** Changed from margin-right:35px ****/
	font-weight: normal;
	color: #fff !important;
	border: 1px solid #7b0006 !important;
	border-bottom: 1px solid #550004 !important;
	padding: 6px 16px 10px 16px;
	overflow: visible;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 5px;
	text-shadow: none !important;
	text-decoration: none !important;
	-webkit-appearance: none;
}





/**** Placeholder Color ****/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #7a7a7a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #7a7a7a !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #7a7a7a !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #7a7a7a;
}

/**** New Class for Forgot Password Link****/
.forgotPass {  
	position: relative;
	bottom: 34px;
	*bottom: 28px;
	left: 56px;
	width: 115px;
	/*float: right;*/
	/*margin-right: 150px;*/
	color: #FFF;
	font-style: italic;
    font-weight: bolder;
}

/**** New Class for Parent Portal Links****/
.portalLinks {
	clear:both;
	margin-left: 142px;
	width: 216px;
	text-align: center;
	border-top: 1px solid #444;
	padding-top: 15px;
	position: relative;
	bottom: 6px;
}

.portalLinks a{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}

.onlineReg {
	margin-right: 16px;
}




#controls-wrapper {
    margin: 0 auto;
    height: 61px;
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: 4;
    /*background: url(images/bg-toolbar.png) repeat;  ---Use for dark bg ----*/
    background: url(./images/container-bg.png) repeat; /*-- Use for light bg --*/
    position: fixed;
}





/* Slider Progress Bar
    ----------------------------*/
#progress-back {
    z-index: 5;
    position: fixed;
    bottom: 61px;
    left: 0;
    height: 3px;
    width: 100%;
    background: url('images/progress-back.png') repeat-x;

}

#progress-bar {
    position: relative;
    height: 3px;
    width: 100%;
}

/* Thumbnail Navigation
    ----------------------------*/


.centered-controls {
	width:100%;
	height:61px;
	margin:0 auto;
	font-size:12px;
	margin-top:25px;
	text-align:center;
	content: "HI IM Here!";
}

.centered-controls a {
    height: 61px;
    width: 100%;
    float: left;
	-webkit-transition:background 0.2s linear; 
	-moz-transition:background 0.2s linear;
	-0-transition:background 0.2s linear;
	transition:background 0.2s linear;
	margin-right:1px;
}

.centered-controls a:hover {
	cursor:pointer;
}	

/*-------------- Pic Info -------------------*/
.picContainer{
	/*background-color: rgba(255, 0, 0, 0.4);*/
	width: auto;
	min-height: auto;
	position: absolute;
	bottom: 34px;
	left: 0px;
	/*padding: 10px 20px 20px;*/
	text-align: left;
}

.picContent{
	padding: 20px 40px 3px 44px;
}

.picContainer h2{
	font-size: 18px;
	line-height: 18px;
}

.picContainer h3{
	font-style: italic;
	color: #bfbfbf;
}

.picContainer p{
	margin-bottom: 0px;
}

.picInfo{
	font-size: 14px;
	display: block;
	height: 22px;
	padding: 4px 6px 4px 32px;
	margin: 0 0 0 12px;
	cursor: pointer;
	background: transparent url(./images/picSprite.png) no-repeat scroll 0 -30px;
	line-height: 26px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

.picInfo:hover{
	/*background-color: #000;*/
	text-decoration: none;
	background-position: 0 0px;
	color: #999;
	font-weight: bold;
}

#picInfoBox{
	width: 500px;
	background:url(./images/container-bg.png) repeat scroll 0 0;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
}

.picClose{
	background-position: 0 -90px;
	width: 150px;

	color: #bfbfbf;
	padding-left: 32px;
}

.picClose:hover{
	background-position: 0 -120px;
	color: #bfbfbf;
}

.picBtn{
	padding-bottom: 2px;
}

/*
#txtUserName:focus{
	border: 2px solid red !important;
}*/


.ieLabel{
	display: none;
}

input[type="submit"].IOBtn {
	background:#3b5998 url('/images/logo_IO.png') no-repeat;
    border:1px solid #335190 !important;
    margin-top:0;
    border-radius: 2px;
    vertical-align: middle;
    line-height:0;
    padding: 20px 6px;
}
input[type="submit"].IOBtn:hover {
	background:#294786 url('/images/logo_IO.png') no-repeat;
    border:1px solid #335190 !important;
    border-radius: 2px;
    vertical-align: middle;
    line-height:0;
    padding: 20px 6px;
}

.forgotPass:link, .forgotPass:active, .forgotPass:visited {
	color: #ECEDF1;
}

.forgotPass:hover {
	color: rgba(200,200,200,0.8);
}

#LoginHeaderText {
	margin-top: 20px;
}

.signin-wrapper {
	display: inline-flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

#googleSignInBtn {
	margin-top: 5px;
}

#googleSignInBtn .abcRioButton {
	border-radius: 4px;
}


/* Login Form */
.login-form {
	width: 230px;
	height: 330px;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	top: 50%;
	margin-top: -165px;
	text-align: center;
}

	.login-form .logo-login {
		width: 150px;
		margin-bottom: 20px;
	}

	.login-form span > input,
	.forgot-password-form input {
		display: block;
		width: 210px !important;
		padding: 7px 10px !important;
		margin: 15px 0 5px !important;
		border: 1px solid #ddd;
		border-radius: 4px;
		font-size: 14px !important;
		color: #000 !important;
	}

.forgot-password-form input {
	margin-top: 0;
	width: 210px !important;
}

.login-form span > input[::placeholder] {
	color: #555555 !important;
}

.login-form a {
	display: block;
	float: right;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 20px;
	color: #006699;
}

/* Buttons */
.bc-button {
	text-transform: none;
	border-radius: 4px;
	box-shadow: none !important;
	align-items: center;
	display: inline-flex;
	height: 36px;
	padding: 0 16px;
	flex: 0 0 auto;
	font-size: 14px;
	justify-content: center;
	margin: 6px 8px;
	min-width: 80px;
	outline: 0;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
	border-width: 1px;
	background-color: #ddd;
	border-style: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.3s ease;
}

	.bc-button[primary], .bc-theme .button[primary] {
		background-color: #4D59A5;
		color: #fff;
	}

	.bc-button[secondary], .bc-theme .button[secondary], .bc-theme-light .button[secondary] {
		background-color: #fff;
		color: #4D59A5;
		border-style: solid;
		border-color: #4D59A5;
		height: 34px;
		padding: 0 15px;
	}

	.bc-button[tertiary], .bc-theme .button[tertiary] {
		background-color: #ECEDF1 !important;
		color: #333 !important;
	}

	.bc-button[ghost], .bc-theme .button[ghost] {
		background-color: transparent;
		color: #333 !important;
	}

	.bc-button[danger] {
		background-color: #F02D1F;
		color: #fff;
	}

	.bc-button[disabled], .button[disabled] {
		background-color: rgba(0,0,0,.20) !important;
		color: rgba(0,0,0,.60) !important;
		cursor: not-allowed !important;
		pointer-events: none !important;
	}

		.bc-button[disabled] > i, .bc-theme .button[disabled] > i {
			color: rgba(0,0,0,.20) !important;
		}

	.bc-button[primary]:hover, .bc-theme .button[primary]:hover {
		background-color: #3F4A8D;
	}

	.bc-button[secondary]:hover, .bc-theme .button[secondary]:hover, .bc-theme-light .button[secondary]:hover {
		background-color: #EFF1FA;
	}

	.bc-button[tertiary]:hover, .bc-theme .button[tertiary]:hover {
		background-color: #E0E1E6;
	}

	.bc-button[ghost]:hover, .bc-theme .button[ghost]:hover {
		background-color: #ECEDF1;
	}

	.bc-button[danger]:hover, .bc-theme .button[danger]:hover {
		background-color: #D71509;
	}


	.bc-button[secondary]:focus:before, .bc-theme .button[secondary]:focus:before,
	.bc-theme-light .button[secondary]:focus:before {
		top: -3px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
	}

	.bc-button[small], .bc-theme .button[small],
	.bc-theme-light .button[small] {
		height: 28px;
		padding: 0 8px;
		font-size: 13px;
		min-width: 60px;
	}

	.bc-button[secondary small], .bc-theme .button[secondary small],
	.bc-theme-light .button[secondary small] {
		height: 26px;
		padding: 0 7px;
	}

	.bc-button > i, .bc-theme .button > i, .bc-theme-light .button > i {
		min-width: 19px;
		font-size: 18px;
		margin-right: 5px;
		transition: all 0.3s;
	}

		.bc-button > i[right], .bc-theme .button > i[right], .bc-theme-light .button > i[right] {
			margin: 0 0 0 5px;
		}

	.bc-button[small] > i, .bc-theme .button[small] > i, .bc-theme-light .button[small] > i {
		font-size: 16px;
		min-width: 16px;
	}

	.bc-button[icon],
	.bc-theme .button[icon],
	.bc-theme .button.bc-icon,
	.bc-theme-light .button[icon],
	.bc-theme-light .button.bc-icon,
	.bc-button.bc-icon {
		min-width: auto;
		width: 28px;
		height: 28px;
		padding: 0;
		margin: 2px;
		border-radius: 100%;
		background-color: #fff;
	}

		.bc-button[icon]:hover,
		.bc-button.bc-icon:hover,
		.bc-theme .button[icon]:hover,
		.bc-theme .button.bc-icon:hover,
		.bc-theme-light .button[icon]:hover,
		.bc-theme-light .button.bc-icon:hover {
			background-color: #ECEDF1;
		}

		.bc-button[icon]:focus:before,
		.bc-button.bc-icon:focus:before,
		.bc-theme .button[icon]:focus:before,
		.bc-theme .button.bc-icon:focus:before,
		.bc-theme-light .button[icon]:focus:before,
		.bc-theme-light .button.bc-icon:focus:before {
			border-radius: 100%;
		}

		.bc-button[icon] > i
		.bc-button.bc-icon > i,
		.bc-theme .button[icon] > i
		.bc-theme .button.bc-icon > i,
		.bc-theme-light .button[icon] > i
		.bc-theme-light .button.bc-icon > i {
			padding: 0;
			margin: 0;
			font-size: 14px !important;
			min-width: auto;
			font-family: 'Font Awesome 5 Pro' !important;
			margin-right: 0 !important;
		}

		.bc-button[icon].white,
		.bc-button.bc-icon.white,
		.bc-theme .button[icon].white,
		.bc-theme .button.bc-icon.white,
		.bc-theme-light .button[icon].white,
		.bc-theme-light .button.bc-icon.white {
			background-color: transparent;
			color: #fff;
		}

			.bc-button[icon].white:hover,
			.bc-button.bc-icon.white:hover,
			.bc-theme .button[icon].white:hover,
			.bc-theme .button.bc-icon.white:hover,
			.bc-theme-light .button[icon].white:hover,
			.bc-theme-light .button.bc-icon.white:hover {
				background-color: #ECEDF1 !important;
				color: #4D59A5;
			}
.login-form .bc-button {
	text-transform: none;
	border-radius: 4px;
	box-shadow: none !important;
	align-items: center;
	display: inline-flex;
	height: 36px;
	padding: 0 16px;
	flex: 0 0 auto;
	font-size: 14px;
	justify-content: center;
	margin: 6px 0;
	min-width: 80px;
	outline: 0;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
	border: none !important;
	border-width: 1px;
	background-color: #ddd;
	border-style: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.3s ease;
	background-color: #4D59A5;
	color: #fff;
	width: 100%;
}

.login-form .bc-button:hover,
.login-form .bc-button:focus {
	background-color: #424E92;
}

.bc-button.btn-microsoft {
	background-color: #007bb6;
	color: white;
}

.bc-button.btn-microsoft:hover {
	background-color: #00618E;
	color: #fff;
}

.copyright-login {
	font-size: 12px;
	color: #666;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1.7;
}
#divSvrMessage {
	padding-top:5px;
	color: #fff;
}

.errorbox {
	background-color: #dc3545; 
	color: #ffffff;
	border: 1px solid #b02a37;
	padding: 14px 18px;
	margin-top: 16px;
	border-radius: 6px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-left:10px;
	margin-right:10px;
}

.errorbox p {
	margin: 0;
}

.errorbox::before {
	content: "⚠️ ";
	font-size: 16px;
	margin-right: 4px;
}
