﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: url(images/bg.jpg);
    background-size: cover;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

h4 {
    padding-top: 20px
}

.navbar-inverse {
    background-color: #1a79a2;
    border-color: #080808;
    padding: 5px;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

.navbar-header img {
    border-radius: 5px;
    height: 60px;
}

.radioson-logo {
    width: 190px;
    margin-top: 13px;
}

.login_form {
    z-index: 22;
}

.login_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 5%;
    max-width: 350px;
    position: relative;
}

.registration_form, .login_form {
    position: absolute;
    top: 0px;
    width: 100%;
}

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    min-width: 280px;
}

    .login_content button.btn.btn-default.submit {
        float: right;
    }

    .login_content h1 {
        font: normal 25px Helvetica, Arial, sans-serif;
        letter-spacing: -0.05em;
        line-height: 20px;
        margin: 10px 0 30px;
        font-size: 17px;
        color: #E99017;
        text-shadow: 0 1px 0 #fff;
    }

        .login_content h1:before {
            background: #E99017;
            background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
            left: 0;
        }

        .login_content h1:before, .login_content h1:after {
            content: "";
            height: 1px;
            position: absolute;
            top: 20px;
            width: 31%;
            text-shadow: 0 1px 0 #fff;
        }

        .login_content h1:after {
            background: #E99017;
            background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
            right: 0;
        }

    .login_content img {
        width: 110px;
        margin-bottom: 20px;
    }