body {
		background-image: url('/images/pattern.jpg');
    /* background-size: contain; */
    background-repeat: repeat;
    height: auto;
    background-size: 190px;
}
div#notice a {
    color: #942fff;
}
table.formtable {
    margin-top: 20px !important;
    background-color: rgb(255, 255, 255);
    margin: 30px auto 20px;
    color: #525252;
    width: 90%;
    /* border: 1px #c5c5c5 groove; */
    max-width: 600px;
    border-radius: 4px;
    padding: 40px 30px;
    clear: both;
    text-align: left;
    box-shadow: 0px 1px 1px rgb(101, 101, 101);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: 13px;
    border: none;
}
form#loginform {
    margin-top: 50px;
}
table.formtable tbody {
    background: #f1f1f1;
    line-height: 1;
    text-align: center;
}	
table.formtable tbody td {
    padding: 15px 10px;
}
table.formtable input {
    padding: 10px;
    border-radius: 5px;
}  
table.formtable input[type="submit"] {
    display: block;
    width: 90%;
    max-width: 240px;

    font-weight: bold;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    border-radius: 3px;
    border: none;
    /* border-style: ridge; */
    background-color: #383838;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

#verify_email, #change_email {
    display: block;
    width: 90%;
    max-width: 160px;
    text-align: center;
    height: auto;
    margin: 10px auto;
    padding: 10px 7px;
    border-radius: 5px;
    background-color: #0394a9;
    text-decoration: none;
    font-size: .9em;
    color: #fff;
}
#verify_email:hover, #change_email:hover {
	opacity: .5; 
}
@media screen and (max-width: 800px){

#verify_email, #change_email, #verify_again {
    font-size: .6em;
    padding: 10px 7px;
}
}
@media screen and (max-width: 600px) {
	table.formtable input[type="submit"] {	
		font-size: 10px;
	}
	table.formtable {
		padding: 10px;
	}
}
table.formtable input[type="password"], table.formtable input[type="email"] {
	padding: 10px;
    border-radius: 5px;

    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
  }
div#notice.logintext {
    margin: 0 auto;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    padding: 20px 10px;
    background: #f3f3f3;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.56);
    margin-bottom: 10px;
    border: 25px solid white;
    letter-spacing: 1px;
}	
.btn {
    display: block;
    width: 90%;
    max-width: 100px;
    height: auto;
    margin: 10px auto;
    font-weight: bold;
    padding: 10px;
    border-radius: 4px;
    background-color: #383838;
    /* border: rgba(216, 216, 216, 0.65) 1px groove; */
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    display: inline-block;
}
#forgotpassword input[type="submit"] {
    display: block;
    width: 90%;
    max-width: 200px;
    height: auto;
    margin: 10px auto;
    font-weight: bold;
    padding: 10px;
    border-radius: 4px;
    background-color: #dc6565;
    border: rgba(216, 216, 216, 0.65) 1px groove;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    border: none;
}
#forgotpassword input[type="submit"]:hover {
	background: #d68888;
}
div#changeTextNotice {
    width: 90%;
    max-width: 600px;
    margin: 50px auto -30px;
    background: #359aab;
    border-radius: 3px;
    font-weight: bold;
    padding: 25px;
    letter-spacing: 1px;
    font-size: 14px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6313725490196078);
}
.registrationTitle {
    margin-top: 40px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #252525;
    max-width: 600px;
    margin: 40px auto -22px;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    z-index: 3;
    position: relative;
}