.linkPopup-container { background: white; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); top: 0px; height: 200px; width: 200px; // padding: 15px; border-radius: 3px; input { border: 1px solid #b9b9b9; border-radius: 20px; height: 25px; width: 100%; padding-left: 10px; } .divider { margin: 10px 0; height: 20px; width: 100%; .line { height: 1px; background-color: #b9b9b9; width: 100%; position: relative; top: 12px; } .divider-text { width: 20px; background-color: white; text-align: center; position: relative; margin: auto; } } }