* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../lib/img/1033.jpg);
}


.container {
  display: flex;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 15px rgba(10, 49, 221, 0.1);
  background-position: center;
  padding:20px;
  max-width: 750px;
  margin-left: 20px;
  margin-right: 20px;
}

.login {
  width: 100%;
  height:15%;
}


h1 {
  font-size: 30px;
  text-align: center;
  color: #008cff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px;
}

hr {
  border-top: 5px solid #0189f8;
  width: 100%;
}

p {
  text-align: center;
  font-weight: bolder;
  font-size: 35px;
  margin: 10px;
}


form{
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
}

input {
  width: 100%;
  margin: 2px;
  border: none;
  outline: none;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid gray;
}

button {
  border: none;
  outline: none;
  padding: 8px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
  background: #008cff;
}

button:hover {
  background: rgb(17, 59, 248);
}

form {
  width: 300px;
  margin: 20px auto;
}

.right{
display:none;
}


@media (min-width: 880px) {
  .login {
    display: flex;
    flex-direction: column;
    flex:1;
    width: 40%;
    height:15%;
  }
  .judul > img{
    width: 100%;
    height: 100%;
    display: none;
  }
  .right{
    display:flex;
    flex:1;
    width: 100%;
    height: 100%;
    }
    img {
      width: 100%;
      height: 100%;
      padding:10px;
    }
    .container {
      width: 100%;
      display: flex;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 10px 15px rgba(10, 49, 221, 0.1);
      background-position: center;
      padding:20px;
    }    
}


/* .form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} */
