@import url(../assets/css/membernew.css);

body {
  /* The image used */
/*  background-image: url(../img/layout/bg-body.jpg);*/

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container{
	width: 600px;
	min-height: 36vw;
}
.content{
	margin-top:165px;
	margin-bottom: 40px;
	min-height: 655px;
}
.available {
  display: none;
}
.valid + .available {
  display: block;
}
.form-group{
  position: relative;
}
.available {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 12px;
    color: #4CAF50;
    font-weight: 700;
}
.form-group .error {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 12px;
    color: red;
    font-weight: 700;
    background-color: #fff;
    z-index: 5;
}
.form-control.error {
    position: relative;
    right: 0;
    top: 0;
    font-weight: normal;
    font-size: 14px;
}
.jk-label{
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 100px;
    margin-left: 20px;
}
.jk{
	margin-right: 10px;
}
.mar-bot0 {
    margin-bottom: 0;
}
.signup-form-submit, .signup-form-submit:hover, .signup-form-submit:visited {
  background: #00acef !important; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#00acef, #008fef) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#00acef, #008fef) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#00acef, #008fef) !important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(#00acef, #008fef) !important; /* Standard syntax */
  border-radius: 5px !important;
  border: 1px solid #00acef !important;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.content-member{
	padding: 10px;
	margin-top:150px;
	margin-bottom: 100px;
	background-color: #fff;
	border-bottom: 10px solid #00adef;
}
#login-form{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
}
.note{
	color: #218df2;
/*	top: 30px;*/
    position: relative;
}
.login-form-submit, .login-form-submit:hover, .login-form-submit:visited {
  background: #00acef !important; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#00acef, #008fef) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#00acef, #008fef) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#00acef, #008fef) !important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(#00acef, #008fef) !important; /* Standard syntax */
  border-radius: 5px !important;
  border: 1px solid #00acef !important;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.btnyellow, .btnyellow:hover, .btnyellow:visited {
  background: #f79515 !important; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#f79515, #eb8a0c) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f79515, #eb8a0c) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f79515, #eb8a0c) !important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f79515, #eb8a0c) !important; /* Standard syntax */
  border-radius: 5px !important;
  border: 1px solid #f79515 !important;
  width: 49%;
  height: 40px;
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 1%;
  padding-top: 8px;
}
.btnlightgreen, .btnlightgreen:hover, .btnlightgreen:visited {
  background: #01b168 !important; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#01b168, #09a364) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#01b168, #09a364) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#01b168, #09a364) !important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(#01b168, #09a364) !important; /* Standard syntax */
  border-radius: 5px !important;
  border: 1px solid #01b168 !important;
  width: 50%;
  height: 40px;
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 8px;
}
.profile-btn{
  margin-top:40px;
  margin-left:40px;
}
.title-member{
  padding-top: 20px;
  padding-bottom: 10px;
}
.border-member{
  border-top: 1px solid rgb(0, 158, 239);
}
#verifikasi-form{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media(max-width: 600px){
	.container{
		width: 100%;
		min-height:410px; 
	}
	.content{
		margin-top: 100px;
	}
	.jk-label{
		margin-right: 10px;
	}
	.jk{
		margin-left: 5px;
	}
	.content-member{
		margin-top: 150px;
	}
	.btnyellow, .btnlightgreen{
		font-size: 12px;
	}
  .profile-btn{
    margin-top:40px;
    margin-left:0px;
  }
  .profile-btn a{
    width: 100%;
    margin: 5px;
  }
}