:root {
  --yellow: #d6ff01;
  --black: #242223;
}

body {
	padding-top: 0 !important;
	background-color:var(--yellow);
	background-image:url(../images/loginbgv2.png);
	background-position:bottom left;
	background-repeat: no-repeat;
}

form {
	height:auto;
}
.table {
	height: 100%;
	table-layout: auto;
}
.table1 {
    width: 100%;
	min-width: 300px;
    min-width: 420px;
    display: block;
    height: 100%; 
	position: absolute;
	z-index:10;
}
a {
    color: #000;
}

/* login start */
.login-logo {
    margin: 75px auto 75PX AUTO;
	display: block;
	width:260px;
}
.loginmsg {
    background: #FFF;
    /* border: 2px solid #000; */
    border-radius: 10px;
    padding: 20px !important;
    display: block;
    font-weight: 600;
    color: #666;
}
.loginerror {
    margin: 0 auto;
    padding: 20px;
    background: #000000;
    color: #ff0000 !important;
    text-align: center;
    padding: 10px !important;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: bold;
}
.loginerror a {
    color:#FFF;
    font-weight: 400;
}
.loginbox {
    width: 100%;
    margin: auto;
    border: none;
    border-radius: 3px;
    font-size: 20px;
    color: #444;
    box-sizing: border-box;
    padding: 0 80px;
    /* margin-top: 33%; */
    max-width: 540px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 85%;
}
.loginbox legend {
    text-align: center;
    background: #e2e2e2;
    padding: 5px 15px;
    font-weight: bold;
    color: #444;
    font-size: 16px;
}
.loginbox input {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 7px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid var(--black);
    width: 100%;
    box-sizing: border-box;
    border-radius: 100px;
    background: #FFF;
    color: #333;
    line-height: 44px;
	margin-top:20px;
}
.loginbox input::placeholder{
    color: #666;
}
.loginbox button {
	padding: 14px 25px;
	font-size: 14px;
	background-color:var(--black);
	border: none;
	color: #FFF;
	margin: 40px 0 0 auto;
	display: block;
	width: 100%;
	cursor: pointer;
	outline:none;
	border-radius:100px;
    transition:color .5s;
}
.loginbox button:hover {
    color: var(--yellow);
}
.loginbox label {
    display: block;
    margin-bottom:10px;
}
.loginbox > div {
    text-align: center;
    padding: 0 0 1em 0;
	font-size: 16px;
}
.loginbox > div.linkreg {
    text-transform: none;
    margin-top: 65px;
}
.loginbox > div.linkreg a{
	color: #222;
	font-weight: bold;
}
.footicons {
    display: block;
    margin: 0 auto;
    height: 30px;
    margin-top: 50px;
}
@media (max-width: 980px) {
	/*
	.login-logo-blanco {
		display:block;
		margin-bottom:50px;
		max-width:100%;
		margin-top:30px;
	}
	.login-logo {
		display:none;
	}
	*/
	.loginbox {
		margin-bottom: 100px;
		padding: 0px 10%;
		max-width:440px;
	}
	.table1 {
		width:100%;
		position: fixed;
		overflow: auto;
		min-width:0;
        /*background: rgba(0,0,0,.5) !important;*/

	}
	.loginbox > div.linkreg {
		margin-top: 25px;
	}
	body {
        background-size: 60% auto;
	}
	
}

form {
	height:auto !important;
}