
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
    
}
@media only screen and (min-width: 800px) {
    body, html {
        overflow-y: hidden;
    }
}
/*---------------------------------------------*/
a {

	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #333333;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #666666;}
input:-moz-placeholder { color: #666666;}
input::-moz-placeholder { color: #666666;}
input:-ms-input-placeholder { color: #666666;}

textarea::-webkit-input-placeholder { color: #666666;}
textarea:-moz-placeholder { color: #666666;}
textarea::-moz-placeholder { color: #666666;}
textarea:-ms-input-placeholder { color: #666666;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
  text-decoration: none;
}

.txt2 {

  font-size: 10px;
  line-height: 1.4;
  color: #d60000;
}
.logo{
	width:80px;
}
.txt3 {
    position: static;
    margin-top: 20px;
    margin-left: 20px;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #4c4c4c;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}

/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
  background-color:#FAFAFA;
  
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #E3ECF7;
  border-radius:10px;
}

.wrap-login100 {
  width: 100%;
  background: #273F51;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius:15px;
  box-shadow:0 0 15px 0 #C9C8C8;
}

/*==================================================================
[ login more ]*/
.login100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  border-top-left-radius:15px;
  border-bottom-left-radius:15px;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 303px 65px 40px 65px;
  margin-top: 20px;
  border-color: #C9C8C8;
  /*box-shadow: 0 0 8px 0 #C9C8C8;
  border-radius: 10px;*/
}

.login100-form-title {
  font-size: 20px;
  color: #4CAF50;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  font-family: arial;
  
  width: 100%;
  display: block;
  margin-top: -160px;
}
.login100-form-title1 {
  font-size: 20px;
  color: #4CAF50;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  font-family: arial;
  
  width: 100%;
  display: block;
  margin-top: -50px;
}
.login100-form-subtitle {
  font-size: 12px;
  color: #adadad;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
      font-family: sans-serif;
  width: 100%;
  display: block;
  margin-top: -100px;
}
.login100-form-alert {
  font-size: 12px;
  color: #303030;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: left;
  font-family: sans-serif;
  width: 100%;
  padding: 25px;
  display: block;
  margin-top: -50px;
  border: 3px solid #f96666;
    border-bottom: none;
    border-right: none;
    border-top: none;
  
}
.login101-form-alert {
  font-size: 12px;
  color: #fffff;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: left;
  font-family: sans-serif;
  width: 100%;
  padding: 25px;
  display: block;
  margin-top: -50px;
  border: 3px solid #ffffff;
    border-bottom: none;
    border-right: none;
    border-top: none;
  
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  /*border: 1px solid #d1d1d1;*/
  border-radius: 20px;
}
.wrap-input109 {
  width: 100%;
  position: relative;
  /*border: 1px solid #d1d1d1;*/
  border-radius: 20px;
}
.wrap-input101 {
  width: 100%;
  position: relative;
  /*border: 1px solid #d1d1d1;*/
  border-left:none;
  border-right:none;
  border-top:none;
  border-radius:20px;
}
.rs1-wrap-input100 {
    width: 40%;
    margin-right: 5px;
    margin-left: 5px;
    border-left: none;
    border-right: none;
    border-top: none;
	background-color: #f8f8ff;
	border:1px solid #d3d3d3;
}
.rs1-wrap-input109 {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    border-left: none;
    border-right: none;
    border-top: none;
	background-color: #f8f8ff;
	border:1px solid #d3d3d3;
}
.rs1-wrap-input101 {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    border-left: none;
    border-right: none;
    border-top: none;
	background-color: #f8f8ff;
	border:1px solid #d3d3d3;
}
.rs2-wrap-input100 {
    width: 55%;
    margin-left: 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: #f8f8ff;
    border:1px solid #d3d3d3;
}

.icon{
	margin-left:10px;
	width:15px;
}	
.iconkanan{
	padding-left:30px;
	margin-right:30px;
}
.input100 {
  position: relative;
  padding-left:5px;
  background: transparent;
  font-size: 14px;
  color: #666666;
  line-height: 1.2;
  width: 85%;
  
 }

input.input100 {
  height: 35px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  /*border: 1px solid #00ad5f;*/
  border-radius:20px;
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 98%;
 display: -webkit-box;
 display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display:inline-block;
  overflow: auto;
  white-space: nowrap;
  
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 98%;
  height: 40px;
  border-radius: 20px;
  background-color: #0084B7;
  float: right;
  font-family: sans-serif;
  clear: both;
  box-shadow: 5px 5px 10px 5px #888888


  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #1E92BF;
  /*background: #FE7214;*/
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .login100-more {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }

  .login100-more {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



