
.maincontainer{ 
	 
	
}
body {
  overflow: hidden; /* Hide scrollbars */
	background: #000000;
font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif; 
}

.corporateLogo{
	background-image: url("/assets/images/logowhite.png");
    background-size: cover;
	width:213px;
	height:120px;
	position:relative;
}

.logocontainer {
    padding-top: 5vmin;
	padding-left: 5vmin;
}
 

.logincontainer{
	margin:auto;
}

.oldLoginCOntainer {
	position: absolute;
	left: 40vmin;
	top: 30vmin;
	height: 60vmin;
	width: 60vmin;
	opacity:70%;
	border-radius: 50%;
	padding-top: 20vmin;
	padding-left: 10vmin;
	padding-right: 10vmin;
}

.portalHeader{
	text-align: center;
    color: white;
    font-style: italic;
    font-size: 70px;
	text-transform: uppercase;
}

form {
    max-width: 330px;
    margin: auto;
}
.loginInput {
	opacity:100%; 
    color: white;
	border: 0;
	border-bottom: 2px solid white;
	width: 100%;
	background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
	display:block;
}
.loginInput::placeholder {
    color: white;
    font-style: italic;
    font-size: 70;
	text-transform: uppercase;
    font-weight: bold;
}
.loginInput:focus{
	outline: none;
}

.loginButton {
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 6px; 
	opacity:100%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
    display: block;
    background: #000000;
	color:white;
    border: 1px solid white;
    border-radius: 5px;
    height: 35px;
    font-style: italic;  
}
.loginButtondefault {
    background: white; 
	color: #000000;
}

.supportlabel{ 
	color:white; 
margin-top: 50px;
}

.alert
{
	color:white;
}

.footer
{
position:absolute;
bottom:0px;
    width: 100%;
    background-image: url('/assets/images/AGSEline.png');
    margin-left: -10px;
    margin-bottom: 50px; 
    z-index: -100;
}

/*.footer-text
{display: flex;
align-items:center;
	color: #EA0000; 
    background: #000000;
    height: 100%;
    position: absolute;
    right: 191px;
padding-left:20px;
padding-right:20px;
	text-transform: uppercase;
    font-style: italic; 
}

.footer-right
{
    float: right;
    background: #000000;
    padding-right: 40px;
}*/