body,
html {
    background-color: #000;
    background: #000 url("bg0.jpg")no-repeat top right;
    height: 100%;
    margin: 0;
}
body,
input {
    font-family: montserrat;
    outline: none;
}
.bg {
    background-image: url("bg0.jpg");
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.loginfrm {
    z-index: 1;
    width: 500px;
    height: 100%;
    position: absolute;
    padding: 0;
    right: 0;
}
.logo {
    width: 389px;
    height: 189px;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 1;
    margin-left: -194.5px;
}
.lgnfrm {
    position: relative;
    top: 0px;
    text-align: center;
    height: 47px;
    width: 90%;
    border-radius: 50px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #735733;
    margin: 0 auto;
}
.lgncntr span {
    position: absolute;
    top: 0px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 11px;
    color: #ffffff;
    font-family: montserrat;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: none;
}
.lgncntr {
    position: absolute;
    top: 210px;
    right: 50%;
    width: 389px;
    height: 284px;
    margin-right: -194.5px;
}

.logintxt {background: transparent;letter-spacing: 4px;font-size: 15px;color: gold;border: 0;text-align: center;width: 50%;float: left;height: 29px;position: absolute;top: 7px;left: 0;border-right: 1px solid #735733;z-index: 99;}
.logintxt:focus{/* font-weight: 900; */}
.login {
    top: 57px;
}
.passw {
    border-bottom: 0;
    right: 0;
    left: unset;
    border: 0;
}
.btn {
    position: relative;
    top: 2px;
    width: 93%;
    height: 44px;
    font-size: 14px;
    background: linear-gradient(to bottom, rgba(3,118,5,1) 0%, rgba(1,53,1,1) 100%);
    border: 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 2px;
    cursor: pointer;
    border-top: 1px solid #2ec342;
    border-bottom: 1px solid rgb(0 53 1);
    transition: .4s;
    text-shadow: 0 1px 1px #000;
	
}
.lgbtn{
    position: absolute;
    top: 65px;
    width: 200px;
    height: 50px;
    left: 50%;
    margin-left: -100px;
    border-radius: 100px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #735733;
}
.btn:hover {background: linear-gradient(to bottom, rgb(0 35 0) 0%, rgb(3 85 4) 100%);border-bottom: 1px solid #1c8f2c;border-top: 1px solid rgb(0 53 1);line-height: 47px;/* transition: .3s; */color: gold;}
.error {
    position: relative;
    top: 104px;
    font-weight: 700;
    width: 100%;
    color: red;
    font-size: 12px;
}
.error span {
    font-size: 14px;
    color: red;
    position: unset;
    letter-spacing: unset;
    font-family: montserrat;
}
input::-webkit-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc;
	 opacity: .5
}
input:focus::-webkit-input-placeholder {
    opacity: .5
}
input:-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc
}
input:focus:-moz-placeholder {
    opacity: .5
}
input::-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc
}
input:focus::-moz-placeholder {
    opacity: .5
}
input:-ms-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc
}
input:focus:-ms-input-placeholder {
    opacity: .5
}
.errortxt {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    top: 140px;
}

.errortxt span{font-size: 12px;letter-spacing: 0;display: block;text-shadow: 0 3px 3px black;}
#lblShowMessage{color:#ff6e6e}
#lblShowComments{color:silver}
#lblInfoPrincipal{color:gold}
@media only screen and (min-width: 1921px) {
	body {
		
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;	
		background-size: cover;
	}

}

@media only screen and (max-width: 1023px) {
	.loginfrm{
		width: 100%;
	}
	.logo{top: 30%;margin-top: -73.5px;}
	.lgncntr{top: 56%;margin-top: -144px;}
	.lgnfrm{
    top: 50px;
}
}