﻿body {
    /*background-image: url('Images/bg-6.jpg');*/
    background-image: url('Images/GalaxyRMS_Login.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}


.fa-envelope:hover {
    color: #3087C1;
    border-color: #3087C1;
    background-color:white;
}

.fa-key:hover {
    color: #3087C1;
    border-color: #3087C1;
    background-color: white;
}

.panel-heading {
    border-bottom: none;
}

.input-group-addon {
    color: #FFF;
    background-color: #D6D6D6;
    border: 1px solid #2F4F6B;
}

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
    border: 1px solid #2F4F6B !important;
}

.divCenter {
    width: 100%;
    height: 560px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -50%;
}

.panel {
    background-color: #FFFFFF;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.header-internal {
    width: 100%;
    margin: 0 auto;
    height: 260px;
    text-align: center;
    position: absolute;
    z-index: -1000;
}

.header-internal-line {
    width: 100%;
    border-bottom: 13px solid #203649;
    height: 260px;
    position: absolute;
    z-index: -900;
}

.panel-body {
    padding: 0px 15px 15px 15px;
}

hr {
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    border-top: 1px solid #CCC;
}

.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #FFFFFF;
        border-color: #D8D8D8;
        text-align: center;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-login > .panel-heading a.active {
                color: #203649;
                font-size: 20px;
            }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: #D6D6D6;
    outline: none;
    color: #203649;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #203649;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #203649;
        background-color: #BDBDBD;
        border-color: #2F4F6B !important;
    }

.forgot-password {
    text-decoration: underline;
    color: #203649;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #6797C4;
    }

.btn-register {
    background-color: #D6D6D6;
    outline: none;
    color: #203649;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #203649;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #203649;
        background-color: #BDBDBD;
        border-color: #2F4F6B !important;
    }

.Loginlabel {
    font-weight: 300;
    font-size: 16px;
}

@media screen and (min-width:1200px) {
    .container {
        width: 970px;
    }
}