body {
  padding-top: 50px;
  background:url('/images/dasha_background.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.starter-template {
  padding: 40px 15px;
  text-align: center;
}

#links_landing .btn-visit {
    border: 1px solid #5563AE;
    background: linear-gradient(#5563AE,#3A499C);
    color: #ffffff;
}

#links_landing .btn:hover {
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(#808CCB,#5563AE);
}



#login_window .btn-ok {
    border: 1px solid #4BB874;
    background: linear-gradient(#4BB874,#2EA55A);
    color: #ffffff;
}

#login_window .btn-ok:hover {
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(#78D199,#4BB874);
}

.panel.logo {
    background: linear-gradient(#5563AE,#3A499C);
    padding: 10px;
    border: none;
}

.apple-logo {
    margin-top: 9px;
    margin-bottom: 9px;
}

div#links_landing {
    margin-bottom: 20px;
}

input {
    margin-bottom: 7px;
}

label.form-error {
    color: #E49540;
}

span.notification {
    float: right;
    font-weight: bold;
    color: #E49540;
    padding-top: 2px;
}


@media (min-width: 768px)
html {
    height: 100%;
}


span.glyphicon {
    padding-right: 9px;
}

.panel {
    background-color: rgba(255, 255, 255, 0.8);
}

.panel-default>.panel-heading {
    background-color: rgba(245, 245, 245, 0.63);
}

.legend_landing .dl-horizontal dd.mandala-desc {
    font-size: 12px;
    line-height: 1.35;
    color: #6b6b6b;
    margin: 2px 0 10px 0;
}


li.your_self {
    margin-top: 14px;
}







@media (max-width: 400px) {
#svg {
    width: 280px;
    height: 280px;
}
}

@media (min-width: 401px) and (max-width: 960px) {
#svg {
    width: 380px;
    height: 380px;
}
}

@media (min-width: 960px) and (max-width: 1200px) {
#svg {
    width: 600px;
    height: 600px;
}
}

@media (min-width: 1200px) {
#svg {
    width: 700px;
    height: 700px;
}
}