.edit{height:100vh;display:flex;justify-content:space-evenly}.edit__preview{flex:1;background-color:#f8f8f8;text-align:left}.edit .card{padding:1.2rem;background-color:#000;text-align:center;color:#fff}.edit .card__header img{max-width:460px;height:auto}.edit .card__body{margin-top:1.2rem}.edit .card__desc{display:flex;justify-content:space-around;align-items:center}.edit .card__desc-left{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start}.edit .card__desc img{max-width:60px}.edit__ip{flex:1;text-align:start}.edit__ip-title{font-weight:400}.edit__ip__btn{padding:.8em 4em;border:2px solid #b6b2b2;border-radius:20em;cursor:pointer}.edit__ip-box{margin-top:6em}.edit__ip-box--btn{margin-top:6em;display:flex;justify-content:space-around}.edit__ip-box input[type=text]{margin-top:1.2em;display:block;width:500px;height:40px;border:1px solid #ccc}.edit__ip-box input[type=checkbox]{display:inline;margin-top:1.2em}.edit__ip-box--validation input[type=text]{border:1px solid #c00}.edit__ip-box--validation input[type=checkbox]{outline:1px solid #c00}