﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

label.error {
    color: red;
    float: left;
    font-weight: normal;
}

.block-message {
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.block-message {
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

    .block-message > span {
        line-height: 20px;
        vertical-align: middle;
    }

.header {
    height: 80px;
    background-color: #24569B;
    color: white;
    font-weight: bold;
}

.login-form {
    max-width: 330px;
    margin: 30px auto;
    padding-top: 50px;
    border: solid 1px #f7f7f7;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    padding: 30px;
    /*text-align: center;*/
}

    .login-form span {
        float: left;
        margin-bottom: 5px;
    }

    /*.login-form form {
        border: solid 1px #f7f7f7;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        margin-bottom: 10px;
        padding: 30px;
        text-align: center;
    }*/

    /*.login-form .avatar {
        width: 90px;
        margin-bottom: 20px;
    }*/

    .login-form .form-control, .login-form .btn {
        min-height: 38px;
    }

    /*.login-form input {
        border-radius: 2px 2px 0 0;
    }*/

    .login-form input.form-control:focus {
        position: relative;
        z-index: 2;
    }

    .login-form .btn {
        font-size: 15px;
        font-weight: bold;
        border-radius: 2px;
    }

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f7f7f7;
    color: #7a8ca5;
    text-align: center;
    height: auto;
    border-top: 1px solid #e7ebee;
    font-size: 12px;
    padding-top: 10px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.reg-contents {
    max-width: 800px;
    margin: 20px auto 10px;
}

input[type="radio"], label {
    cursor: pointer;
}
