﻿
body {
    background-color: white;
    overflow: hidden;
}

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"] {
    font-size: 16px;
}

.navbar.navbar-inverse.navbar-fixed-top {
    display: none;
}

.container .page-header {
    /*width: 400px;*/
    /*background-color: white;
    box-shadow: 2px 2px 3px #dadada;*/
    padding: 0;
    margin-bottom: 5px;
    border-bottom: none;
}

.container.body-content {
    /*width: 400px;*/
    background-color: white;
}

.form-horizontal .form-group {
    display: flex;
    flex-direction: column;
}

.loginpage.row {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}

.loginExternal {
    /*width:50%;*/
}

.loginLocal {
    /*width: 50%;*/
}

.loginInput {
    padding-left: 20px;
    padding-right: 20px;
}

.loginInputRegister {
    padding-left: 10px;
}

.btn.btn-default, .btn-primary {
    border-radius: 0;
    width: 100%;
}

div input, .form-control {
    border-radius: 0;
}

.registerInput.col-md-2.control-label {
    text-align: left;
    width: 100%
}

.registerInput {
    padding-left: 20px;
    padding-right: 20px;
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.seebriteBackround {
    background-repeat: no-repeat;
    background-size: contain;
}

.content-center-container {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

@media (min-width: 600px) {

    .container.body-content {
        max-width: 400px;
        width: 98%;
        box-shadow: 2px 2px 3px #dadada;
    }

    .content-center-container {
        padding-top: 50px;
    }

    .seebriteBackround {
        background-image: url(../BackgroundImage);
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: rgba(238, 238, 238, 0.8);
        background-position: center bottom;
        background-attachment: fixed;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 50px;
    }
}

.returnTobase {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

    .returnTobase:hover {
        color: rgb(51, 51, 51);
        text-decoration: none;
    }

    .returnTobase:visited {
        color: rgb(51, 51, 51);
        text-decoration: none;
    }
