@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

body {
	width: 100% !important;
	height: 100% !important;
}

.zonify-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;
}

.zonify-alert {
	width: auto;
  padding: 10px;
  background-color: #f3c9c5;
  border: 1px solid #f1aaa3;
  border-radius: 5px;
  color: #77342d;
  font-size: 15px;
}

.zonify-logo {
	text-align: center;
  margin-bottom: 10px;
}

.zonify-logo img {
	max-width: 220px;
}

.zonify-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;
}

.zonify-video-section .zonify-video-title {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    border-bottom: 1px solid #E6E6E6;
}

.zonify-left-videos {
	width: 60%;
  float: left;
  text-align: center;
  padding-top: 20px;
}

.zonify-video-section .right-videos {
  width: 40%;
  float: left;
}

.zonify-video-section .right-videos ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}

.zonify-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;
}

.zonify-video-section .right-videos ul li i {
    margin-right: 10px;
    color: #E6E6E6;
}

.zonify-clearfix {
	clear: both;
}

.zonify-login-url {
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
}

.zonify-btn-login-me {
    background-color: #3c3430;
    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;
}

.zonify-btn-login-me:hover {
    transform: scale(1.02);
    filter: brightness(90%);
    outline: none;
}