@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
.login-block{
  color: white;
padding: 5%;
}
.container{background:#fff; border-radius: 10px; box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);}
.carousel-inner{border-radius:0 10px 10px 0;}
.carousel-caption{text-align:left; left:5%;}
.login-sec{padding: 50px 30px; position:relative;}
.login-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;}
.login-sec .copy-text i{color:#ffffff;}
.login-sec .copy-text a{color:#ffffff;}
.login-sec h5{margin-bottom:30px; font-weight:500;}
.card-body{text-align: right}
.card-link{color: white; font-size: 15px}


/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 30px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.errorlist {
    list-style: none;
    color: red;
    text-align: left;
    padding-left: 0;
}

/*fieldset.inlineLabels ul {list-style:none}*/