body {
    font-family: 'Poppins', sans-serif;
}

/* Login's container */
.box-area {
    width: 930px;
}

/* Right part */
.right-box {
    padding: 40px 30px 40px 40px;
}

::placeholder {
    font-size: 16px;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .box-area {
        margin: 0 10px;
    }
    .left-box {
        height: 100px;
        overflow: hidden;
    }
    .right-box {
        padding: 20px;
    }
}