.input-phone { position: relative; }
.input-phone:not(:first-child) { margin-top: 7px; }
.input-phone input { padding-right: 190px; background: #fff; border: 1px solid #ABBAC8; border-radius: 5px; padding: 15px; width: 100%; }
.input-phone .btn-area { position: absolute; top: 7px; right: 10px; display: flex; gap: 5px; height: calc(100% - 14px); align-items: center; }
.input-phone .btn-area.double .btn { width: 55px; }
.input-phone .btn-area.double .btn.resend { color: #222; border: 1px solid #b3b3b3; background: #fff; font-weight: 400; }
.input-phone .btn-area.double .timer { margin-right: 5px; font-size: 1.3rem; color: #ff6363; font-weight: 700; letter-spacing: 0; }
.input-phone .btn-area .btn { display: block; height: 100%; width: 115px; font-size: 1.4rem; background: #374359; color: #fff; border-radius: 5px; font-weight: 600; }
.input-phone .btn-area .btn:active { transform: scale(0.95); }

@media (max-width: 768px) {
	.input-phone .btn-area .btn { font-size: 1.3rem; }
}
