@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-Regular.ttf') format('truetype');
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-Bold.ttf') format('truetype');
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
}


body.anon{
    background-color:#000;
/*    background-image: url(images/rtp_bkg_slate.jpg);
    background-repeat: repeat;*/
    color:#fff;
    margin:0;
    font-family: Dosis, Helvetica, sans-serif;
    font-weight:normal;
}

body.anon h1{
    font-family: Dosis, Helvetica, sans-serif;
    font-weight: 800;
}
h1#site-name a, h1#site-name a span {
    font-family: Dosis, Helvetica, sans-serif;
    font-weight: 800;
}

body.anon .span12{
    margin-top:10px;
}

body.anon div.mainpage {
    margin:0;
    padding:0;
}

body.anon .container.container_body {
    background-image: url('images/loginpg_bkg.jpg');
    background-size: cover;
    
}

body.anon .span12.main-content {
  background-color: #e3262b;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding:20px;
  width:400px;
}
body.anon #user-login-form .item-list{
  margin-top:-40px;
}

body.anon .span12.main-content a{
    color: #f1e391;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}
body.anon .span12 {
    width:auto;
    margin-left: auto;
    margin-right: auto;
}

body.anon form a{
    text-align: right;
}

body.anon .form-item label {
    color: #fff;
}

body.anon div.breadcrumb,
body.anon div.tabs-wrapper,
body.anon h1#page-title
{
  display:none;
}

body.anon section#block-block-53 {
    text-align: center;
    margin-top:20px;
}

body.anon h1.title {
    color: #fff;
    margin-bottom:0;
}

body.anon .span12 {
    text-align: left;
}
#user-login-form {
    text-align: left;
}
body.anon form#user-login-form input#edit-submit {
    /* margin-left: -58px; */
    /* margin-right: 24px; */
    width: 34px;
    height: 34px;
    text-indent: 9999px;
    background-color: transparent;
    background-image: url(images/search-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    border-style: none;
    outline: none;
    top: -48px;
    right: -91%;
    position: relative;
    z-index: 1000;
}
body.anon input#edit-name {
    background-color: #fff;
    border-style: none;
    border-radius: 7px;
    /* height: 30px; */
    width: 95%;
    padding: 10px;
/*     margin-right: 20px; */
}
body.anon input#edit-pass {
    background-color: #fff;
    border-style: none;
    border-radius: 7px;
    /* height: 30px; */
    width: 95%;
    padding: 10px;
/*     margin-right: 20px; */
}
body.anon form#user-login-form label {
/*     display: none; */
  text-transform:uppercase;
  font-size:12px;
  color:#f2e1a4;
}

body.anon input::placeholder {
    text-transform:uppercase;
    font-weight:bold;
    color:#ccc;
}

/*body.anon div.page_header img.logo {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    width:100%;
    max-width:527px;
}*/