#root{margin:0 auto;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff}.forgetSignButton{font: 14px monospace;color:#454545;cursor:pointer;width:fit-content}.forgetSignButton:hover{text-decoration:underline}.firstSignIn{font: 14px monospace;color:#454545;width:fit-content}.secondSignIn{font: 14px monospace;color:#454545;cursor:pointer;width:fit-content;font-weight:700}.secondSignIn:hover{text-decoration:underline}#main{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1rem;background:rgba(245,245,245,.8549019608)}#card{width:400px;max-width:100%}.flexCol{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}#logo{display:flex;justify-content:center;align-items:center;height:100px}#h1{margin:0;font-size:2rem;text-align:center;color:#000;padding:15px}.container{display:flex;flex-direction:column;align-items:center;justify-content:center}.cardNumber{width:280px;margin-bottom:20px;margin-left:auto;margin-right:auto}#number{margin-left:20px;margin-right:20px;font-weight:400;padding:5px}.btnExit{margin-top:20px;margin-right:auto;border:none;position:absolute;right:0}.btnAddNumber{margin-top:10px;margin-left:auto;margin-right:auto;width:100px}.btnLine{flex-direction:column;display:flex;margin-top:20px}.cardsInfo{margin-left:auto;margin-right:auto}.telephone{width:100%;height:40px;border:1px solid rgba(0,0,0,.1254901961);border-radius:5px;font-size:18px;padding:0 16px}.storeButtons{display:flex;justify-content:space-around;flex-wrap:wrap;gap:15px}.button{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;background-color:#ed634f;color:#fff;font: 700 14px monospace;border-radius:5px;height:60px;width:220px;cursor:pointer}#textButton{font-size:20px;display:flex;justify-content:center;align-items:center}#container{width:500px;max-width:100%;margin:0 auto;height:100vh;display:flex;justify-content:space-between;flex-direction:column}#content{display:flex;align-items:center;flex-direction:column;gap:20px;height:calc(100% - 150px)}.app-img{cursor:pointer}
