| 1 |
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap'); |
| 2 |
|
| 3 |
body { |
| 4 |
width: 100% !important; |
| 5 |
height: 100% !important; |
| 6 |
} |
| 7 |
|
| 8 |
.importify-page { |
| 9 |
width: 90%; |
| 10 |
background-color: white; |
| 11 |
box-shadow: 0px 4px 8px rgb(0 0 0 / 20%); |
| 12 |
padding: 15px; |
| 13 |
color: #444; |
| 14 |
margin: 0 auto; |
| 15 |
margin-top: 10px; |
| 16 |
font-family: "Lato", sans-serif; |
| 17 |
} |
| 18 |
|
| 19 |
.importify-alert { |
| 20 |
width: auto; |
| 21 |
padding: 10px; |
| 22 |
background-color: #f3c9c5; |
| 23 |
border: 1px solid #f1aaa3; |
| 24 |
border-radius: 5px; |
| 25 |
color: #77342d; |
| 26 |
font-size: 15px; |
| 27 |
} |
| 28 |
|
| 29 |
.importify-logo { |
| 30 |
text-align: center; |
| 31 |
margin-bottom: 10px; |
| 32 |
} |
| 33 |
|
| 34 |
.importify-logo img { |
| 35 |
max-width: 220px; |
| 36 |
} |
| 37 |
|
| 38 |
.importify-video-section { |
| 39 |
width: 80%; |
| 40 |
margin: 0 auto; |
| 41 |
background-color: white; |
| 42 |
border: 1px solid #E6E6E6; |
| 43 |
margin-top: 25px; |
| 44 |
border-radius: 5px; |
| 45 |
margin-bottom: 25px; |
| 46 |
text-align: left; |
| 47 |
min-height:390px; |
| 48 |
} |
| 49 |
|
| 50 |
.importify-video-section .importify-video-title { |
| 51 |
padding: 20px; |
| 52 |
font-size: 18px; |
| 53 |
font-weight: 600; |
| 54 |
color: #555; |
| 55 |
border-bottom: 1px solid #E6E6E6; |
| 56 |
} |
| 57 |
|
| 58 |
.importify-left-videos { |
| 59 |
width: 60%; |
| 60 |
float: left; |
| 61 |
text-align: center; |
| 62 |
padding-top: 20px; |
| 63 |
} |
| 64 |
|
| 65 |
.importify-video-section .right-videos { |
| 66 |
width: 40%; |
| 67 |
float: left; |
| 68 |
} |
| 69 |
|
| 70 |
.importify-video-section .right-videos ul { |
| 71 |
list-style: none; |
| 72 |
padding-left: 0; |
| 73 |
margin-top: 30px; |
| 74 |
} |
| 75 |
|
| 76 |
.importify-video-section .right-videos ul li { |
| 77 |
margin-left: 42px; |
| 78 |
margin-right: 25px; |
| 79 |
padding-top: 10px; |
| 80 |
padding-bottom: 14px; |
| 81 |
border-bottom: 1px solid #E6E6E6; |
| 82 |
color: #555; |
| 83 |
font-weight: bold; |
| 84 |
font-size: 14px; |
| 85 |
cursor: pointer; |
| 86 |
display:flex; |
| 87 |
} |
| 88 |
|
| 89 |
.importify-video-section .right-videos ul li i { |
| 90 |
margin-right: 10px; |
| 91 |
color: #E6E6E6; |
| 92 |
} |
| 93 |
|
| 94 |
.importify-clearfix { |
| 95 |
clear: both; |
| 96 |
} |
| 97 |
|
| 98 |
.importify-login-url { |
| 99 |
margin-bottom: 15px; |
| 100 |
font-size: 20px; |
| 101 |
text-align: center; |
| 102 |
} |
| 103 |
|
| 104 |
.importify-btn-login-me { |
| 105 |
background-color: #48454c; |
| 106 |
color: white; |
| 107 |
border-radius: 40px; |
| 108 |
padding: 10px 15px; |
| 109 |
font-size: 18px; |
| 110 |
font-weight: bold; |
| 111 |
text-transform: uppercase; |
| 112 |
border: 0; |
| 113 |
box-shadow: 0px 2px 4px rgb(0 0 0 / 40%); |
| 114 |
margin: 12px; |
| 115 |
margin-top: 20px; |
| 116 |
cursor: pointer; |
| 117 |
} |
| 118 |
|
| 119 |
.importify-btn-login-me:hover { |
| 120 |
transform: scale(1.02); |
| 121 |
filter: brightness(90%); |
| 122 |
outline: none; |
| 123 |
} |