/* ======================================================= */
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .box_body { width:800px; }
    
    /* Style Login */
    #body_login { width:500px; }
    #login_icon { width:35px; }
    #login_icon_label { font-size:20px; }
    .login_box { width:400px; }
    .login_header { padding-top:10px; padding-bottom:10px; }
    .login_body { padding-top:25px; padding-bottom:15px; }
    #login_label { font-size:16px; }
    #login_titikdua { font-size:16px; }
    .input-icons { font-size:16px; padding: 8px 10px 8px 45px; background-size: 25px 25px; background-position: left 8px top 6px; }
    #garis_bawah { margin-top:30px; }
    #btn_login { font-size:20px; }
    #btn_perbaharui { font-size:20px; }
    #login_message { font-size:20px; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 991px) {
    .box_body { width:94%; }
    
    /* Style Login */
    #body_login { width:700px; }
    #login_icon { width:55px; }
    #login_icon_label { font-size:40px; }
    .login_box { width:94%; }
    .login_header { padding-top:35px; padding-bottom:35px; }
    .login_body { padding-top:65px; padding-bottom:40px; }
    #login_label { font-size:35px; }
    #login_titikdua { font-size:35px; }
    .input-icons { font-size:35px; padding: 15px 10px 15px 75px; background-size: 50px 50px; background-position: left 15px top 10px; }
    #garis_bawah { margin-top:30px; }
    #btn_login { font-size:40px; }
    #btn_perbaharui { font-size:40px; }
    #login_message { font-size:30px; }
}

.box_body {
    height:auto; border:3px solid grey; border-radius:30px; 
    margin:auto; margin-top:30px; margin-bottom:30px; padding:15px; 
}

/* Rubah font size Popup Sweet Alert */
.swal2-popup {
  font-size: 2.5rem !important;
}

.login_box {
    height:auto; border:3px solid grey; border-radius:30px; 
    margin:auto; margin-top:30px; margin-bottom:30px; padding:15px; 
}

.login_header {
    width:100%; margin:auto; background:#4A68B0; 
    border-top-left-radius:15px; border-top-right-radius:15px; 
    display:flex; align-items: center;
}

.login_body {
    width:100%; height:auto; margin:auto; background:#5374C1; border-top:4px solid #5F7DC6; 
    border-bottom-left-radius:15px; border-bottom-right-radius:15px;
    display: flex; justify-content: center; align-items: center;
}

.box1 {
    width:96%; height:auto; margin:auto; display:flex;
}

.box1 .box1_1 {
    width:15%; height:auto; margin:auto; cursor: pointer;
}

.box1 .box1_2 {
    width:82%; height:auto; margin:auto;
}

/* Style Input With Icon */
.input-icons {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 40px;
    font-family:tahoma;
    background-color: white;
    background-repeat: no-repeat;
}

.input-icons2 {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 40px;
    background-color: white;
    background-repeat: no-repeat;
}
/* +-------------------+ */

/* +-------------------+ */
.box2 {
    width:95%; height:auto; margin:auto; margin-top:20px; display:flex;
}

.box2 .box2_1 {
    width:49%; height:auto; display:flex;
}

.box2 .box2_1 .box2_1_1 {
    width:25%; height:60px; border:1px solid grey;
    background:#B7C8E6;
    border-right:0px;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    display:flex; justify-content: center; align-items: center;
}

.box2 .box2_1 .box2_1_2 {
    width:75%; height:60px; border:1px solid grey;
    background:#DEE7F0;
    border-left:0px;
    border-top-right-radius:12px;
    border-bottom-right-radius:12px;
    display:flex; justify-content: center; align-items: center;
    font-size:20px;
}

.box2 .box2_2 {
    width:49%; height:auto; margin-left:15px; display:flex;
}

.box2 .box2_2 .box2_2_1 {
    width:25%; height:60px; border:1px solid grey;
    background:#4E65A8;
    border-right:0px;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    display:flex; justify-content: center; align-items: center;
}

.box2 .box2_2 .box2_2_2 {
    width:75%; height:60px; border:1px solid grey;
    background:#5274BE;
    border-left:0px;
    border-top-right-radius:12px;
    border-bottom-right-radius:12px;
    display:flex; justify-content: center; align-items: center;
    font-size:20px;
}
/* +-------------------+ */

/* +-------------------+ */
.box3 {
    width:95%; height:auto; margin:auto; margin-top:20px;
}

.box3 .box3_1 {
    width:100%; margin:auto; background:#4A68B0; 
    border-top-left-radius:15px; border-top-right-radius:15px; 
    display:flex; align-items: center;
    padding-top:15px; padding-bottom:15px;
}

.box3 .box3_2 {
    width:100%; height:auto; margin:auto; background:#5374C1; border-top:4px solid #5F7DC6;
    border-bottom-left-radius:15px; border-bottom-right-radius:15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:10px;
    padding-bottom:12px;
}

.box3 .box3_2 .card {
    width:22%; height:auto; margin-left:4%; border-radius:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* +-------------------+ */

/* +-------------------+ */
.box4 {
    width:95%; height:auto; margin:auto; margin-top:15px;
}

.box4 .box4_1 {
    width:100%; height:auto; margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:10px;
    padding-bottom:12px;
}

.box4 .box4_1 .card {
    width:22%; height:auto; margin-left:4%; border-radius:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border:1px solid red;
}
/* +-------------------+ */

/* +-------------------+ */
.box5 {
    width:95%; height:auto; margin:auto; margin-top:15px;
}

.box5 .box5_1 {
    width:100%; height:auto; margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:10px;
    padding-bottom:12px;
}

.box5 .box5_1 .card {
    width:22%; height:auto; margin-left:4%; border-radius:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* +-------------------+ */

.box_body2:hover {
    transform: translateY(5px);
    box-shadow: inset 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

