@import url('https://fonts.googleapis.com/css?family=Lato&display=swap'); body { width: 100% !important; height: 100% !important; } .importify-page { width: 90%; background-color: white; box-shadow: 0px 4px 8px rgb(0 0 0 / 20%); padding: 15px; color: #444; margin: 0 auto; margin-top: 10px; font-family: "Lato", sans-serif; } .importify-alert { width: auto; padding: 10px; background-color: #f3c9c5; border: 1px solid #f1aaa3; border-radius: 5px; color: #77342d; font-size: 15px; } .importify-logo { text-align: center; margin-bottom: 10px; } .importify-logo img { max-width: 220px; } .importify-video-section { width: 80%; margin: 0 auto; background-color: white; border: 1px solid #E6E6E6; margin-top: 25px; border-radius: 5px; margin-bottom: 25px; text-align: left; min-height:390px; } .importify-video-section .importify-video-title { padding: 20px; font-size: 18px; font-weight: 600; color: #555; border-bottom: 1px solid #E6E6E6; } .importify-left-videos { width: 60%; float: left; text-align: center; padding-top: 20px; } .importify-video-section .right-videos { width: 40%; float: left; } .importify-video-section .right-videos ul { list-style: none; padding-left: 0; margin-top: 30px; } .importify-video-section .right-videos ul li { margin-left: 42px; margin-right: 25px; padding-top: 10px; padding-bottom: 14px; border-bottom: 1px solid #E6E6E6; color: #555; font-weight: bold; font-size: 14px; cursor: pointer; display:flex; } .importify-video-section .right-videos ul li i { margin-right: 10px; color: #E6E6E6; } .importify-clearfix { clear: both; } .importify-login-url { margin-bottom: 15px; font-size: 20px; text-align: center; } .importify-btn-login-me { background-color: #48454c; color: white; border-radius: 40px; padding: 10px 15px; font-size: 18px; font-weight: bold; text-transform: uppercase; border: 0; box-shadow: 0px 2px 4px rgb(0 0 0 / 40%); margin: 12px; margin-top: 20px; cursor: pointer; } .importify-btn-login-me:hover { transform: scale(1.02); filter: brightness(90%); outline: none; }