*,
html {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}


body{
    background-color: #01386A;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 200vh;
    
}

.logo img {
    height: auto;
    width:100;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: 0px;
    margin-left: 40px;
  }
  
  .logo {
    align-items: center;
    margin-right: 50px;
    position: fixed;
    background-color: #fff;
    width: 100%;
    box-shadow: .5px .5px 10px;
    top:0;
    z-index: 100;
    height: 100px;
  
  }
.container {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
  align-items: center;
  /* min-height: 100vh; */
  margin:auto;
  margin-top: 150px;
  height: 450px;
  }

.container{
    background-color: #fff;
    text-align: center;
    margin: auto;
    justify-content: center;
    margin-top: 150px;
    
}
.logo_1{
    width: 160px;
    height: 160px;
}

.masuk_akun{
    margin-top: 0;
    margin-bottom: 30px;
}

.email{
    border-left: 100px;
    border-radius: 100px;
}

.lebel{
    margin-bottom: 5px;
}

.input-group {
    margin-bottom: 20px;
  }
  
  .input-group label {
    display: block;
    margin-bottom: 5px;
  }
  
  .input-group input {
    width: 250px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .input-group small {
    color: #888;
  }
  

.button{
    margin-top: 10px;
    width: 70px;
    padding: 10px;
    background-color: #01386A;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight:bold;
    align-items: center;
}