.auth-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
}


.auth-wrapper .auth-content {
    position: relative;
    padding: 15px;
    z-index: 5;
}

.auth-wrapper .auth-content:not(.container) {
    width: 90%;
}

.auth-wrapper .auth-content:not(.container) .card-body {
    padding: 40px 35px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
    height: 600px;
    width: fit-content;
}

.header {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #3f3f3f;
    position: absolute;
    bottom: 10px;
    align-self: center;
}

.icon-box {
    width: 350px;
    display: inline;
    float: left;
    border-style: solid;
    border-bottom: 5px solid #44B200;
    border-top: 20px solid #44B200;
    border-left: 1px solid #44B200;
    border-right: 1px solid #44B200;
    border-radius: 1rem;
    height: 390px;
    margin: 0px 10px 0px 10px;
}

.icon-mid {
    width: 350px;
    display: inline;
    float: left;
    height: 390px;
    margin: 0px 11px 0px 11px;
    border-left: 1px;
    border-right: 1px;
}

.icon-hadir {
    width: 350px;
    display: inline;
    float: left;
    border-style: solid;
    border-bottom: 5px solid blue;
    border-top: 20px solid blue;
    border-left: 1px solid blue;
    border-right: 1px solid blue;
    border-radius: 1rem;
    height: 390px;
    margin: 0px 10px 0px 10px;
}


.kop {
    height: 40px;
    background-color: #44B200;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: larger;
}

.kophadir {
    height: 40px;
    background-color: blue;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: larger;
}

input[type=text],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.kop2 {
    border-style: solid;
    border-bottom: 3px solid #44B200;
    border-top: 3px solid #44B200;
    border-left: 1px solid #44B200;
    border-right: 1px solid #44B200;
    border-radius: 4px;
    height: 55px;
    margin-bottom: 5px;
}

.absen {
    border-radius: 5px;
    height: 65px;
    color: #fff;
    margin-bottom: 10px;
}

.masuk {
    display: inline;
    float: left;
    background-color: #32874D;
    border-radius: 5px;
    height: 100px;
    width: 48%;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
}

.pulang {
    display: inline;
    float: right;
    background-color: #F04045;
    border-radius: 5px;
    height: 100px;
    width: 48%;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
}

.text {
    color: #3f3f3f;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: larger;
    padding-top: 17px;
}

.textabsen {
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: larger;
    padding-top: 22px;
}

.textsub {
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: larger;
    padding-top: 30px;
}

.table {
    width: 100%;
    color: #3f3f3f;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11pt;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.tableabsen {
    width: 100%;
    color: #3f3f3f;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
}

.abter {
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.foto {
    width: 150px;
    height: 200px;
    object-fit: cover;
    border: 1px solid black;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 10px;
}

.fotoabsen {
    width: 50px;
    height: 60px;
    object-fit: cover;
    border: 1px solid black;
    background-color: #ffffff;
    margin-bottom: 5px;
    border-radius: 5px;
}