﻿/*
    Related views for this css. (v=2018082001)
    - User\Login
*/

@media only screen and (max-width: 770px) {
    img {
        width: 300px;
        height: 94px;
    }
}

@media only screen and (min-width: 771px) {
    img {
        width: 350px;
        height: 107px;
    }
}

body {
    background-image: url('../../Content/TeamPortalCover2.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position: center bottom;*/
    background-position: center center;
}

    .Login-Logo {
        align-items: center;
        padding-top: 20px;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*width: 80%*/
    }



    .Login-title {
        color: white;
    }

    .panel-default {
        background-color: #fafafa;
        opacity: 0.9;
        margin-top: 30px;
    }

    .form-group.last {
        margin-bottom: 0px;
    }


    .form-signin input[type="text"] {
        margin-bottom: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col-sm-9, .col-sm-3 {
        float: none;
        width: auto;
    }

    .col-sm-offset-3 {
        margin-left: -1%;
    }
