.box_body {
    width:95%; height:auto; border-radius:30px; 
    margin:auto; margin-top:30px; margin-bottom:30px; padding-top:15px; padding-bottom:15px;
}

.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%; height:80px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 40px;
    font-size: 25px;
    background-color: white;
    background-size: 50px 50px;
    background-position: 18px 15px; 
    background-repeat: no-repeat;
    padding: 10px 40px 10px 80px;
}
/* +-------------------+ */

/* +-------------------+ */
.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:50%; 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:20px; padding-bottom:20px;
}

.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;
}
/* +-------------------+ */

/* +-------------------+ */
.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);
}

/* ======================================================= */
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .box_login { margin:auto; width:400px; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 991px) {
    .box_login { margin:auto; width:50%; }
}