@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI Light');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI Semilight');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI Semibold');
  font-weight: 600;
  font-style: normal;
}
* {
    border: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    background-color: transparent;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* ------------- login form v2 ------------- */
::-moz-placeholder{
    color: #b4b4b4; /* Code for Firefox */
}
::-webkit-input-placeholder{
    color: #b4b4b4; /* Chrome, Edge, Safari and Opera */
}
:-ms-input-placeholder{
    color: #b4b4b4; /* Internet Explorer 10-11 */
}
::placeholder {
    color: #b4b4b4;
}
.erp-login-form {
    margin:auto;
	/*position:relative;*/
    padding: 50px;
}
#over img {
	margin-left: auto;
	margin-right: auto;
    display: block;
    margin-bottom: 50px;
    width: 60%;
    max-width: 30vw;
}
.outer {
    display: table;
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-image: url("../images/bg_login.png");
    background-size: cover;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    background-color: #FFFFFF;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    width: 456px;
    min-height: 495px;
}

/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
    flex-direction: row;
}
.fs1 {
    font-size: 20px;
    color: #1b75bc;
    width: 40px;
    margin: 5px 0;
}
/* Style the form icons */
.icon {
    width: 50px;
    height: 1.6em;
    margin: 11px 0 0;
}

/* Style the input fields */
.input-field {
    font-size: 14px;
    padding: 8px 0;
    color: #707070;
    width: 100%;
    outline: none;
    border-bottom: 1px #707070 solid;
    flex: 1;
    background-color: transparent;
    /* height: 2.5em;
    margin: 10px 0; */
}

.input-field:focus {
    border-bottom: 2px solid #0063BE;
}

/* Set a style for the submit button */
.erp-btn {
    background-image: linear-gradient(90deg, #2DADE2, #297ABD);
    text-align: center;
    color: white;
    padding: 14px;
    vertical-align: middle;
    display: inline-block;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    bottom: 0;
}
.btnlg {
    font-size: 16px;
    /* font-weight: 500; */
}

.btn:hover {
    opacity: 1;
}
.button-bawah {
    margin-bottom:20px;
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.button-bawah > button {
    color: #fff;
}
.icon-username {
    background-image: url("../images/SVG/icon_username.svg");
    background-repeat: no-repeat;
}
.icon-password {
    background-image: url("../images/SVG/icon_password.svg");
    background-repeat: no-repeat;
}

.icon-repository {
    background-image: url("../images/SVG/icon_repository.svg");
    background-repeat: no-repeat;
}

/* ---------- content page title -------------------------------*/
.title .page-title-top {
    padding: 8px;
    margin: 2px;
}

span.page-title-top {
    margin: 2px;
    padding: 8px;
    display: inline-block;
    vertical-align: sub;
    font-weight: 600;
}