﻿html {
    font-family: Roboto,sans-serif;
}

/*body {
    margin: 10% auto auto auto;
    background-image: url('../Content/Images/login.jpg');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}*/

body {
     margin: 10% auto auto auto;
    background-image: url('../Content/Images/background.png');
    background-repeat: repeat;
    padding-right: 0 !important;
}

* {
    border-radius: 0 !important;
}

        body.modal-open {
            padding-right: 0px !important;
            overflow-y: auto;
        }

        .fade-scale {
            transform: scale(0.9);
            opacity: 0;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
        }

            .fade-scale.in {
                opacity: 1;
                transform: scale(1);
            }


/*.bg_image {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: 1;
    display: block;
    background-image: url('../Content/Images/login.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

/*.content {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: 20px;
    margin-right: 20px;
}*/

.wrapper {
    width: 50%;
    margin: auto;
}

.login_wrapper {
    /*width: 40%;*/
    margin: auto;
}

.register_wrapper {
    width: 50%;
    margin: auto;
}

.color {
    color: #f57979;
    font-weight: 700;
    margin-left: 20%;
}

.login_heading {
    /*background-color: #808080;
        padding: 7px;
        text-align: center;
        color: white;
        margin: 0px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        */
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    text-align: center;
    margin: 0px;
    color: #5b5743;
    font-size: 19px;
    font-weight: bold;
    font-family: sans-serif;
    text-shadow: 0px 0px 0.5px #232222;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    /*background-image: linear-gradient(#feed85, #ffd904, #ddb304);
    background-image: -webkit-linear-gradient(#feed85, #ffd904, #ddb304);
    background-image: -o-linear-gradient(#feed85, #ffd904, #ddb304);*/
    background-color: #F5BC4A;
    background-image: none;
}

/*.btn-primary {     
    background-image: -webkit-linear-gradient(#f9efb3, #ded288 60%, #9b946a);
    background-image: -o-linear-gradient(#f9efb3, #ded288 60%, #9b946a);  
    background-image: linear-gradient(#f9efb3, #ded288 60%, #9b946a);
    background-repeat: no-repeat;
    background-image: linear-gradient();
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #5b5743;
    width: 15%;
}*/

.btn-primary {
    filter: none;
    border: 1px solid #5b5743;
    width: 15%;
    background-color: #f5bc4a;
    background-image: none;
    padding: 8px 0px;
    background-color: #f5bc4a;
    background-image: none;
    color: #000;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.3s;
}

    .btn-primary:hover {
        background-color: #3d3d3d;
        border-color: #5b5743;
        background-image: none;
        color: #fff;
        border: 1px solid #3d3d3d;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

    .btn-primary:active {
        border-color: #5b5743;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: #da9d23;
        border-color: #5b5743;
        background-image: none;
    }


.form-signin {
    padding: 25px 0px;
    margin: 0;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

/*.form-signin input[] {
        margin-bottom: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }*/

/*.form-signin input:last-child {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }*/

.account-wall {
    padding: 0px 0px 10px 0px;
    /*background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
    min-height:285px;
    border-radius: 0px 0px 4px 4px;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(171, 171, 171, 0.568627);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.btn_color {
    background-color: #808080;
    color: white;
}

    .btn_color:hover {
        background-color: #b4b1b1;
        color: black;
    }


        @media (min-width: 768px){

    .modal {
        text-align: center;
        padding: 0 !important;
    }

        .modal:before {
            content: '';
            display: inline-block;
            height: 70%;
            vertical-align: middle;
            margin-right: -4px;
        }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

}