@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap);*{box-sizing:border-box}body{background-color:#eee;color:#000;font-family:“Poppins”,“sans-serif”;margin:0}.root{display:flex;flex-direction:column}.movie-container{display:flex;flex-wrap:wrap;justify-content:center}.movie{background-color:#3f51b5;border-radius:3px;box-shadow:3px 3px 5px rgba(0,0,0,.1);margin:1rem;overflow:hidden;position:relative;width:300px}.movie img{height:450px;max-width:100%;object-fit:cover}.movie-info{align-items:center;display:flex;justify-content:space-between;padding:1rem}.movie-info h3{margin:0}.movie-over{background-color:#fff;bottom:0;color:#000;left:0;max-height:100%;overflow:auto;padding:1rem;position:absolute;right:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.movie:hover .movie-over{-webkit-transform:translateX(0);transform:translateX(0)}.tag{border-radius:5px;font-weight:700;padding:.7rem}.tag.green{background-color:#1b5e20}.tag.orange{background-color:#f57f17}.tag.red{background-color:#7f0000}.search{background-color:#bdbdbd;display:flex;justify-content:center;padding:1rem;width:100%}.search-input{border:none;border-radius:5px;height:30px;outline:none;width:300px}.form-control{margin:20px;width:300px}.navbar{background-color:#0d47a1!important;padding:1rem 3rem}.register{display:flex;flex-direction:row;justify-content:space-between}.register-form{background-color:#eee;color:#000;flex:1 1;padding:5rem}.form-label{font-size:1.5rem;margin-bottom:0;padding-left:1.5rem}.form-control{width:90%}.btn-primary{margin-left:1.5rem}.form-title{margin-bottom:3rem;text-align:center}.form-image{min-height:800px;min-width:800px}.buttons{display:flex;flex-direction:row;height:50px}.buttons h3{color:#fff;margin-top:8px}.link{color:#0b5ed7;cursor:pointer;margin-left:1.5rem;text-decoration:underline}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.b1435c66.css.map*/