
.card-login {
	font-family: "roboto";
	border: 1px solid #f4f4f4;
	width: 40%;
	padding: 50px;
	margin-right: 30%; 
	margin-left: 30%; 
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	left: 20%;
}

.card-login input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #009688;
	margin-bottom: 20px;
	font-size: 18px;
}

.card-login input:focus {
	border: none;
	border-radius: 0;
	border-bottom: 1px #009688;
}

.card-login .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.card-login .form-control:focus {
  border: none;
  color: #495057;
  background-color: #FFF;
  border-color: #009688;
  outline: 3px;
  -webkit-box-shadow: 0 2px 0px 0 rgba(39, 174, 96,1.0);
          box-shadow: 0 2px 0px 0 rgba(39, 174, 96,1.0);
}

.siaga-login img{
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 50px;
	width: 200px;
}

.card-content {
  font-family: "roboto";
  border: 1px solid #f4f4f4;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.header{
  background: url("../img/landing/bgheader.png") no-repeat top;
  background-size: 100%;
  padding: 30px;
}

.header .container{
  margin-top: 7%;
}

.navbar-custom{
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  width: 200px;
}

.navbar-brand img:hover {
  opacity: 0.6;
}

.navbar-nav li a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #12652E;
  font-weight: bold;
}
#magic-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  /* background: #f1c40f; */
  background: #C1FEE0;
  /* opacity: 0.5; */
}

li #magic-line {
  position: absolute;
  left: 0;
}

.logo {
  text-align: center;
}

.logo img {
  width: 25%;
}

.content {
  padding: 30px;
  margin-top: 80px;
  margin-bottom: 150px;
}
.siaga {
  text-align: right;
}

.siaga img {
  width: 70%;
}

.k-siaga {
  font-family:PT Sans;
  color: #339abb;
  font-size: 21px;
}

.body {
  background: rgba(18, 101, 46, 1);
  /* padding-right: 10px; */
  overflow-x: hidden;
}
.body .menu{
  padding: 30px;
}

.sub:hover {
  opacity: 0.7;
}

.menu a {
  outline: none;
  text-decoration: none;
  color: yellow;
}

.statistik-title{
  font-weight: bold;
  font-size: 50px;
  color: #12652E;
  text-align: center;
  margin: 10% 0 10% 0;
}
.card-header{
  background: #ECECEC;
  border: 0;
}
.card-header h5{
  font-weight: 700;
  font-size: 20px;
  color: #12652E;
}

#option{
  ;
}

.footer{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  /* margin-top: 20px; */
  color: #fff;
}
.form-signin ::placeholder {
  color: #12652E;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.form-signin input {
  color: #12652E !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
}

[class^='select2'] {
  border:0px !important;
  outline:0px !important;
}

[class^='select2'] .select2-selection__rendered {
  color: #12652E !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

.form-signin .btn-cari{
  background: rgba(18, 101, 46, 1);
  border-radius: 0px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
}

.card-login ::placeholder {
  color: #12652E;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.card-login input {
  color: #12652E !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.card-login .btn-login{
  background: rgba(18, 101, 46, 1);
  border-radius: 0px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
}

.card-login .btn-link {
  color: #12652E !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.footer hr {
  background-color: #fff;
}

.footer a{
  color: #fff;
}

.f-left a{
  color: #fff;
}

.sosmed {
  text-align: right;
  font-size: 25px;
  margin-top: 120px;
}

.sosmed a:hover {
  opacity: 0.6;
}

.copyright{
  font-family: 'roboto';
  background-color: #000;
  color: #fff;
  padding: 10px;
}

@media (max-width: 768px) {

  .logo img {
    width: 80px;
  }

  .siaga img{
    width: 150px;
  }

  .siaga-login img{
    width: 150px;
    margin-left: 25%;
  }

  .card-login {
  margin-right: 0; 
  margin-left: 0;
  width: 100%;
}

  .k-siaga {
    font-size: 8px;
  }

  .sosmed {
    margin-top: 30px;
    text-align: center;
  }

  .navbar-nav .nav-link {
    padding-left: 5px;
  }

  .navbar-nav li a:hover {
    border-left: 5px solid #f1c40f;
    transition: 0.5s;
  }

  #magic-line {
    display: none;
  }

}