body {
    
    background-size: cover;
    background-position: 0px 0px;
    opacity: 1;
    
}

.login {
  background: url(../images/login/imac.png) 0 0 no-repeat;
  background-size: 940px 778px;
  color: #ffffff;
  margin-bottom: 77px;
  padding: 38px 38px 267px;
  position: relative;
}
.login-screen {
  background-color: #ffffff;
  min-height: 473px;
  padding: 123px 199px 33px 306px;
}
.login-icon {
  left: 200px;
  position: absolute;
  top: 160px;
  width: 96px;
}
.login-icon > img {
  display: block;
  margin-bottom: 6px;
  width: 100%;
}
.login-icon > h4 {
  font-size: 17px;
  font-weight: 300;
  line-height: 34px;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.login-icon > h4 small {
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: 700;
}
.login-form {
  background-color: #edeff1;
  padding: 24px 23px 20px;
  position: relative;
  border-radius: 6px;
  
  
}

.login-form .control-group {
  margin-bottom: 6px;
  position: relative;
}
.login-form .login-field {
  border-color: transparent;
  font-size: 17px;
  text-indent: 3px;
}
.login-form .login-field:focus {
  border-color: #1abc9c;
}
.login-form .login-field:focus + .login-field-icon {
  color: #1abc9c;
}
.login-form .login-field-icon {
  color: #bfc9ca;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 3px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.login-link {
  color: #bfc9ca;
  display: block;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}

.transition-all {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.danger {
    background-color: #c0392b;
    color: #fff;
}
.notification {
    right: 5px;
    top: 4px;
}

.form-date {
    width: 50%;
    float: left;
    margin-right: 10px;
        
}
.form-time {
    width: 30%;
}

@media (max-width: 768px) {
  .arrows {
    display: none;
  }
  
  .select .btn {
      width: 183px !important;
  }
  
  
}
@media (min-width: 768px) {
  .iphone_help_text {
      min-height: 334px;
  }
  .date {
    padding-top: 41px
  }
  .newStatus {
    border: none;
    transition: height 0.2s;
   -webkit-transition: height 0.2s; 
   -moz-transition: height 0.2s;
}
.well-status {
    margin: 10px -20px -5px -20px;
    padding: 10px 20px 5px 20px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    
}
}
.newStatus {
    resize: none;
    border: none;
    transition: height 0.2s;
    -webkit-transition: height 0.2s; 
    -moz-transition: height 0.2s;
    
}
.well-status {
    margin: 10px -20px -5px -20px;
    padding: 10px 20px 5px 20px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    
}
.dropdown-inverse {
    width: 100%;
    min-height: 0px;
}
.select {
    margin-bottom: 0px;
}
.entrie p{
    font-size: 14px;
    line-height: 1.38;
    
}
.entrie a {
    font-size: 13px;
}

.panel-default > .panel-heading {
    background-color: #fff;
}
.panel-default > .panel-footer {
    font-size: 14px;
    line-height: 1.38;
}
.tab-content {
    background-color: #fff;
}

.modal-content {
    z-index: 1600
  }
  
  #progress {
     display: none;
      width: 100%;
  }
  #progressBar {
   width: 100%;   
  }
  
  .blog_entrie_img {
      max-height: 260px;
  }
  