.progress-container{max-width:300px;height:1.5em;position:relative;background-color:rgba(255, 255, 255, 0.15); border-radius:3px;margin:0 auto;}
.progressbar{background-color:#41647B ;height:100%;position:absolute;line-height:inherit; border-radius:3px;}
.progress-container .text { text-align:center; color:#fff; line-height:25px;}

.btn-link-1 {
  display: inline-block;
  margin: 5px;
  background: #19b9e7;
  padding: 10px 12%;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
  outline: 0;
  opacity: 0.6;
  color: #fff;
}
.btn-link-1.btn-link-1-facebook {
  background: #4862a3;
}
.btn-link-1.btn-link-1-twitter {
  background: #55acee;
}
.btn-link-1.btn-link-1-google-plus {
  background: #dd4b39;
}
.btn-link-1 i {
  padding-right: 5px;
  vertical-align: middle;
}

/***** Top content *****/

.form-box {
  margin: 10px;
}
.form-top {
  overflow: hidden;
  padding: 0px;
  text-align: left;
}
.form-top h3 {
  font-size: 20px;
  margin: 6px 0px;
}
.form-top p {
  font-size: 14px;
}
.form-bottom {
  padding: 10px;
  ;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: left;
}
.form-bottom form textarea {
  height: 100px;
}
.form-bottom form button.btn {
  width: 100%;
}
.form-bottom form .input-error {
  border-color: #19b9e7;
}
.social-login {
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.social-login-buttons {
  margin-top: 15px;
}
.middle-border {
  border-left: 1px solid #ddd;
}
.ss-account input[type="text"], input[type="password"] {
  height: 40px;
  margin: 0;
  padding: 0 10px;
  vertical-align: middle;
  background: #f8f8f8;
  border: 2px solid #c5c5c5;
  font-size: 14px;
  font-weight: 300;
  color: #424242;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.ss-account textarea, textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  max-height:142px;
}
.ss-account input[type="text"]:focus, input[type="password"]:focus{
  outline: 0;
  background: #fff;
  border: 3px solid #ccc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.inbuttons {
  height: 40px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #0c2b3d;
  border: 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
..modal-body {
  padding: 10px 0px !important;
}
.inbuttons:hover {
  opacity: 0.6;
  color: #fff;
}
.msgcol {
  text-align: center;
  color: #fff;
  line-height:25px;
  border-radius:4px;
  margin-top: 10px;
  margin-bottom:8px;
}
.msgpadding {
  padding: 0px;
}
.capimg {
  float: left;
  margin-bottom: 0px !important;
  margin-left: 10px;
  max-width: 120px;
}
.close-btn-ss {
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  padding: 2px;
  z-index: 1001;
}
.msg48 {
  width: 48% !important;
}
.mrgright {
  margin-right: 12px;
}