html {background: #0c0b11 url("/html/soulslot/images/bg.png?11") no-repeat center top;}	
a{text-decoration: none;}
body {overflow: auto; margin: 0; padding: 0;}
.join-form {margin: 0 auto;  overflow:hidden; font-size:12px; width:700px;  }
.join-form td {color: #fff; }
.join-form td {padding: 5px 12px; }
.join-form span { display: block; margin-top: 8px; margin-left: 125px; }
.text01 { text-align:center; background:rgba(30,30,30,0.3); color:#fff !important;  font-weight:bold;  text-align: right; padding-left: 10px;}
input[type='text'], input[type='password'], select {  border:none;     color: #fff;  font-size: 12px; padding: 2px 5px; line-height: 35px; height: 35px; transition: 0.2s; vertical-align: middle; border-radius: 0px;border: solid 1px #444;   background: #000; border-radius: 5px;  }
select { height: 35px; line-height: 35px; }
input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus { outline: none; color: #fff;   border: 1px solid #da78ff;  }
.container {   
  position:relative;
  border: 1px solid #21243a;
  width: 700px;
	margin:0 auto;
  overflow: visible;
  background: #21243a;
  padding: 20px;
	border-radius: 10px;
	
}
.btn-join {background-color: #30790f; color: #fff; border-radius: 4px; border: none; width: 100px; height: 40px; line-height: 40px; box-sizing: border-box; font-size:12px; font-weight: bold; text-decoration: none; cursor: pointer; transition: 0.2s;}
.btn-cancle { background-color: #a10101; color: #fff;border-radius: 4px; border: none; width: 100px; height: 40px; line-height: 40px; box-sizing: border-box; font-size:12px; font-weight: bold; text-decoration: none;cursor: pointer; transition: 0.2s;}	
		.btn-join:hover, .btn-cancle:hover{ opacity: 0.6;}		
		label { display: inline-block; text-align: right; width: 110px; padding-right: 10px; font-size: 14px; font-weight: bold;}
		label .fa { color:#da78ff; margin-left: 5px; margin-bottom: 5px; font-size:10px; }
		
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  
  }
  100% {
    opacity: 1;
 
  }
}		
	

		.btn-zone{text-align: center; padding-top: 20px; margin-top: 20px; border-top: solid 1px #444; }	
 .video-bg {width:100%; height:100%; position:absolute; left:0; top:0; background:url(/html/soulslot/images/bg-video.png?33131); overflow:hidden; }
	

.btn-zone a, .btn-zone button {
 
  border: none;
  color: white;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
	width: 150px;
  font-size: 13px;
	font-weight: bold;
	color: #fff;
	height: 48px;
	line-height: 48px;
box-sizing: border-box;
    vertical-align: middle;


  

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

    color: #fff;
}

		.btn-zone a:hover, .btn-zone button:hover  {  filter: brightness(1.2)}
		
.video_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}	
.umMovie {
    visibility: visible;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
	margin-top: -50px;
}
.video_filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/html/soulslot/images/patten_login_bg.png?2") repeat;
}
 .border {
    background: #4c4524;
}
        .fill {background: #0f0f0f;}
        .btn_signup { width: 300px; height: 50px; line-height: 50px;}	
        
        
  .login-btn, .join-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    background: #a935d8;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
	  
    border: 1px solid #000;
	  
	  vertical-align: middle;
}
.login-btn {
	    background: #a935d8;
  
}
	.join-btn {        background: #f0ab05;
    color: #000; color: #000 !important;}      
	.login-btn:hover{filter: brightness(1.3)}
	.join-btn:hover{filter: brightness(1.3)}

@media (max-width: 767px) {
	.container {
		width:100% !important;
		max-width:100% !important;
    border: 1px solid #21243a;
    background: #21243a;
    padding:4px;
    border-radius: 0px;
	}
  
	.join-form {width:100%}
}