 .card-ioh {
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px #00000040;
    display: flex;
    margin-bottom: 9px;
    box-sizing: border-box;
}
.background-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    z-index: -3;
}
.password-icon {
	position: absolute;
	color: #A6A6A7;
	right: 6.333%;
	top:30%;
	font-size:14px;
}
.img-point{
    width: 100%;
    border-radius: 4px;
    display: block;

}
.galeri-photo {
    width: 100%;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    display: block;
    margin-bottom: 12px;
}
.overflow-hidden {
    overflow: hidden;
}
.news-thumbnail {
    width: 100%;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 1px 4px 0px #00000040;
    background: linear-gradient(0deg, #D9D9D9, #D9D9D9), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 5px;
}

.news-time{
    font-family: Indosat Medium;
    font-size: 12px;
    line-height: 14åpx;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
}

.news-title {
    font-family: Indosat Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 5px;
}

.small-btn {
    min-width: 55px;
    height: 28px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    font-family: Indosat Medium;
    padding: 4px 20px;
}
.primary {
    background: #21BCAC;
}

.secondary {
    background: #EE1C25;
    color: #fff;
}

.display-none {
    display: none;
}

.btn-ioh {
    font-family: Indosat Medium;
    font-weight: 500;
    height: 35px;
    border-radius: 83px;
    padding: 8px 36px;
}

.btn-ioh-primary {
    color: #fff;
    background: #21BCAC;
    border: none;
}

.btn-register {
    color: #000;
    background: #fff;
    border: #fff;
}

.btn-login {
    color: #fff;
    background: transparent;
    border: solid 2px #fff;
}

.btn-ioh-secondary {
    background-color: #fff;
    color: #21BCAC;
    border: solid 2px #21BCAC;
}

.btn-ioh-small {
    min-width: 105px;
}

.btn-ioh-primary:hover, .btn-ioh-primary:focus {
  text-decoration: none;
  outline: none;
  border: none;
  background: #459988;
}

.btn-ioh-secondary:focus, .btn-ioh-secondary:hover {
    text-decoration: none;
    outline: none;
    color: #459988;
    border: solid 2px #459988;
}

label {
    font-family: Indosat Medium;
    /* font-size: 12px; */
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #EC1C24;
}
.form-ioh {
    box-shadow: 0px 1px 4px 0px #00000040;

    height: 35px;
    border-radius: 39px;
    outline: none;
    border: none;

    width: 100%;
    background: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    
    font-family: Prompt;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}
.form-ioh:hover, .form-ioh:focus {
    outline: none;
    border: none;
}
.form-control-ioh {
    display: block;
    position: relative;
    margin-bottom: 12px;
}

.login-alert {
    font-family: Prompt;
    position: relative;
    padding: 0.75rem;
    border-radius: 0.25rem;
    display: flex;
    opacity: 0.9;
    font-size: 11px;
}

.alert-danger {
    color: #721c24;
      background-color: #f8d7da;
      border-color: #f5c6cb;
}
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-blue {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-yellow {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-message {
    width: 85%;
}

.alert-close {
    width: 15%;
    text-align: right;
}
