main{
	background: #1E1E1E;
    padding-top: 4%;
	min-height: 100vh;
}
#content{
	background-color: #541388;
    width: 45%;
    margin: auto;
    overflow: hidden;
    position: relative;
}
#content #welcome{
	width: 90%;
    margin: 20px auto 0 auto;
    color: white;
    font-size: 1.1rem;
}
#content figure{
	width: 90%;
    margin: 24px auto;
}
#content #transparent-logo{
	position: absolute;
    margin: 0;
    left: -10%;
    top: -10%;
    opacity: 0.05;
}
#content #transparent-logo img{
	width: 80%;
    max-width: 500px;
}
#content .swpm-login-form-inner, #content #swpm-login-form{
	display: flex;
	flex-wrap: wrap;
}
#content .wp-block-preformatted{
    margin-bottom: 0;
}

/*FORM*/
/*usuario/email*/
#swpm-login-form .swpm-input-login{
	width: 100%;
	display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
#swpm-login-form .swpm-input-login input{
	width: 90%;
	margin: auto;
	background: transparent;
    border-bottom: 1px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    color: white;
    padding: 5px 0;
}

/*swpm-check-field*/
#swpm-login-form .swpm-check-field{
	width: 90%;
    display: flex;
    margin: auto;
}
#swpm-login-form .swpm-check-div{
	display: flex;
	color: white;
}
#swpm-login-form .swpm-password-input-visibility{
	margin-right: 25px;
}
#swpm-login-form .swpm-login{
	width: 90%;
	margin: auto;
	display: flex;
    margin-top: 25px;
}
#swpm-login-form .swpm-login-submit{
	width: 30%;
    height: 50px;
    display: flex;
}
#swpm-login-form .swpm-login-submit input{
	width: 100%;
    padding: 12px 16px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    box-shadow: 0px 4px 18px 1px rgb(0 0 0 / 30%);
}
#swpm-login-form .swpm-forgot-pass-link{
	display: flex;
    align-items: center;
    margin-left: 25px;
}
#swpm-login-form .swpm-forgot-pass-link a{
	color: white;
}
/*register*/
#content-footer{
	width: 100%;
    background: #272635;
    color: #CECECE;
    padding: 4% 0;
    min-height: 300px;
    display: flex;
    align-items: center;
}
#content-footer .footer-register{
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
#content-footer .swpm-footer{
    width: 100%;
    line-height: 2.5;
}
#content-footer button{
    width: 150px;
    border-radius: 25px;
}


/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: white !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 50000s ease-in-out 0s;
}

/*RESPONSIVE*/
@media screen and (max-width: 1366px){
    #content{
        width: 65%;
    }
}
@media screen and (max-width: 767px){
    #content{
        width: 90%;
    }
}
@media screen and (max-width: 512px){
    #content #transparent-logo{
        top: -5%;
    }
    #content #transparent-logo img{
        width: 100%;
    }
}
