.input-group-addon {
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}
.form-control {
    height: auto!important;
    padding: 8px 12px !important;
    border-radius:0px !important;
}

.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
}

#button {
    margin: 0px 12px;
    background: green;
    padding: 6px 12px;
    width: 100%;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
}

.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 450px;
    padding: 10px 40px;
	    color: #FFF;
    text-shadow: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);

}
span.input-group-addon i {
    color: #009edf;
    font-size: 17px;
}

.login-button{
	margin-top: 5px;
}



/* Author Page Search */

.search1{
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm1{
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm1:focus{
  color: #00B4CC;
}

.searchButton1{
  width: 40px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap1{
      width: 90%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(2%, 0%);
}

.content-list1 {
    width: 90%;
    background: #FFF;
    float: left;
    border: 1px solid #E1E1E1;
    border-color: rgba(0, 0, 0, 0.2);
    border-left: 0;
    z-index: 2;
    border-right: 0;
    border-top: 0;
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    margin: 0px 0px 0px 15px;
    display: none
    }

.active {
    display: block
    }

.drop-list1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: white
    }

.drop-list1 li {
    border: none;
    padding: 0;
    color: white
    }

.drop-list1 li a {
    width: 100%;
    display: block;
    float: left
    }

.drop-list1 li a:hover {
    background: #ECECEC
    }

.item1 {
    display: block;
    margin: 0 auto;
    padding: 0;
    /*width: 590px*/
    }

.icon1 {
    float: left;
    height: 38px;
    margin: 4px 0 4px 10px;
    width: 48px;
    text-align: center;
    color: #FFF;
    padding: 0px 0 0 0;
    }

.icon1 span {
    font-size: 25px
    }

.text1 {
    margin: 16px 5px;
    float: left;
    color: #333
    }

.people1 {
    background: #fff;
    }

.image1 {
    background: #FFD119
    }

.video1 {
    background: #AD855C
    }

.place1 {
    background: #B85C8A
    }

.music1 {
    background: #A3A3FF
    }
    
/* Author of The Month */

/* .height-100{
    height:100vh;
} */

.card{
    width:380px;
    border:none;
}

.profilepic img{
    width:300px;
    height:300px;
}

.dots {
    height: 20px;
    width: 20px;
    margin-top:4px;
    margin-left:4px;
    background-color:#54a75b;
    border-radius: 50%;
    border: 2px solid #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:10px;
}

.list li{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:13px;
    border-top:1px solid #eee;
    cursor:pointer;
}

.list li:hover{
    background-color:#dc3545;
    color:#fff;
}

/* Search Author Page */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-search, .icon-users, .icon-images, .icon-film, .icon-location, .icon-music {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-search:before {
	content: "\e000";
}
.icon-users:before {
	content: "\e001";
}
.icon-images:before {
	content: "\e002";
}
.icon-film:before {
	content: "\e003";
}
.icon-location:before {
	content: "\e004";
}
.icon-music:before {
	content: "\e005";
}
/* End Font */

* {
    outline: none
    }

.bar {
    height: 42px;
    background-color: #4C66A4;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
    }

.inner {
    position: relative;
    padding: 7px 10px;
    }

.search-input {
    padding: 2px 0 2px 8px;
    border: 1px solid #384C7F;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 220px;
    margin: 6px auto;
    display: block
    }

.search-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 14px;
    height: 14px;
    font-size: 14px;
    color: #434343
    }

.searchsubmit {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0)
    }

.content-list {
    width: 100%;
    background: #FFF;
    float: left;
    border: 1px solid #E1E1E1;
    border-color: rgba(0, 0, 0, 0.2);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
    display: none
    }

.active {
    display: block
    }

.drop-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: white
    }

.drop-list li {
    border: none;
    padding: 0;
    color: white
    }

.drop-list li a {
    width: 100%;
    display: block;
    float: left
    }

.drop-list li a:hover {
    background: #ECECEC
    }

.item {
    display: block;
    margin: 0 auto;
    padding: 0;
    /*width: 590px;*/
    }

.icon {
    float: left;
    height: 38px;
    margin: 4px 0 4px 0;
    width: 48px;
    text-align: center;
    color: #FFF;
    padding: 10px 0 0 0
    }

.icon span {
    font-size: 25px
    }
    
.icon1 {
    float: left;
    height: 38px;
    margin: 4px 0 4px 0;
    width: 48px;
    text-align: center;
    color: #FFF;
    padding: 10px 0 0 0
    }

.icon1 span {
    font-size: 25px
    }

.text {
    margin: 16px 5px;
    float: left;
    color: #333
    }
    
.text1 {
    margin: 16px 5px;
    float: left;
    color: #333
    }

.people {
    background: #69F
    }

.image {
    background: #FFD119
    }

.video {
    background: #AD855C
    }

.place {
    background: #B85C8A
    }

.music {
    background: #A3A3FF
    }
