main{
	background: #1E1E1E;	
	min-height: 100vh;
}
#content{
    width: 45%;
    margin: auto;
    padding-top: 4%;
    display: flex;
    flex-wrap: wrap;
}
#content h1{
	color: white;
	font-size: 2rem;
	margin-bottom: 25px;
}

#content .swpm-registration-widget-form{
	max-width: 100%;
    padding: 25px;
    background-color: #272635;
    width: 100%;
    order: 2;
}
#content #swpm-registration-form{

}
#content #swpm-registration-form .swpm_registration_div{
	position: relative;
    margin-bottom: 25px;
}
#content #swpm-registration-form .swpm_registration_div label{	
    position: absolute;
    top: -15px;
    left: 15px;
    background: #272635;
    color: #A6A6A8;
    z-index: 2;
    padding: 5px;
    font-size: 0.8rem;

}
#content #swpm-registration-form .swpm_registration_div input{
	padding: 10px;
    background: transparent;
    border: 1px solid #A6A6A8;
    color: white;
    width: 100%;
}
#content #swpm-registration-form .swpm_registration_div select{
	padding: 10px;
    background: transparent;
    border: 1px solid #A6A6A8;
    color: white;
    width: 100%;
}
#content #swpm-registration-form .swpm_registration_div select option{
	color: #272635;
}
#content #accept_p{
	color: white;
    font-size: 0.8rem;
}
#content #accept_p a{
	color: #23C39D;
}
#content .swpm-registration-submit-section input{
	background: #23C49D;
    border-radius: 25px!important;
    width: 100%!important;
    color: #272635;
    font-size: 1rem;
    font-weight: 600!important;
    border: none;
    padding: 10px;
    margin-top: 25px;
    border:1px solid #272635;
}
#content .swpm-registration-submit-section input:hover{
	background: #272635;
	color: #23C49D;
	border:1px solid #23C49D;
}

/*register*/
#content-footer{
    width: 100%;
    background: #541388;
    color: #CECECE;
    padding: 4% 0;
    min-height: 200px;
    display: flex;
    align-items: center;
    order:3;
}
#content-footer .footer-login{
    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;
}
#content-footer button a{
    text-decoration: none;
    color: white;
}
#content-footer button:hover a{
    color: #272635;
}



/*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: 1024px){
	#content {
	    width: 80%;
	}
}
@media screen and (max-width: 782px){
	#content {
	    width: 95%;
	}
}

