body { 
  background: url(../jpg/rp-p-ob-87.102.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.branded{
    background:url(../jpg/narabg.jpg) !important;
}

.branded-img{
    margin:auto;
}

.container{background:none;}
.teaser{
    background: #fff;
    padding: 5px 30px 20px;
    
    width:100%;
    margin: 15% auto 0;
    
    border-radius: 4px;
}
.logo{
   

    margin-bottom: 30px;
 }
.teaser p{
 color: #333;
}

.artwork{
      position: absolute;
    top: 0;
    text-align: center;
    display: block;
    width:100%;
    color:#fff;
      
}

.artwork:hover{
     opacity: 0.7;
    color:#fff;
}


.social{
    text-align: center;
    line-height: 30px;
    background: #fff;
    width:100%;
    margin: 10px auto;
    border-radius: 4px;
    padding:3px 0;
    
    
}

.social a{
    color: #333;
    margin-right: 20px;
}
.social a:hover{
    opacity: 0.7;
}


.social .fb{
    background: url(../png/fb.png) no-repeat;
    padding-left:26px;
    height: 30px;
    line-height: 30px;
}
.social .tw{
    background: url(../png/tw.png) no-repeat;
    padding-left:26px;
    height: 30px;
    line-height: 30px;
}

.social .mail{
    background: url(../mail.html) no-repeat;
    padding-left:26px;
    height: 30px;
    line-height: 30px;
}
.share-this {

    margin-top: 20px;
}
.share-this a{
    margin-right: 5px;
}
.share-this a:hover{
    opacity: 0.7;
}

.login-section h6 {
    margin-bottom:15px;
}
.login-section p {
    margin-bottom:10px;
}
.login-section form label {
    line-height:1em;
}

.btn-default {
   color: #fff;
  background-color: #3498db;
  border-color: #2b85c1; 
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #2b85c1;
  border-color: #2b85c1;
}

.devider {
    margin:40px 0;
}

.social-login-text {
    margin-bottom:3px;
    margin-top:15px;
}

.social-login-button {
    margin-bottom:15px;
    display:block;
}
    .social-login-button:hover {
        opacity:0.9;
    }

.validation-summary-errors ul {
    list-style:none;
    padding-left:0;
}
.validation-summary-errors ul li{
    padding:3px 8px;
    margin-bottom:5px;
    color:#fff;
    background: #e74c3c;
    border-radius: 4px;
    font-size:16px;

}

.login-section p, .social-login-text{
    font-size:16px;
   
}
.login-other-options {
    margin-top:5px;
}
    .login-other-options a{ 
        color:#3498db;
        font-size:15px;
    }
        .login-other-options a:hover {
            color:#2b85c1;
        }

.register-form-group {
    margin-bottom:0;
}

.login-section .btn-margin {
    margin:15px 0;
}
.login-section .btn-margin2 {
    margin:30px 0 20px;
}

.login-section .alert-success {
    background:#3498db;
    border:1px solid #2b85c1;
    color:#fff;
}

.login-section .alert-danger{
    color:#fff;
    background:#e74c3c;
    border:1px solid #d5483a;
}

.login-section .alert a {
    color:#34495e;
}
    .login-section .alert a:hover {
        color:#333;
    }